Skip to content

Commit ed6186b

Browse files
fix(deps): update astro dependencies
1 parent 1847601 commit ed6186b

78 files changed

Lines changed: 388 additions & 373 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/astro/e2e/fixtures/actions-blog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/check": "^0.9.5",
13+
"@astrojs/check": "^0.9.6",
1414
"@astrojs/db": "workspace:*",
1515
"@astrojs/node": "workspace:*",
1616
"@astrojs/react": "workspace:*",

packages/astro/e2e/fixtures/actions-react-19/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/check": "^0.9.5",
13+
"@astrojs/check": "^0.9.6",
1414
"@astrojs/db": "workspace:*",
1515
"@astrojs/node": "workspace:*",
1616
"@astrojs/react": "workspace:*",
1717
"@types/react": "npm:types-react",
1818
"@types/react-dom": "npm:types-react-dom",
1919
"astro": "workspace:*",
20-
"react": "19.2.0",
21-
"react-dom": "19.2.0",
20+
"react": "19.2.3",
21+
"react-dom": "19.2.3",
2222
"typescript": "^5.9.3"
2323
},
2424
"overrides": {

packages/astro/e2e/fixtures/astro-component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"@astrojs/preact": "workspace:*",
77
"@e2e/astro-linked-lib": "link:../_deps/astro-linked-lib",
88
"astro": "workspace:*",
9-
"preact": "^10.27.2"
9+
"preact": "^10.28.1"
1010
}
1111
}

packages/astro/e2e/fixtures/astro-envs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"dependencies": {
66
"@astrojs/vue": "workspace:*",
77
"astro": "workspace:*",
8-
"vue": "^3.5.24"
8+
"vue": "^3.5.26"
99
}
1010
}

packages/astro/e2e/fixtures/client-only/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"astro": "workspace:*"
1212
},
1313
"dependencies": {
14-
"preact": "^10.27.2",
14+
"preact": "^10.28.1",
1515
"react": "^18.3.1",
1616
"react-dom": "^18.3.1",
1717
"solid-js": "^1.9.10",
18-
"svelte": "^5.43.14",
19-
"vue": "^3.5.24"
18+
"svelte": "^5.46.1",
19+
"vue": "^3.5.26"
2020
}
2121
}

packages/astro/e2e/fixtures/dev-toolbar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"dependencies": {
66
"@astrojs/preact": "workspace:*",
77
"astro": "workspace:*",
8-
"preact": "^10.27.2"
8+
"preact": "^10.28.1"
99
}
1010
}

packages/astro/e2e/fixtures/error-cyclic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"dependencies": {
66
"@astrojs/preact": "workspace:*",
77
"astro": "workspace:*",
8-
"preact": "^10.27.2"
8+
"preact": "^10.28.1"
99
}
1010
}

packages/astro/e2e/fixtures/error-sass/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"private": true,
55
"dependencies": {
66
"astro": "workspace:*",
7-
"sass": "^1.94.2"
7+
"sass": "^1.97.1"
88
}
99
}

packages/astro/e2e/fixtures/errors/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"@astrojs/svelte": "workspace:*",
1010
"@astrojs/vue": "workspace:*",
1111
"astro": "workspace:*",
12-
"preact": "^10.27.2",
12+
"preact": "^10.28.1",
1313
"react": "^18.3.1",
1414
"react-dom": "^18.3.1",
15-
"sass": "^1.94.2",
15+
"sass": "^1.97.1",
1616
"solid-js": "^1.9.10",
17-
"svelte": "^5.43.14",
18-
"vue": "^3.5.24"
17+
"svelte": "^5.46.1",
18+
"vue": "^3.5.26"
1919
}
2020
}

packages/astro/e2e/fixtures/hmr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"private": true,
55
"devDependencies": {
66
"astro": "workspace:*",
7-
"sass": "^1.94.2"
7+
"sass": "^1.97.1"
88
}
99
}

0 commit comments

Comments
 (0)