Skip to content

Commit 3c73914

Browse files
committed
Upgrade deps
1 parent 71e61da commit 3c73914

File tree

2 files changed

+505
-401
lines changed

2 files changed

+505
-401
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,28 @@
1313
"start": "next start"
1414
},
1515
"dependencies": {
16-
"@tanstack/react-query": "^4.29.1",
17-
"next": "^13.3.0",
16+
"@tanstack/react-query": "^4.29.7",
17+
"next": "^13.4.2",
1818
"react": "^18.2.0",
1919
"react-dom": "^18.2.0",
2020
"recoil": "^0.7.7",
21-
"sass": "^1.61.0"
21+
"sass": "^1.62.1"
2222
},
2323
"devDependencies": {
24-
"@tanstack/react-query-devtools": "^4.29.1",
24+
"@tanstack/react-query-devtools": "^4.29.7",
2525
"@testing-library/react": "^14.0.0",
26-
"@types/node": "^18.15.11",
27-
"@types/react": "^18.0.33",
28-
"@types/react-dom": "^18.0.11",
29-
"@typescript-eslint/eslint-plugin": "^5.58.0",
30-
"@typescript-eslint/parser": "^5.58.0",
26+
"@types/node": "^20.1.4",
27+
"@types/react": "^18.2.6",
28+
"@types/react-dom": "^18.2.4",
29+
"@typescript-eslint/eslint-plugin": "^5.59.5",
30+
"@typescript-eslint/parser": "^5.59.5",
3131
"ejs": "^3.1.9",
32-
"eslint": "^8.38.0",
33-
"eslint-config-next": "13.3.0",
32+
"eslint": "^8.40.0",
33+
"eslint-config-next": "13.4.2",
3434
"eslint-plugin-prettier": "^4.2.1",
3535
"jest": "^29.5.0",
3636
"jest-environment-jsdom": "^29.5.0",
37-
"prettier": "^2.8.7",
37+
"prettier": "^2.8.8",
3838
"typescript": "^5.0.4"
3939
},
4040
"browserslist": {

0 commit comments

Comments
 (0)