Skip to content

Commit

Permalink
1.38.0-beta:
Browse files Browse the repository at this point in the history
- upgrade redux to 5.0, react-redux to 9.1, redux-saga to 1.3, tune related usages
- minor renames
- upgrade min version requirement to node 20, pnpm 9.9
  • Loading branch information
dionshihk committed Aug 29, 2024
1 parent 9cccfc4 commit f761c25
Show file tree
Hide file tree
Showing 9 changed files with 255 additions and 184 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "19"
node-version: "20"
check-latest: true

- uses: pnpm/action-setup@v4
with:
version: 9.5
version: 9.9
run_install: false

- name: Get pnpm store directory
Expand Down
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "core-fe",
"version": "1.37.4",
"version": "1.38.0-beta",
"main": "lib/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -25,39 +25,39 @@
"@testing-library/react": "14.1.2",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/node": "20.14.9",
"@types/node": "22.5.1",
"@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.3.2",
"prettier": "3.3.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"ts-jest": "29.1.5",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.5.2",
"typescript": "5.5.4",
"yargs": "17.7.2"
},
"dependencies": {
"@types/history": "4.7.11",
"@types/react": "18.2.67",
"@types/react-dom": "18.2.22",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@types/react-redux": "7.1.33",
"@types/react-router": "5.1.20",
"@types/react-router-dom": "5.3.3",
"axios": "1.7.2",
"core-js": "3.37.1",
"history": "4.10.1",
"immer": "10.1.1",
"react-redux": "7.2.8",
"react-redux": "9.1.2",
"react-router": "5.2.1",
"react-router-dom": "5.3.0",
"redux": "4.1.2",
"redux": "5.0.1",
"redux-first-history": "5.2.0",
"redux-saga": "1.1.3",
"redux-saga": "1.3.0",
"regenerator-runtime": "0.14.1",
"tslib": "2.6.3"
},
Expand All @@ -66,6 +66,7 @@
"react-dom": ">=18.0.0"
},
"engines": {
"node": ">=18"
}
"node": ">=20"
},
"packageManager": "pnpm@9.9.0"
}
Loading

0 comments on commit f761c25

Please sign in to comment.