Skip to content

Commit

Permalink
chore: Keep @types in devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Bowerman committed May 19, 2021
1 parent 90588b3 commit ce22909
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"dependencies": {
"@styled-system/props": "^5.1.5",
"@styled-system/should-forward-prop": "5.1.5",
"@types/styled-system": "^5.1.11",
"lodash": "^4.17.20",
"polished": "^4.1.2",
"styled-system": "^5.1.5"
},
"devDependencies": {
"@testing-library/react": "^11.2.6",
"@types/lodash": "^4.14.168",
"@types/styled-system": "^5.1.11",
"@types/styled-components": "^5.1.9",
"csstype": "^3.0.8",
"lodash": "^4.17.20",
Expand Down
4 changes: 2 additions & 2 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"prebuild": "./bin/prebuild.js"
},
"dependencies": {
"@styled-icons/styled-icon": "^10.6.3",
"h2x-types": "^1.1.0"
"@styled-icons/styled-icon": "^10.6.3"
},
"devDependencies": {
"fast-glob": "^3.2.5",
"fs-extra": "^9.1.0",
"h2x-core": "^1.1.1",
"h2x-plugin-jsx": "^1.2.0",
"h2x-types": "^1.1.0",
"number-to-words": "^1.2.4",
"react": "^16.14.0",
"react-is": "^16.13.1",
Expand Down

0 comments on commit ce22909

Please sign in to comment.