Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 10, 2025
1 parent f02f011 commit 4e75acc
Show file tree
Hide file tree
Showing 5 changed files with 615 additions and 547 deletions.
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/check": "^0.9.0",
"@astrojs/netlify": "^5.4.0",
"@astrojs/starlight": "^0.29.0",
"@astrojs/starlight": "^0.30.0",
"@astrojs/svelte": "^6.0.0",
"@fontsource/calistoga": "^5.0.21",
"@fontsource/pt-sans": "^5.0.13",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test": "pnpm run --dir packages/svelte test"
},
"devDependencies": {
"@gravityci/cli": "^0.0.4",
"@gravityci/cli": "^0.0.7",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "2.46.1",
"globals": "^15.2.0",
Expand All @@ -29,9 +29,9 @@
"typescript": "^5.4.5",
"typescript-eslint": "^8.0.0"
},
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c",
"packageManager": "pnpm@9.15.3+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a",
"volta": {
"node": "22.12.0",
"pnpm": "9.15.0"
"node": "22.13.0",
"pnpm": "9.15.3"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"extends": "../../package.json"
},
"devDependencies": {
"publint": "^0.2.7",
"publint": "^0.3.0",
"vite": "^6.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"happy-dom": "^16.0.0",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"publint": "^0.2.7",
"publint": "^0.3.0",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"tslib": "^2.6.2",
Expand Down
Loading

0 comments on commit 4e75acc

Please sign in to comment.