We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d73131 commit d36edb8Copy full SHA for d36edb8
1 file changed
package.json
@@ -34,6 +34,7 @@
34
"@babel/plugin-proposal-class-properties": "^7.18.6",
35
"@babel/plugin-proposal-private-methods": "^7.18.6",
36
"@babel/plugin-transform-runtime": "^7.19.6",
37
+ "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
38
"@babel/preset-env": "^7.20.2",
39
"@fortawesome/fontawesome-free": "^6.4.0",
40
"@hotwired/turbo-rails": "^7.1.3",
@@ -66,7 +67,6 @@
66
67
},
68
"devDependencies": {
69
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
- "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
70
"eslint": "^8.18.0",
71
"eslint-config-airbnb-base": "^15.0.0",
72
"eslint-plugin-import": "^2.26.0",
0 commit comments