Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit d0cf9af

Browse files
committed
Upgrade deps
1 parent ee237c7 commit d0cf9af

File tree

2 files changed

+676
-662
lines changed

2 files changed

+676
-662
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,25 @@
1313
"start": "next start"
1414
},
1515
"dependencies": {
16-
"@reduxjs/toolkit": "^1.8.3",
16+
"@reduxjs/toolkit": "^1.8.5",
1717
"axios": "^0.27.2",
18-
"next": "^12.2.4",
18+
"next": "^12.2.5",
1919
"react": "^18.2.0",
2020
"react-dom": "^18.2.0",
2121
"react-redux": "^8.0.2",
22-
"redux-saga": "^1.1.3",
23-
"sass": "^1.54.0"
22+
"redux-saga": "^1.2.1",
23+
"sass": "^1.54.8"
2424
},
2525
"devDependencies": {
26-
"@types/node": "^18.6.3",
27-
"@types/react": "^18.0.15",
26+
"@types/node": "^18.7.14",
27+
"@types/react": "^18.0.18",
2828
"@types/react-dom": "^18.0.6",
29-
"@typescript-eslint/eslint-plugin": "^5.31.0",
30-
"@typescript-eslint/parser": "^5.31.0",
29+
"@typescript-eslint/eslint-plugin": "^5.36.1",
30+
"@typescript-eslint/parser": "^5.36.1",
3131
"ejs": "^3.1.8",
32-
"eslint": "^8.21.0",
33-
"jest": "^28.1.3",
34-
"typescript": "^4.7.4"
32+
"eslint": "^8.23.0",
33+
"jest": "^29.0.1",
34+
"typescript": "^4.8.2"
3535
},
3636
"browserslist": {
3737
"production": [

0 commit comments

Comments
 (0)