mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-24 23:19:39 -05:00
webpack types moved to regular dependencies
This commit is contained in:
parent
a61771b492
commit
afff7d728c
3
frontend-react/package-lock.json
generated
3
frontend-react/package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user