Skip to content

Commit

Permalink
Moving react and react-dom into devDependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
halilb authored and loonywizard committed Dec 17, 2021
1 parent e1014dc commit 675ee75
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
"eslint-plugin-import": "^2.22.1",
"fork-ts-checker-webpack-plugin": "^6.1.0",
"html-webpack-plugin": "5.0.0-alpha.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup": "^2.40.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
Expand All @@ -58,9 +60,5 @@
"keywords": [
"confetti",
"js-confetti"
],
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
]
}

0 comments on commit 675ee75

Please sign in to comment.