Skip to content

Commit

Permalink
chore: bump node types
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolink committed Sep 28, 2024
1 parent f5fb044 commit 73bdb06
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 6 deletions.
22 changes: 17 additions & 5 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,16 @@
"devDependencies": {
"@contentful/app-scripts": "1.19.1",
"@testing-library/react": "14.0.0",
"@types/node": "16.18.38",
"@types/node": "20.16.10",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.2.1",
"happy-dom": "9.20.3",
"typescript": "5.1.6",
"vite": "4.5.5",
"vitest": "0.32.4"
},
"engines": {
"node": ">=20.0.0"
}
}

0 comments on commit 73bdb06

Please sign in to comment.