Skip to content

Commit cd610e4

Browse files
committed
Upgrade deps
1 parent a3ddb67 commit cd610e4

File tree

2 files changed

+129
-129
lines changed

2 files changed

+129
-129
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@
1414
"start": "next start"
1515
},
1616
"dependencies": {
17-
"@tanstack/react-query": "^5.65.1",
18-
"jotai": "^2.11.2",
17+
"@tanstack/react-query": "^5.66.0",
18+
"jotai": "^2.11.3",
1919
"next": "^15.1.6",
2020
"react": "^19.0.0",
2121
"react-dom": "^19.0.0",
22-
"sass": "^1.83.4",
22+
"sass": "^1.84.0",
2323
"sharp": "^0.33.3"
2424
},
2525
"devDependencies": {
2626
"@eslint/js": "^9.19.0",
2727
"@next/eslint-plugin-next": "^15.1.6",
2828
"@stylistic/eslint-plugin": "^3.0.1",
29-
"@tanstack/react-query-devtools": "^5.65.1",
29+
"@tanstack/react-query-devtools": "^5.66.0",
3030
"@testing-library/react": "^16.2.0",
31-
"@types/node": "^22.12.0",
31+
"@types/node": "^22.13.1",
3232
"@types/react": "^19.0.8",
3333
"@types/react-dom": "^19.0.3",
3434
"ejs": "^3.1.9",
@@ -39,7 +39,7 @@
3939
"jest-environment-jsdom": "^29.7.0",
4040
"prettier": "^3.4.2",
4141
"typescript": "^5.7.3",
42-
"typescript-eslint": "^8.22.0"
42+
"typescript-eslint": "^8.23.0"
4343
},
4444
"browserslist": {
4545
"production": [

0 commit comments

Comments
 (0)