Skip to content

Commit

Permalink
chore(packageJson): 同步tdesign-react的npm库的版本号,解决版本过低导致安装警告
Browse files Browse the repository at this point in the history
  • Loading branch information
tobytovi committed Nov 27, 2024
1 parent b7535d4 commit c6e6bdb
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,26 +75,26 @@
},
"homepage": "https://tdesign.tencent.com/mobile-react",
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@babel/preset-typescript": "^7.9.0",
"@babel/core": "^7.26.0",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@babel/preset-typescript": "^7.26.0",
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^19.0.1",
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^3.0.0",
"@rollup/plugin-url": "^6.0.0",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
"@rollup/plugin-url": "^7.0.0",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/lodash": "^4.14.178",
"@types/node": "^20.14.11",
"@types/react": "^17.0.2",
"@types/react-dom": "17.0.2",
"@types/react": "~18.2.0",
"@types/react-dom": "^18.2.1",
"@types/react-transition-group": "^4.4.4",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
Expand Down Expand Up @@ -136,8 +136,8 @@
"postcss": "^8.4.5",
"prettier": "^3.3.3",
"prismjs": "^1.25.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.2.2",
"rimraf": "^3.0.2",
"rollup": "^2.55.0",
Expand All @@ -160,14 +160,14 @@
"workbox-precaching": "^6.3.0"
},
"dependencies": {
"@react-spring/web": "9.6.1",
"@react-spring/web": "9.7.4",
"@use-gesture/react": "^10.2.10",
"ahooks": "^3.1.9",
"classnames": "^2.3.1",
"hoist-non-react-statics": "^3.3.2",
"lodash": "^4.17.21",
"react-spring": "9.6.1",
"react-transition-group": "^4.4.2",
"react-spring": "9.7.4",
"react-transition-group": "^4.4.4",
"smoothscroll-polyfill": "^0.4.4",
"tdesign-icons-react": "^0.3.5"
},
Expand All @@ -182,4 +182,4 @@
"npm run lint:fix"
]
}
}
}

0 comments on commit c6e6bdb

Please sign in to comment.