Skip to content

Commit beddb36

Browse files
fix(deps): update astro dependencies
1 parent 91780cf commit beddb36

File tree

92 files changed

+783
-870
lines changed

Some content is hidden

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

92 files changed

+783
-870
lines changed

packages/astro/e2e/fixtures/actions-blog/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.4",
13+
"@astrojs/check": "^0.9.5",
1414
"@astrojs/db": "workspace:*",
1515
"@astrojs/node": "workspace:*",
1616
"@astrojs/react": "workspace:*",
17-
"@types/react": "^18.3.24",
17+
"@types/react": "^18.3.26",
1818
"@types/react-dom": "^18.3.7",
1919
"astro": "workspace:*",
2020
"react": "^18.3.1",
2121
"react-dom": "^18.3.1",
22-
"typescript": "^5.9.2"
22+
"typescript": "^5.9.3"
2323
}
2424
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/check": "^0.9.4",
13+
"@astrojs/check": "^0.9.5",
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.1.1",
21-
"react-dom": "19.1.1",
22-
"typescript": "^5.9.2"
20+
"react": "19.2.0",
21+
"react-dom": "19.2.0",
22+
"typescript": "^5.9.3"
2323
},
2424
"overrides": {
2525
"@types/react": "npm:types-react",

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.1"
9+
"preact": "^10.27.2"
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.20"
8+
"vue": "^3.5.24"
99
}
1010
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"astro": "workspace:*"
1212
},
1313
"dependencies": {
14-
"preact": "^10.27.1",
14+
"preact": "^10.27.2",
1515
"react": "^18.3.1",
1616
"react-dom": "^18.3.1",
17-
"solid-js": "^1.9.9",
18-
"svelte": "^5.39.3",
19-
"vue": "^3.5.20"
17+
"solid-js": "^1.9.10",
18+
"svelte": "^5.43.4",
19+
"vue": "^3.5.24"
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.1"
8+
"preact": "^10.27.2"
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.1"
8+
"preact": "^10.27.2"
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.91.0"
7+
"sass": "^1.93.3"
88
}
99
}

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

Lines changed: 5 additions & 5 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.1",
12+
"preact": "^10.27.2",
1313
"react": "^18.3.1",
1414
"react-dom": "^18.3.1",
15-
"sass": "^1.91.0",
16-
"solid-js": "^1.9.9",
17-
"svelte": "^5.39.3",
18-
"vue": "^3.5.20"
15+
"sass": "^1.93.3",
16+
"solid-js": "^1.9.10",
17+
"svelte": "^5.43.4",
18+
"vue": "^3.5.24"
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.91.0"
7+
"sass": "^1.93.3"
88
}
99
}

0 commit comments

Comments
 (0)