Update all dependencies
This commit is contained in:
26
package.json
26
package.json
@@ -7,20 +7,20 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"next": "latest",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0",
|
||||
"uuid": "^8.3.2"
|
||||
"react": "18.0.0",
|
||||
"react-dom": "18.0.0",
|
||||
"uuid": "8.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "17.0.4",
|
||||
"@types/react": "17.0.38",
|
||||
"@types/uuid": "^8.3.4",
|
||||
"autoprefixer": "^10.4.0",
|
||||
"postcss": "^8.4.5",
|
||||
"prettier": "^2.6.2",
|
||||
"prettier-plugin-tailwindcss": "^0.1.1",
|
||||
"sass": "^1.50.1",
|
||||
"tailwindcss": "^3.0.7",
|
||||
"typescript": "4.5.4"
|
||||
"@types/node": "18.11.7",
|
||||
"@types/react": "18.0.24",
|
||||
"@types/uuid": "8.3.4",
|
||||
"autoprefixer": "10.4.5",
|
||||
"postcss": "8.4.12",
|
||||
"prettier": "2.6.2",
|
||||
"prettier-plugin-tailwindcss": "0.1.10",
|
||||
"sass": "1.50.1",
|
||||
"tailwindcss": "3.0.24",
|
||||
"typescript": "4.8.4"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user