Skip to content

Commit

Permalink
fix: move the dependencies for development only to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Fai Chen committed Oct 10, 2022
1 parent a788ecf commit 206394c
Show file tree
Hide file tree
Showing 2 changed files with 7,002 additions and 5,129 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,17 @@
"prettier": "prettier --write ."
},
"dependencies": {
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"classnames": "^2.3.1",
"diff": "^5.1.0",
"emotion": "^10.0.27",
"jest": "^28.1.2",
"jest-environment-jsdom": "^28.1.2",
"memoize-one": "^6.0.0",
"prettier": "^2.7.1",
"prop-types": "^15.8.1",
"sass": "^1.53.0"
"prop-types": "^15.8.1"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/git": "10.0.1",
"@testing-library/react": "^12.1.5",
Expand All @@ -75,11 +71,15 @@
"file-loader": "^6.2.0",
"gh-pages": "^4.0.0",
"html-webpack-plugin": "^5.5.0",
"jest": "^28.1.2",
"jest-environment-jsdom": "^28.1.2",
"mini-css-extract-plugin": "^2.6.1",
"mocha": "^10.0.0",
"prettier": "^2.7.1",
"raw-loader": "^4.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.53.0",
"sass-loader": "^13.0.2",
"semantic-release": "^19.0.3",
"spy": "^1.0.0",
Expand Down
Loading

0 comments on commit 206394c

Please sign in to comment.