Skip to content

Commit

Permalink
chore: upgrade some dependencies and fix a ts issue
Browse files Browse the repository at this point in the history
  • Loading branch information
awmleer committed Aug 5, 2023
1 parent 8d73a88 commit 434f8e9
Show file tree
Hide file tree
Showing 3 changed files with 6,704 additions and 2,276 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"@testing-library/dom": "^8.20.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/jest": "^27.5.2",
"@types/node": "^17.0.45",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@types/react-test-renderer": "^18.0.0",
"@types/use-sync-external-store": "^0.0.3",
"ahooks": "^3.7.8",
"del": "^6.1.1",
"dumi": "^1.1.50",
"dumi": "^1.1.52",
"gulp": "^4.0.2",
"gulp-typescript": "^5.0.1",
"husky": "^8.0.3",
Expand All @@ -58,7 +58,7 @@
"through2": "^4.0.2",
"ts-jest": "^28.0.8",
"tslint": "^6.1.3",
"typescript": "^4.5.0"
"typescript": "^4.9.5"
},
"resolutions": {
"@types/react": "18",
Expand Down
Loading

0 comments on commit 434f8e9

Please sign in to comment.