Skip to content

Commit

Permalink
Fix conflicting npm dependencies and bump typescript 4 to 5 (#1224)
Browse files Browse the repository at this point in the history
* Fix conflicting npm dependencies and bump typescript 4 to 5

* Fix package-lock.json format

---------

Co-authored-by: John O'Hara <[email protected]>
  • Loading branch information
shivarm and johnaohara authored Feb 2, 2024
1 parent 2a65c82 commit fc3adf3
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 52 deletions.
86 changes: 37 additions & 49 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 fc3adf3

Please sign in to comment.