refactor: move typings to devDependencies (#8500)
This commit is contained in:
parent
e598d46c31
commit
1d193b9a04
3 changed files with 66 additions and 66 deletions
|
|
@ -30,8 +30,6 @@
|
|||
"cleanall": "npm run clean-all"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/gulp": "4.0.9",
|
||||
"@types/gulp-rename": "2.0.1",
|
||||
"execa": "5.1.1",
|
||||
"gulp": "4.0.2",
|
||||
"gulp-cssnano": "2.1.3",
|
||||
|
|
@ -41,6 +39,8 @@
|
|||
"js-yaml": "4.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/gulp": "4.0.9",
|
||||
"@types/gulp-rename": "2.0.1",
|
||||
"@typescript-eslint/parser": "5.18.0",
|
||||
"cross-env": "7.0.3",
|
||||
"cypress": "9.5.3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue