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

Commit

Permalink
1.37.0:
Browse files Browse the repository at this point in the history
- use new redux-first-history to replace deprecated connected-react-router
- upgrade TypeScript 5.3 (https://devblogs.microsoft.com/typescript/announcing-typescript-5-3/)
- upgrade axios 1.6 (https://github.com/axios/axios/releases)
- upgrade core-js, and other dev deps
- add one more pattern, handle browser extension error as warning
  • Loading branch information
dionshihk committed Nov 27, 2023
1 parent 78ab046 commit 8bec28d
Show file tree
Hide file tree
Showing 10 changed files with 237 additions and 330 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "core-fe",
"version": "1.36.6",
"version": "1.37.0",
"main": "lib/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -24,39 +24,39 @@
"@testing-library/jest-dom": "6.1.2",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/jest": "29.5.5",
"@types/node": "20.8.6",
"@typescript-eslint/eslint-plugin": "6.5.0",
"@typescript-eslint/parser": "6.5.0",
"eslint": "8.51.0",
"@types/jest": "29.5.10",
"@types/node": "20.9.5",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"eslint": "8.54.0",
"eslint-config-prettier": "9.0.0",
"fs-extra": "11.1.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"prettier": "3.0.3",
"prettier": "3.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.2.2",
"typescript": "5.3.2",
"yargs": "17.7.2"
},
"dependencies": {
"@types/history": "4.7.11",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@types/react-redux": "7.1.27",
"@types/react": "18.2.35",
"@types/react-dom": "18.2.14",
"@types/react-redux": "7.1.28",
"@types/react-router": "5.1.20",
"@types/react-router-dom": "5.3.3",
"axios": "1.5.1",
"connected-react-router": "6.9.3",
"axios": "1.6.1",
"core-js": "3.33.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-saga": "1.1.3",
"regenerator-runtime": "0.14.0",
"tslib": "2.6.2"
Expand Down
Loading

0 comments on commit 8bec28d

Please sign in to comment.