Merge branch 'master' into dependabot/npm_and_yarn/aws-sdk-2.1187.0

This commit is contained in:
skidoodle 2022-08-03 03:14:32 +02:00 committed by GitHub
commit 2f2998926e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 176 additions and 101 deletions

View file

@ -12,8 +12,8 @@
},
"dependencies": {
"aws-sdk": "^2.1187.0",
"@swc/core": "^1.2.218",
"copy-to-clipboard": "^3.3.1",
"copy-to-clipboard": "^3.3.2",
"@swc/core": "^1.2.222",
"csstype": "^3.1.0",
"dayjs": "^1.11.4",
"dotenv": "^16.0.1",
@ -29,10 +29,10 @@
},
"devDependencies": {
"@types/react-dom": "^18.0.6",
"@types/node": "18.6.2",
"@types/node": "18.6.3",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.4",
"eslint": "8.20.0",
"eslint": "8.21.0",
"eslint-config-next": "12.2.3",
"typescript": "4.7.4"
}