Skip to content

Commit

Permalink
updated babel plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
jjeancharles committed Nov 19, 2023
1 parent bb43184 commit 4972305
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,18 @@
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@babel/helper-define-polyfill-provider": "^0.4.3",
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.12.13",
"@babel/register": "^7.13.8",
"@babel/runtime": "^7.13.10",
"@emotion/babel-plugin": "^11.3.0",
"babel-loader": "^8.2.2",
"babel-plugin-polyfill-corejs2": "^0.4.6",
"babel-plugin-polyfill-corejs3": "0.8.5",
"babel-plugin-polyfill-es-shims": "^0.10.0",
"babel-plugin-polyfill-regenerator": "^0.5.3",
"concurrently": "^6.0.0",
"copy-webpack-plugin": "^8.0.0",
"css-loader": "^5.1.2",
Expand Down

0 comments on commit 4972305

Please sign in to comment.