Skip to content

Commit 01361d4

Browse files
committed
Fixing missing packages
1 parent 7d038cf commit 01361d4

File tree

2 files changed

+1152
-58
lines changed

2 files changed

+1152
-58
lines changed

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,22 @@
88
"dependencies": {
99
"@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)