Skip to content

Commit

Permalink
1.37.2: upgrade deps minor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dionshihk committed Mar 20, 2024
1 parent b6bf6c0 commit 975817c
Show file tree
Hide file tree
Showing 2 changed files with 626 additions and 582 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "core-fe",
"version": "1.37.1",
"version": "1.37.2",
"main": "lib/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -23,35 +23,35 @@
"@testing-library/dom": "9.3.3",
"@testing-library/jest-dom": "6.1.5",
"@testing-library/react": "14.1.2",
"@testing-library/user-event": "14.5.1",
"@types/jest": "29.5.11",
"@types/node": "20.10.8",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.0.0",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/node": "20.11.30",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"fs-extra": "11.2.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"prettier": "3.1.1",
"prettier": "3.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"ts-jest": "29.1.1",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"typescript": "5.3.3",
"typescript": "5.4.2",
"yargs": "17.7.2"
},
"dependencies": {
"@types/history": "4.7.11",
"@types/react": "18.2.47",
"@types/react-dom": "18.2.18",
"@types/react": "18.2.67",
"@types/react-dom": "18.2.22",
"@types/react-redux": "7.1.33",
"@types/react-router": "5.1.20",
"@types/react-router-dom": "5.3.3",
"axios": "1.6.5",
"core-js": "3.35.0",
"axios": "1.6.8",
"core-js": "3.36.1",
"history": "4.10.1",
"immer": "10.0.3",
"immer": "10.0.4",
"react-redux": "7.2.8",
"react-router": "5.2.1",
"react-router-dom": "5.3.0",
Expand Down
Loading

0 comments on commit 975817c

Please sign in to comment.