Skip to content

Commit

Permalink
chore: upgrade some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
awmleer committed Jul 12, 2023
1 parent 6a628de commit acca3ab
Show file tree
Hide file tree
Showing 2 changed files with 3,827 additions and 1,182 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,42 +23,42 @@
"unpkg": "./umd/antd-mobile.js",
"GravityCDN": "./umd/antd-mobile.js",
"dependencies": {
"use-sync-external-store": "^1.1.0"
"use-sync-external-store": "^1.2.0"
},
"peerDependencies": {
"react": ">=16.8.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"@testing-library/dom": "^8.11.1",
"@testing-library/jest-dom": "^5.15.1",
"@testing-library/react": "^13.2.0",
"@testing-library/dom": "^8.20.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/jest": "^27.0.3",
"@types/node": "^17.0.33",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/jest": "^27.5.2",
"@types/node": "^17.0.45",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
"@types/use-sync-external-store": "^0.0.3",
"ahooks": "^3.3.10",
"del": "^6.0.0",
"dumi": "^1.1.43",
"ahooks": "^3.7.8",
"del": "^6.1.1",
"dumi": "^1.1.50",
"gulp": "^4.0.2",
"gulp-typescript": "^5.0.1",
"husky": "^8.0.1",
"jest": "^28.1.0",
"jest-environment-jsdom": "^28.1.0",
"prettier": "^2.6.2",
"husky": "^8.0.3",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-test-renderer": "^18.1.0",
"rollup": "^2.75.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-test-renderer": "^18.2.0",
"rollup": "^2.79.1",
"through2": "^4.0.2",
"ts-jest": "^28.0.2",
"ts-jest": "^28.0.8",
"tslint": "^6.1.3",
"typescript": "~4.5.0"
"typescript": "^4.5.0"
},
"resolutions": {
"@types/react": "18",
Expand Down
Loading

0 comments on commit acca3ab

Please sign in to comment.