Skip to content

Commit

Permalink
chore: Update dev deps and bump Node to 22 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad authored Aug 2, 2024
1 parent 913e967 commit 1f9f2cc
Show file tree
Hide file tree
Showing 2 changed files with 392 additions and 281 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
"format:fix": "prettier --write ."
},
"devDependencies": {
"@types/node": "^20.14.10",
"bunchee": "^5.2.2",
"@types/node": "^22.1.0",
"bunchee": "^5.3.1",
"magicast": "^0.3.4",
"prettier": "3.3.2",
"tsx": "^4.16.2",
"typescript": "^5.5.3",
"vitest": "^2.0.1"
"prettier": "^3.3.3",
"tsx": "^4.16.5",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
},
"repository": {
"type": "git",
Expand All @@ -54,7 +54,7 @@
},
"homepage": "https://github.com/getsentry/status-page-list#readme",
"volta": {
"node": "20.12.1",
"node": "22.5.1",
"yarn": "1.22.22"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 1f9f2cc

Please sign in to comment.