Merge branch 'master' into dependabot/npm_and_yarn/react-and-types/react-18.2.0

This commit is contained in:
skidoodle 2022-07-13 03:18:13 +02:00 committed by GitHub
commit 7b9f177752
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 27 additions and 29 deletions

View file

@ -12,27 +12,27 @@
},
"dependencies": {
"@swc/core": "^1.2.196",
"aws-sdk": "^2.1146.0",
"aws-sdk": "^2.1161.0",
"copy-to-clipboard": "^3.3.1",
"csstype": "^3.1.0",
"dayjs": "^1.11.2",
"dotenv": "^16.0.1",
"goober": "2.1.9",
"goober": "2.1.10",
"next": "12.1.6",
"react": "^18.2.0",
"react-dom": "^18.1.0",
"react-fade-in": "^2.0.1",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.4.0",
"sass": "^1.52.1",
"sass": "^1.53.0",
"use-last-fm": "^0.6.1"
},
"devDependencies": {
"@types/node": "18.0.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.4",
"eslint": "8.16.0",
"eslint": "8.18.0",
"eslint-config-next": "12.1.6",
"typescript": "4.7.2"
"typescript": "4.7.4"
}
}