Skip to content

Commit f96edbf

Browse files
authored
Upgrade dep (#229)
1 parent 26f9369 commit f96edbf

File tree

8 files changed

+790
-849
lines changed

8 files changed

+790
-849
lines changed

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/check": "^0.9.4",
15-
"@astrojs/starlight": "^0.31.1",
16-
"astro": "^5.2.5",
15+
"@astrojs/starlight": "^0.32.2",
16+
"astro": "^5.4.3",
1717
"sharp": "^0.33.5"
1818
}
1919
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"license": "MIT",
2424
"devDependencies": {
2525
"@biomejs/biome": "^1.9.4",
26-
"@changesets/cli": "^2.27.12",
27-
"@playwright/test": "^1.50.1",
28-
"astro": "^5.2.5"
26+
"@changesets/cli": "^2.28.1",
27+
"@playwright/test": "^1.51.0",
28+
"astro": "^5.4.3"
2929
}
3030
}

package/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141
}
4242
},
4343
"devDependencies": {
44-
"@astrojs/db": "^0.14.6",
45-
"@types/node": "^22.13.1",
46-
"playwright": "^1.50.1",
47-
"tsup": "^8.3.6",
48-
"typescript": "^5.7.3",
49-
"vite": "^6.1.0"
44+
"@astrojs/db": "^0.14.8",
45+
"@types/node": "^22.13.10",
46+
"playwright": "^1.51.0",
47+
"tsup": "^8.4.0",
48+
"typescript": "^5.8.2",
49+
"vite": "^6.2.1"
5050
},
5151
"dependencies": {
5252
"astro-integration-kit": "^0.18.0",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@astrojs/sitemap": "^3.2.1",
13-
"astro": "^5.2.5",
13+
"astro": "^5.4.3",
1414
"astro-integration-kit": "^0.18.0",
1515
"sharp": "^0.33.5",
1616
"theme-playground": "workspace:^"

pnpm-lock.yaml

Lines changed: 770 additions & 833 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"status": "passed",
3+
"failedTests": []
4+
}

tests/themes/theme-playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
],
1515
"scripts": {},
1616
"devDependencies": {
17-
"@types/node": "^22.13.1",
18-
"astro": "^5.2.5"
17+
"@types/node": "^22.13.10",
18+
"astro": "^5.4.3"
1919
},
2020
"dependencies": {
2121
"@astrojs/sitemap": "^3.2.1",

tests/themes/theme-ssg/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
],
1515
"scripts": {},
1616
"devDependencies": {
17-
"@types/node": "^22.13.1",
18-
"astro": "^5.2.5"
17+
"@types/node": "^22.13.10",
18+
"astro": "^5.4.3"
1919
},
2020
"dependencies": {
2121
"astro-theme-provider": "workspace:^"

0 commit comments

Comments
 (0)