webpack types moved to regular dependencies

This commit is contained in:
Sendou 2020-03-09 16:16:33 +02:00
parent a61771b492
commit afff7d728c
2 changed files with 3 additions and 5 deletions

View File

@ -2346,8 +2346,7 @@
"@types/webpack-env": {
"version": "1.15.1",
"resolved": "https://registry.npmjs.org/@types/webpack-env/-/webpack-env-1.15.1.tgz",
"integrity": "sha512-eWN5ElDTeBc5lRDh95SqA8x18D0ll2pWudU3uWiyfsRmIZcmUXpEsxPU+7+BsdCrO2vfLRC629u/MmjbmF+2tA==",
"dev": true
"integrity": "sha512-eWN5ElDTeBc5lRDh95SqA8x18D0ll2pWudU3uWiyfsRmIZcmUXpEsxPU+7+BsdCrO2vfLRC629u/MmjbmF+2tA=="
},
"@types/yargs": {
"version": "13.0.5",

View File

@ -21,6 +21,7 @@
"@types/react-dom": "^16.9.5",
"@types/react-infinite-scroller": "^1.2.1",
"@types/react-select": "^3.0.10",
"@types/webpack-env": "^1.15.1",
"apollo-boost": "^0.4.7",
"emotion-theming": "^10.0.27",
"graphql": "^14.6.0",
@ -65,7 +66,5 @@
"last 1 safari version"
]
},
"devDependencies": {
"@types/webpack-env": "^1.15.1"
}
"devDependencies": {}
}