chore(deps): move devDeps where they belong

This commit is contained in:
Jean-Philippe Sirois
2019-07-29 15:04:11 -04:00
parent 2ff1a406ef
commit 9f3989199c
+3 -3
View File
@@ -5,9 +5,6 @@
"version": "0.1.0",
"author": "TPH",
"dependencies": {
"@types/ramda": "^0.26.18",
"babel-plugin-styled-components": "^1.10.6",
"discord.js": "^11.5.1",
"gatsby": "^2.13.39",
"gatsby-image": "^2.2.6",
"gatsby-plugin-manifest": "^2.2.4",
@@ -35,11 +32,14 @@
},
"devDependencies": {
"@graphql-codegen/cli": "^1.4.0",
"@types/ramda": "^0.26.18",
"@types/react": "^16.8.23",
"@types/react-dom": "^16.8.5",
"@types/react-helmet": "^5.0.8",
"@types/react-treeview": "^0.4.2",
"@types/styled-components": "^4.1.18",
"babel-plugin-styled-components": "^1.10.6",
"discord.js": "^11.5.1",
"prettier": "^1.18.2",
"@graphql-codegen/typescript": "1.4.0",
"@graphql-codegen/typescript-operations": "1.4.0",