Skip to content

Commit 582997f

Browse files
committed
moved babel plugin to dependencies
1 parent a7ced0f commit 582997f

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
@@ -35,6 +35,7 @@
3535
"@babel/plugin-proposal-private-methods": "^7.18.6",
3636
"@babel/plugin-transform-runtime": "^7.19.6",
3737
"@babel/plugin-transform-private-property-in-object": "^7.21.11",
38+
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
3839
"@babel/preset-env": "^7.20.2",
3940
"@fortawesome/fontawesome-free": "^6.4.0",
4041
"@hotwired/turbo-rails": "^7.1.3",
@@ -66,7 +67,6 @@
6667
"webpack-cli": "^5.0.1"
6768
},
6869
"devDependencies": {
69-
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
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)