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

Commit

Permalink
Merge commit '8bec28d34f798398d12ded5e282d43244203fa62'
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-chancetop committed Nov 27, 2023
2 parents 39ba215 + 8bec28d commit 2994b27
Show file tree
Hide file tree
Showing 11 changed files with 413 additions and 488 deletions.
31 changes: 17 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wonder/core-fe",
"version": "1.6.2",
"name": "core-fe",
"version": "1.7.0",
"main": "lib/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -21,43 +21,46 @@
"deploy": "node script/publish.js"
},
"devDependencies": {
"@testing-library/dom": "9.3.1",
"@testing-library/jest-dom": "6.1.2",
"@testing-library/react": "14.0.0",
"@testing-library/dom": "9.3.1",
"@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 2994b27

Please sign in to comment.