Skip to content

Commit a271d94

Browse files
Merge pull request #2360 from NCCE/dependabot/npm_and_yarn/babel/core-7.26.10
Bump @babel/core from 7.20.2 to 7.26.10
2 parents 258aebb + 01361d4 commit a271d94

File tree

2 files changed

+1402
-12
lines changed

2 files changed

+1402
-12
lines changed

package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,24 @@
66
},
77
"private": true,
88
"dependencies": {
9-
"@babel/core": "^7.14.0",
9+
"@babel/core": "^7.26.10",
1010
"@babel/eslint-parser": "^7.13.14",
11+
"@babel/plugin-proposal-class-properties": "^7.18.6",
12+
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
13+
"@babel/plugin-proposal-private-methods": "^7.18.6",
14+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
15+
"@babel/plugin-transform-destructuring": "^7.25.9",
16+
"@babel/plugin-transform-regenerator": "^7.27.0",
17+
"@babel/plugin-transform-runtime": "^7.26.10",
18+
"@babel/preset-env": "^7.26.9",
1119
"@hotwired/stimulus": "^3.2.2",
1220
"@hotwired/stimulus-webpack-helpers": "^1.0.1",
1321
"@rails/actiontext": "^7.1.0",
1422
"@rails/activestorage": "^7.1.0",
1523
"@rails/ujs": "^7.1.0",
1624
"@rails/webpacker": "^5.4.3",
1725
"ansi-html-community": "0.0.8",
26+
"babel-loader": "^8.4.1",
1827
"channels": "^0.0.4",
1928
"core-js": "^3.40.0",
2029
"dotenv-webpack": "^8.0.1",
@@ -23,7 +32,7 @@
2332
"is-svg": "4.3.1",
2433
"node-sass-glob-importer": "^5.3.2",
2534
"sass": "^1.71.1",
26-
"sass-loader": "^10.1.1",
35+
"sass-loader": "^10.5.2",
2736
"trix": "^2.1",
2837
"turbolinks": "^5.2.0",
2938
"webpack": "^4.46.0",

0 commit comments

Comments
 (0)