Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Jan 22, 2025
1 parent 88300d5 commit d81a895
Show file tree
Hide file tree
Showing 5 changed files with 396 additions and 423 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
"typecheck": "pnpm --parallel --no-bail run typecheck",
"test": "pnpm --filter \"./packages/*\" run test"
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].4",
"engines": {
"node": ">=18"
},
"devDependencies": {
"@changesets/cli": "^2.27.11",
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
"@types/node": "^22.10.5",
"@types/node": "^22.10.7",
"@types/pnpapi": "^0.0.5",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.3",
"svelte": "^5.17.3",
"svelte": "^5.19.1",
"typescript": "^5.7.3"
},
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/pack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
],
"devDependencies": {
"fs-fixture": "^2.6.0",
"vitest": "^3.0.0-beta.4"
"vitest": "^3.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/publint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
},
"devDependencies": {
"fs-fixture": "^2.6.0",
"vitest": "^3.0.0-beta.4"
"vitest": "^3.0.3"
}
}
Loading

0 comments on commit d81a895

Please sign in to comment.