Dependencies Update (#201)
* Updated packages * Adjust package.json scripts quotes so they work well on Windows
This commit is contained in:
committed by
GitHub
parent
22f78b9a86
commit
c41d88b2e6
@@ -13,11 +13,11 @@
|
||||
"format": "prettier --check \"**/*.{js,json}\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@next/eslint-plugin-next": "15.2.0",
|
||||
"@next/eslint-plugin-next": "15.2.1",
|
||||
"@types/eslint": "9.6.1",
|
||||
"eslint-config-next": "15.2.0",
|
||||
"eslint-config-next": "15.2.1",
|
||||
"eslint-config-turbo": "^2.4.4",
|
||||
"typescript-eslint": "8.25.0"
|
||||
"typescript-eslint": "8.26.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@kit/prettier-config": "workspace:*",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@trivago/prettier-plugin-sort-imports": "5.2.2",
|
||||
"prettier": "^3.5.2",
|
||||
"prettier": "^3.5.3",
|
||||
"prettier-plugin-tailwindcss": "^0.6.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user