Skip to content

Commit

Permalink
Merge pull request #1603 from sanger/update-babel-to-version-7.23.9
Browse files Browse the repository at this point in the history
Update babel to version 7.23.9
  • Loading branch information
yoldas authored Mar 1, 2024
2 parents 1e3b9c4 + 9d132c6 commit 79559a0
Show file tree
Hide file tree
Showing 3 changed files with 2,460 additions and 3,450 deletions.
8 changes: 4 additions & 4 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,21 @@ module.exports = function (api) {
'@babel/plugin-syntax-dynamic-import',
isTestEnv && 'babel-plugin-dynamic-import-node',
'@babel/plugin-transform-destructuring',
['@babel/plugin-proposal-private-methods', { loose: true }],
['@babel/plugin-transform-private-methods', { loose: true }],
[
'@babel/plugin-proposal-class-properties',
'@babel/plugin-transform-class-properties',
{
loose: true,
},
],
[
'@babel/plugin-proposal-object-rest-spread',
'@babel/plugin-transform-object-rest-spread',
{
useBuiltIns: true,
},
],
[
'@babel/plugin-proposal-private-property-in-object',
'@babel/plugin-transform-private-property-in-object',
{
loose: true,
},
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@babel/preset-env": "^7.20.2",
"@babel/preset-env": "^7.23.9",
"@rails/webpacker": "5.4.2",
"axios": "^0.28.0",
"babel-loader": "^8.2.5",
Expand All @@ -14,14 +14,14 @@
"vue": "2.6.11",
"vue-loader": "^15.11.1",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.6.11",
"vue-template-compiler": "2.6.11",
"web-worker": "^1.3.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/core": "^7.23.9",
"@babel/plugin-transform-runtime": "^7.23.9",
"@prettier/plugin-ruby": "^2.1.0",
"@vue/test-utils": "^1.0.0-beta.25",
"axios-mock-adapter": "^1.22.0",
Expand Down
Loading

0 comments on commit 79559a0

Please sign in to comment.