4
0
forked from crowetic/commerce

Move types packages to dev deps

This commit is contained in:
Luis Alvarez
2020-10-19 13:57:40 -05:00
parent f6e0fd761e
commit 93d99c0253
2 changed files with 7 additions and 7 deletions

View File

@@ -21,10 +21,6 @@
"dependencies": {
"@headlessui/react": "^0.2.0",
"@tailwindcss/ui": "^0.6.2",
"@types/bunyan": "^1.8.6",
"@types/bunyan-prettystream": "^0.1.31",
"@types/classnames": "^2.2.10",
"@types/react-swipeable-views": "^0.13.0",
"animate.css": "^4.1.1",
"bunyan": "^1.8.14",
"bunyan-prettystream": "^0.1.3",
@@ -54,12 +50,16 @@
"@graphql-codegen/typescript": "^1.17.10",
"@graphql-codegen/typescript-operations": "^1.17.8",
"@manifoldco/swagger-to-ts": "^2.1.0",
"@types/bunyan": "^1.8.6",
"@types/bunyan-prettystream": "^0.1.31",
"@types/classnames": "^2.2.10",
"@types/cookie": "^0.4.0",
"@types/js-cookie": "^2.2.6",
"@types/lodash.debounce": "^4.0.6",
"@types/lodash.random": "^3.2.6",
"@types/node": "^14.11.2",
"@types/react": "^16.9.49",
"@types/react-swipeable-views": "^0.13.0",
"graphql": "^15.3.0",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-preset-env": "^6.7.0",