chore: move unnecessary deps to devDependencies (#7327)

This commit is contained in:
Max Schmitt 2021-06-25 22:27:19 +02:00 committed by GitHub
parent 550b48f958
commit aabd1b2f7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 958 additions and 214 deletions

1168
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -40,7 +40,6 @@
},
"DEPS-NOTE": "Any non-test dependency must be added to the build_package.js script as well",
"dependencies": {
"@babel/cli": "^7.14.3",
"@babel/code-frame": "^7.12.13",
"@babel/core": "^7.14.0",
"@babel/plugin-proposal-class-properties": "^7.13.0",
@ -58,7 +57,6 @@
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.14.0",
"@babel/preset-typescript": "^7.13.0",
"babel-loader": "^8.2.2",
"colors": "^1.4.0",
"commander": "^6.1.0",
"debug": "^4.1.1",
@ -82,6 +80,7 @@
"yazl": "^2.5.1"
},
"devDependencies": {
"@babel/cli": "^7.14.3",
"@babel/preset-react": "^7.14.5",
"@types/babel__code-frame": "^7.0.2",
"@types/babel__core": "^7.1.14",
@ -106,6 +105,7 @@
"@types/yazl": "^2.4.2",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"babel-loader": "^8.2.2",
"chokidar": "^3.5.0",
"commonmark": "^0.29.1",
"cross-env": "^7.0.2",