Skip to content

Commit

Permalink
build(deps): bump babel 7.25.9 (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonguo authored Dec 25, 2024
1 parent 30b4bfc commit 9e1f767
Show file tree
Hide file tree
Showing 4 changed files with 1,699 additions and 2,810 deletions.
6 changes: 3 additions & 3 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ module.exports = (api, options) => {
],
plugins: [
'lodash',
['@babel/plugin-proposal-class-properties', { loose: true }],
'@babel/plugin-proposal-optional-chaining',
'@babel/plugin-proposal-export-namespace-from',
['@babel/plugin-transform-class-properties', { loose: true }],
'@babel/plugin-transform-optional-chaining',
'@babel/plugin-transform-export-namespace-from',
'@babel/plugin-proposal-export-default-from',
['@babel/plugin-transform-runtime', { useESModules: !modules }]
]
Expand Down
39 changes: 18 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"url": "[email protected]:rsuite/rsuite-table.git"
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"@juggle/resize-observer": "^3.3.1",
"@babel/runtime": "^7.20.1",
"@juggle/resize-observer": "^3.4.0",
"@rsuite/icons": "^1.3.0",
"classnames": "^2.3.1",
"dom-lib": "^3.3.1",
Expand All @@ -51,18 +51,16 @@
"react-dom": ">=18"
},
"devDependencies": {
"@babel/cli": "^7.12.8",
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/plugin-proposal-export-namespace-from": "^7.12.1",
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-proto-to-assign": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"@babel/preset-react": "^7.12.7",
"@babel/preset-typescript": "^7.12.7",
"@babel/cli": "^7.25.9",
"@babel/core": "^7.25.9",
"@babel/plugin-proposal-export-default-from": "^7.25.9",
"@babel/plugin-transform-class-properties": "^7.25.9",
"@babel/plugin-transform-export-namespace-from": "^7.25.9",
"@babel/plugin-transform-optional-chaining": "^7.25.9",
"@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": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@faker-js/faker": "^7.6.0",
Expand All @@ -74,14 +72,13 @@
"@typescript-eslint/parser": "^6.9.0",
"autoprefixer": "^8.3.0",
"babel-loader": "^8.2.2",
"babel-plugin-date-fns": "^0.2.1",
"babel-plugin-istanbul": "^4.1.4",
"babel-plugin-istanbul": "^7.0.0",
"babel-plugin-lodash": "^3.3.4",
"chai": "^4.1.0",
"chai": "^4.3.5",
"conventional-changelog-cli": "^2.1.1",
"coveralls": "^3.1.0",
"cross-env": "^5.2.1",
"css-loader": "^0.23.1",
"css-loader": "^7.1.2",
"cssnano": "^4.1.10",
"cz-conventional-changelog": "^3.3.0",
"del": "^5.1.0",
Expand Down Expand Up @@ -125,15 +122,15 @@
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"rsuite": "^5.69.0",
"sinon": "^11.1.2",
"sinon": "^19.0.2",
"sinon-chai": "^3.7.0",
"style-loader": "^0.13.1",
"ts-expect": "^1.3.0",
"typescript": "^5.2.2",
"url-loader": "^0.5.7",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^3.11.2"
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit 9e1f767

Please sign in to comment.