Skip to content

Commit 6d5d8bb

Browse files
committed
fix: move plugin to dev dependencies
1 parent e3fb63e commit 6d5d8bb

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

package-lock.json

+4-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"@babel/core": "^7.7.4",
5959
"@babel/plugin-proposal-class-properties": "^7.7.4",
6060
"@babel/plugin-proposal-object-rest-spread": "^7.7.4",
61+
"@babel/plugin-proposal-optional-chaining": "^7.7.4",
6162
"@babel/plugin-transform-runtime": "^7.7.4",
6263
"@babel/preset-env": "^7.7.4",
6364
"@babel/preset-react": "^7.7.4",
@@ -110,7 +111,6 @@
110111
"react-window": "^1.8.5"
111112
},
112113
"dependencies": {
113-
"@babel/plugin-proposal-optional-chaining": "^7.7.4",
114114
"@babel/runtime": "^7.7.4"
115115
}
116116
}

0 commit comments

Comments
 (0)