Skip to content

Commit

Permalink
chore(packageJson): 升级npm包的版本
Browse files Browse the repository at this point in the history
  • Loading branch information
tobytovi committed Nov 28, 2024
1 parent 62def8b commit 317777a
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,19 +89,19 @@
"@rollup/plugin-replace": "^3.0.0",
"@rollup/plugin-url": "^7.0.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^12.1.4",
"@testing-library/react": "^16.0.1 ",
"@testing-library/user-event": "^14.5.2",
"@types/lodash": "^4.14.178",
"@types/node": "^20.14.11",
"@types/react": "^17.0.2",
"@types/react-dom": "17.0.2",
"@types/react": "^18.3.1",
"@types/react-dom": "18.3.1",
"@types/react-transition-group": "^4.4.4",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"@vitejs/plugin-react": "^1.1.1",
"@vitest/coverage-istanbul": "^2.0.3",
"@vitest/coverage-v8": "^2.0.3",
"@vitest/ui": "^2.0.3",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-istanbul": "^2.1.6",
"@vitest/coverage-v8": "^2.1.6",
"@vitest/ui": "^2.1.6",
"autoprefixer": "^10.4.0",
"babel-jest": "^27.5.1",
"babel-polyfill": "^6.26.0",
Expand All @@ -110,9 +110,9 @@
"commitlint": "^15.0.0",
"concurrently": "^6.4.0",
"cross-env": "^7.0.3",
"cssnano": "^5.0.12",
"cssnano": "^7.0.6",
"cz-conventional-changelog": "^3.3.0",
"dom-parser": "^0.1.6",
"dom-parser": "^1.1.5",
"eslint": "^8.4.1",
"eslint-config-airbnb": "^19.0.2",
"eslint-config-airbnb-base": "^15.0.0",
Expand All @@ -136,9 +136,9 @@
"postcss": "^8.4.5",
"prettier": "^3.3.3",
"prismjs": "^1.25.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.2.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^7.0.1",
"rimraf": "^3.0.2",
"rollup": "^2.55.0",
"rollup-plugin-analyzer": "^4.0.0",
Expand All @@ -150,26 +150,27 @@
"rollup-plugin-styles": "^3.14.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.2",
"tdesign-icons-view": "^0.2.7",
"tdesign-site-components": "^0.15.4",
"tdesign-icons-view": "^0.3.2",
"tdesign-site-components": "^0.15.6",
"typescript": "^4.5.3",
"vite": "^2.7.0",
"vite-plugin-pwa": "^0.11.11",
"vite-plugin-tdoc": "^2.0.0",
"vitest": "^2.0.3",
"vite": "^5.4.11",
"vite-plugin-pwa": "^0.21.0",
"vite-plugin-tdoc": "^2.0.4",
"vitest": "^2.1.6",
"resize-observer-polyfill": "^1.5.1",
"workbox-precaching": "^6.3.0"
},
"dependencies": {
"@react-spring/web": "9.7.4",
"@use-gesture/react": "^10.2.10",
"ahooks": "^3.1.9",
"ahooks": "^3.8.1",
"classnames": "^2.3.1",
"hoist-non-react-statics": "^3.3.2",
"lodash": "^4.17.21",
"react-spring": "9.7.4",
"react-transition-group": "^4.4.4",
"smoothscroll-polyfill": "^0.4.4",
"tdesign-icons-react": "^0.3.5"
"tdesign-icons-react": "^0.4.2"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 317777a

Please sign in to comment.