Skip to content

Commit

Permalink
Fixed dev deps installed in deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nblackburn committed Feb 26, 2021
1 parent 917c82e commit 8560d79
Show file tree
Hide file tree
Showing 2 changed files with 779 additions and 1,084 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@
},
"dependencies": {
"@primer/octicons-react": "^12.0.0",
"autoprefixer": "^10.2.4",
"axios": "=0.21.1",
"classnames": "^2.2.6",
"date-fns": "^2.17.0",
Expand All @@ -115,19 +114,20 @@
"lodash": "^4.17.20",
"menubar": "^9.0.2",
"nprogress": "=0.2.0",
"postcss": "^8.2.6",
"react": "=17.0.1",
"react-dom": "=17.0.1",
"react-emojione": "=5.0.1",
"react-final-form": "^6.5.2",
"react-router-dom": "^5.2.0",
"react-transition-group": "^4.4.1",
"react-typist": "^2.0.5",
"tailwindcss": "^2.0.3",
"ts-loader": "^8.0.17",
"typescript": "^4.1.5"
"react-typist": "^2.0.5"
},
"devDependencies": {
"postcss": "^8.2.6",
"tailwindcss": "^2.0.3",
"ts-loader": "^8.0.17",
"typescript": "^4.1.5",
"autoprefixer": "^10.2.4",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^5.0.3",
"@types/jest": "^26.0.20",
Expand Down
Loading

0 comments on commit 8560d79

Please sign in to comment.