Skip to content

Commit d36edb8

Browse files
committed
moved babel plugin to dependencies
1 parent 3d73131 commit d36edb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"@babel/plugin-proposal-class-properties": "^7.18.6",
3535
"@babel/plugin-proposal-private-methods": "^7.18.6",
3636
"@babel/plugin-transform-runtime": "^7.19.6",
37+
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
3738
"@babel/preset-env": "^7.20.2",
3839
"@fortawesome/fontawesome-free": "^6.4.0",
3940
"@hotwired/turbo-rails": "^7.1.3",
@@ -66,7 +67,6 @@
6667
},
6768
"devDependencies": {
6869
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
69-
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
7070
"eslint": "^8.18.0",
7171
"eslint-config-airbnb-base": "^15.0.0",
7272
"eslint-plugin-import": "^2.26.0",

0 commit comments

Comments
 (0)