Skip to content

Commit

Permalink
Upgrade Node v22 + Typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnyroeller committed Nov 28, 2024
1 parent 6d4d48a commit 8025037
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 18 deletions.
117 changes: 101 additions & 16 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.1",
"@types/jest": "^28.1.2",
"@types/node": "^18.0.0",
"@types/node": "^22.10.1",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@typescript-eslint/eslint-plugin": "^5.29.0",
Expand Down Expand Up @@ -71,7 +71,7 @@
"standard": "^17.1.0",
"storybook": "^8.0.4",
"tss-react": "^4.4.0",
"typescript": "^5.1.6"
"typescript": "^5.7.2"
},
"dependencies": {
"@types/react-beautiful-dnd": "^13.1.2",
Expand Down

0 comments on commit 8025037

Please sign in to comment.