Skip to content

Commit

Permalink
feat: upgrade babel
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoyadmoon committed Jan 30, 2024
1 parent b0c44fe commit 0dbc1ac
Show file tree
Hide file tree
Showing 5 changed files with 363 additions and 734 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,24 +30,24 @@
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/runtime": "^7.4.4",
"@babel/runtime-corejs3": "^7.4.4",
"@babel/runtime": "^7.23.9",
"@babel/runtime-corejs3": "^7.23.9",
"@cfaester/enzyme-adapter-react-18": "^0.7.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.4.0",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^13.5.0",
"autoprefixer": "^9.6.1",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.1.0",
"babel-loader": "^8.0.4",
"babel-loader": "^9.1.3",
"babel-plugin-module-resolver": "^3.1.1",
"babel-plugin-strip-css-imports": "zhusee2/babel-plugin-strip-css-imports",
"conventional-changelog-cli": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"warning": "^4.0.3"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/cli": "^7.23.9",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.4.0",
"@testing-library/react-hooks": "^7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"warning": "^4.0.3"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/cli": "^7.23.9",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.4.0",
"@testing-library/react-hooks": "^7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/imageeditor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"warning": "^4.0.3"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/cli": "^7.23.9",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.4.0",
"@testing-library/react-hooks": "^7.0.2",
Expand Down
Loading

0 comments on commit 0dbc1ac

Please sign in to comment.