Skip to content

Commit

Permalink
chore: upgrade deps version
Browse files Browse the repository at this point in the history
  • Loading branch information
geekact committed Nov 10, 2022
1 parent 3e43aa2 commit 75f58b7
Show file tree
Hide file tree
Showing 2 changed files with 1,196 additions and 993 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,43 +52,43 @@
},
"peerDependencies": {
"react": "^16.14 || ^17 || ^18",
"typescript": "^4.4"
"typescript": "^4.5"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"dependencies": {
"immer": "^9.0.15",
"react-redux": "^8.0.2",
"immer": "^9.0.16",
"react-redux": "^8.0.5",
"redux": "^4.2.0",
"topic": "^3.0.2"
},
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0",
"@redux-devtools/extension": "^3.2.3",
"@swc/core": "^1.3.2",
"@swc/core": "^1.3.14",
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.0.3",
"@types/node": "^18.7.18",
"@types/react": "^18.0.20",
"@types/react-dom": "^18.0.6",
"@types/jest": "^29.2.2",
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"browserslist": "^4.21.4",
"docsify-cli": "^4.4.4",
"husky": "^8.0.1",
"jest": "^29.0.3",
"jest-environment-jsdom": "^29.0.3",
"husky": "^8.0.2",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-test-renderer": "^18.2.0",
"rxjs": "^7.5.6",
"rxjs": "^7.5.7",
"sleep-promise": "^9.1.0",
"ts-expect": "^1.3.0",
"ts-jest": "^29.0.1",
"tsup": "^6.2.3",
"typescript": "^4.8.3"
"ts-jest": "^29.0.3",
"tsup": "^6.4.0",
"typescript": "^4.8.4"
}
}
Loading

0 comments on commit 75f58b7

Please sign in to comment.