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 19, 2024
1 parent 0329906 commit 871d6f1
Show file tree
Hide file tree
Showing 9 changed files with 160 additions and 167 deletions.
2 changes: 1 addition & 1 deletion @kindspells/astro-shield/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
},
"devDependencies": {
"@types/node": "^22.5.5",
"astro": "^4.15.7",
"astro": "^4.15.8",
"get-tsconfig": "^4.8.1",
"rollup": "^4.22.0",
"rollup-plugin-dts": "^6.1.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "MIT",
"dependencies": {
"@astrojs/node": "^8.3.3",
"astro": "^4.15.7"
"astro": "^4.15.8"
},
"devDependencies": {
"@kindspells/astro-shield": "workspace:*"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "MIT",
"dependencies": {
"@astrojs/node": "^8.3.3",
"astro": "^4.15.7"
"astro": "^4.15.8"
},
"devDependencies": {
"@kindspells/astro-shield": "workspace:*"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "MIT",
"dependencies": {
"@astrojs/node": "^8.3.3",
"astro": "^4.15.7"
"astro": "^4.15.8"
},
"devDependencies": {
"@kindspells/astro-shield": "workspace:*"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "MIT",
"dependencies": {
"@astrojs/node": "^8.3.3",
"astro": "^4.15.7"
"astro": "^4.15.8"
},
"devDependencies": {
"@kindspells/astro-shield": "workspace:*"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"license": "MIT",
"dependencies": {
"astro": "^4.15.7"
"astro": "^4.15.8"
},
"devDependencies": {
"@kindspells/astro-shield": "workspace:*"
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"dependencies": {
"astro-sst": "^2.43.5",
"sharp": "0.33.5",
"sst": "^3.1.21"
"sst": "^3.1.25"
},
"devDependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/starlight": "^0.28.1",
"@astrojs/starlight": "^0.28.2",
"@astrojs/ts-plugin": "^1.10.2",
"@kindspells/astro-shield": "workspace:^",
"astro": "^4.15.7",
"astro": "^4.15.8",
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"devDependencies": {
"@biomejs/biome": "^1.9.1",
"@biomejs/biome": "^1.9.2",
"@moonrepo/cli": "^1.28.2",
"@vitest/coverage-v8": "^2.1.1",
"publint": "^0.2.11",
Expand Down
Loading

0 comments on commit 871d6f1

Please sign in to comment.