|
6 | 6 | },
|
7 | 7 | "private": true,
|
8 | 8 | "dependencies": {
|
9 |
| - "@babel/core": "^7.14.0", |
| 9 | + "@babel/core": "^7.26.10", |
10 | 10 | "@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", |
11 | 19 | "@hotwired/stimulus": "^3.2.2",
|
12 | 20 | "@hotwired/stimulus-webpack-helpers": "^1.0.1",
|
13 | 21 | "@rails/actiontext": "^7.1.0",
|
14 | 22 | "@rails/activestorage": "^7.1.0",
|
15 | 23 | "@rails/ujs": "^7.1.0",
|
16 | 24 | "@rails/webpacker": "^5.4.3",
|
17 | 25 | "ansi-html-community": "0.0.8",
|
| 26 | + "babel-loader": "^8.4.1", |
18 | 27 | "channels": "^0.0.4",
|
19 | 28 | "core-js": "^3.40.0",
|
20 | 29 | "dotenv-webpack": "^8.0.1",
|
|
23 | 32 | "is-svg": "4.3.1",
|
24 | 33 | "node-sass-glob-importer": "^5.3.2",
|
25 | 34 | "sass": "^1.71.1",
|
26 |
| - "sass-loader": "^10.1.1", |
| 35 | + "sass-loader": "^10.5.2", |
27 | 36 | "trix": "^2.1",
|
28 | 37 | "turbolinks": "^5.2.0",
|
29 | 38 | "webpack": "^4.46.0",
|
|
0 commit comments