Skip to content

Commit

Permalink
1.37.1: upgrade deps minor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dionshihk committed Jan 11, 2024
1 parent bef4537 commit b6bf6c0
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 82 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "core-fe",
"version": "1.37.0",
"version": "1.37.1",
"main": "lib/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -25,7 +25,7 @@
"@testing-library/react": "14.1.2",
"@testing-library/user-event": "14.5.1",
"@types/jest": "29.5.11",
"@types/node": "20.10.5",
"@types/node": "20.10.8",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"eslint": "8.56.0",
Expand All @@ -43,22 +43,22 @@
},
"dependencies": {
"@types/history": "4.7.11",
"@types/react": "18.2.35",
"@types/react-dom": "18.2.14",
"@types/react": "18.2.47",
"@types/react-dom": "18.2.18",
"@types/react-redux": "7.1.33",
"@types/react-router": "5.1.20",
"@types/react-router-dom": "5.3.3",
"axios": "1.6.1",
"core-js": "3.33.0",
"axios": "1.6.5",
"core-js": "3.35.0",
"history": "4.10.1",
"immer": "10.0.3",
"react-redux": "7.2.8",
"react-router": "5.2.1",
"react-router-dom": "5.3.0",
"redux": "4.1.2",
"redux-first-history": "5.1.1",
"redux-first-history": "5.2.0",
"redux-saga": "1.1.3",
"regenerator-runtime": "0.14.0",
"regenerator-runtime": "0.14.1",
"tslib": "2.6.2"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit b6bf6c0

Please sign in to comment.