Move @types/*
dependencies to devDependencies
This commit is contained in:
parent
10bede85c9
commit
8ef04cb1fd
2 changed files with 2 additions and 6 deletions
|
@ -50,8 +50,6 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sindresorhus/is": "^0.8.0",
|
"@sindresorhus/is": "^0.8.0",
|
||||||
"@types/filesize": "^3.6.0",
|
|
||||||
"@types/lodash": "^4.14.106",
|
|
||||||
"archiver": "^2.1.1",
|
"archiver": "^2.1.1",
|
||||||
"blob-util": "^1.3.0",
|
"blob-util": "^1.3.0",
|
||||||
"blueimp-canvas-to-blob": "^3.14.0",
|
"blueimp-canvas-to-blob": "^3.14.0",
|
||||||
|
@ -98,6 +96,8 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/chai": "^4.1.2",
|
"@types/chai": "^4.1.2",
|
||||||
"@types/classnames": "^2.2.3",
|
"@types/classnames": "^2.2.3",
|
||||||
|
"@types/filesize": "^3.6.0",
|
||||||
|
"@types/lodash": "^4.14.106",
|
||||||
"@types/lodash": "^4.14.106",
|
"@types/lodash": "^4.14.106",
|
||||||
"@types/mocha": "^5.0.0",
|
"@types/mocha": "^5.0.0",
|
||||||
"@types/qs": "^6.5.1",
|
"@types/qs": "^6.5.1",
|
||||||
|
|
|
@ -36,10 +36,6 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
samsam "1.3.0"
|
samsam "1.3.0"
|
||||||
|
|
||||||
"@types/lodash@^4.14.106":
|
|
||||||
version "4.14.106"
|
|
||||||
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.106.tgz#6093e9a02aa567ddecfe9afadca89e53e5dce4dd"
|
|
||||||
|
|
||||||
"@types/chai@^4.1.2":
|
"@types/chai@^4.1.2":
|
||||||
version "4.1.2"
|
version "4.1.2"
|
||||||
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.1.2.tgz#f1af664769cfb50af805431c407425ed619daa21"
|
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.1.2.tgz#f1af664769cfb50af805431c407425ed619daa21"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue