Skip to content

Commit 1f7b4e0

Browse files
committed
Move @babel/plugin-proposal-private-property-in-object to devDependencies
1 parent c719828 commit 1f7b4e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
103103
"@babel/plugin-proposal-pipeline-operator": "^7.12.1",
104104
"@babel/plugin-proposal-private-methods": "^7.18.6",
105+
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
105106
"@babel/plugin-proposal-throw-expressions": "^7.12.1",
106107
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
107108
"@babel/plugin-syntax-import-meta": "^7.10.4",
@@ -233,7 +234,6 @@
233234
"yarn-deduplicate": "^3.1.0"
234235
},
235236
"dependencies": {
236-
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
237237
"@elastic/datemath": "^5.0.3",
238238
"@elastic/eui": "34.6.0",
239239
"@reduxjs/toolkit": "^1.6.2",

0 commit comments

Comments
 (0)