Skip to content

Commit

Permalink
[0.11.x] Fix conflicting npm dependencies and bump typescript 4 to 5 (#…
Browse files Browse the repository at this point in the history
…1241)

Fix package-lock.json
  • Loading branch information
johnaohara authored Feb 3, 2024
1 parent 3d18d2f commit 9c63ded
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 68 deletions.
116 changes: 51 additions & 65 deletions horreum-web/package-lock.json

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

6 changes: 3 additions & 3 deletions horreum-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"recharts": "2.10.4",
"redux": "4.2.1",
"redux-thunk": "2.4.2",
"typescript": "4.9.5",
"typescript": "5.3.3",
"uuid": "9.0.0",
"vite": "5.0.11",
"vite-tsconfig-paths": "^4.2.3"
"vite-tsconfig-paths": "4.2.3"
},
"scripts": {
"dev": "vite",
Expand Down Expand Up @@ -71,7 +71,7 @@
]
},
"devDependencies": {
"@types/node": "^20.10.7",
"@types/node": "20.10.7",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.49.0",
Expand Down

0 comments on commit 9c63ded

Please sign in to comment.