Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Correa Casablanca <[email protected]>
  • Loading branch information
castarco committed Sep 22, 2024
1 parent 66f2677 commit 3b8fa67
Show file tree
Hide file tree
Showing 10 changed files with 174 additions and 171 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@

github: [KindSpells, castarco]
open_collective: kindspells-labs
polar: kindspells
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.8.0
22.9.0
6 changes: 3 additions & 3 deletions @kindspells/astro-shield/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@
"@types/node": "^22.5.5",
"astro": "^4.15.8",
"get-tsconfig": "^4.8.1",
"rollup": "^4.22.0",
"rollup": "^4.22.4",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"typescript": "^5.6.2",
"vite": "^5.4.6",
"vite": "^5.4.7",
"vitest": "^2.1.1"
},
"repository": {
Expand All @@ -89,7 +89,7 @@
"url": "https://ko-fi.com/coderspirit"
}
],
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.11.0",
"engines": {
"node": ">= 18.0.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"license": "MIT",
"dependencies": {
"@astrojs/node": "^8.3.3",
"@astrojs/node": "^8.3.4",
"astro": "^4.15.8"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"license": "MIT",
"dependencies": {
"@astrojs/node": "^8.3.3",
"@astrojs/node": "^8.3.4",
"astro": "^4.15.8"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"license": "MIT",
"dependencies": {
"@astrojs/node": "^8.3.3",
"@astrojs/node": "^8.3.4",
"astro": "^4.15.8"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"license": "MIT",
"dependencies": {
"@astrojs/node": "^8.3.3",
"@astrojs/node": "^8.3.4",
"astro": "^4.15.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"astro-sst": "^2.43.5",
"sharp": "0.33.5",
"sst": "^3.1.25"
"sst": "^3.1.32"
},
"devDependencies": {
"@astrojs/check": "^0.9.3",
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@
"vitest": "^2.1.1"
},
"engines": {
"node": ">= 18.0.0"
"node": ">= 22.9.0"
},
"packageManager": "[email protected]",
"scripts": {
"format": "biome format --write .",
"install-githooks": "if [ -d .git ]; then git config core.hooksPath .hooks; fi"
},
"pnpm": {
"onlyBuiltDependencies": ["@moonrepo/cli"]
"onlyBuiltDependencies": [
"@moonrepo/cli"
]
}
}
Loading

0 comments on commit 3b8fa67

Please sign in to comment.