Skip to content

Commit

Permalink
remove react as a dependency and rollback @types/react to v16.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OMGDuke committed Mar 31, 2023
1 parent ffa0d0f commit 143d82d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 69 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
"@rollup/plugin-node-resolve": "^14.1.0",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^9.0.2",
"@types/react": "18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react": "16.14.0",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
Expand All @@ -48,8 +47,6 @@
"dependencies": {
"decky-frontend-lib": "^3.19.1",
"localforage": "^1.10.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1"
},
"pnpm": {
Expand Down
71 changes: 6 additions & 65 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 143d82d

Please sign in to comment.