Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bdc8ce2

Browse files
fix(deps): update astro dependencies (#14305)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f74f063 commit bdc8ce2

File tree

58 files changed

+350
-351
lines changed

Some content is hidden

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

58 files changed

+350
-351
lines changed

packages/astro/performance/fixtures/md/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"dependencies": {
1616
"@astrojs/react": "workspace:*",
1717
"@performance/utils": "workspace:*",
18-
"@types/react": "^18.3.20",
19-
"@types/react-dom": "^18.3.5",
18+
"@types/react": "^18.3.24",
19+
"@types/react-dom": "^18.3.7",
2020
"astro": "workspace:*",
2121
"react": "^18.3.1",
2222
"react-dom": "^18.3.1"

packages/astro/performance/fixtures/mdoc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"@astrojs/markdoc": "workspace:*",
1717
"@astrojs/react": "workspace:*",
1818
"@performance/utils": "workspace:*",
19-
"@types/react": "^18.3.20",
20-
"@types/react-dom": "^18.3.5",
19+
"@types/react": "^18.3.24",
20+
"@types/react-dom": "^18.3.7",
2121
"astro": "workspace:*",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1"

packages/astro/performance/fixtures/mdx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"@astrojs/mdx": "workspace:*",
1717
"@astrojs/react": "workspace:*",
1818
"@performance/utils": "workspace:*",
19-
"@types/react": "^18.3.20",
20-
"@types/react-dom": "^18.3.5",
19+
"@types/react": "^18.3.24",
20+
"@types/react-dom": "^18.3.7",
2121
"astro": "workspace:*",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1"

packages/astro/test/fixtures/0-css/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"astro": "workspace:*",
1010
"react": "^18.3.1",
1111
"react-dom": "^18.3.1",
12-
"svelte": "^5.25.3",
13-
"vue": "^3.5.13"
12+
"svelte": "^5.38.6",
13+
"vue": "^3.5.20"
1414
}
1515
}

packages/astro/test/fixtures/alias-tsconfig-baseurl-only/package.json

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

packages/astro/test/fixtures/alias-tsconfig/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"@astrojs/svelte": "workspace:*",
77
"@test/namespace-package": "workspace:*",
88
"astro": "workspace:*",
9-
"svelte": "^5.25.3"
9+
"svelte": "^5.38.6"
1010
}
1111
}

packages/astro/test/fixtures/alias/package.json

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

packages/astro/test/fixtures/astro-basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"@astrojs/mdx": "workspace:*",
77
"@astrojs/preact": "workspace:*",
88
"astro": "workspace:*",
9-
"preact": "^10.26.4"
9+
"preact": "^10.27.1"
1010
}
1111
}

packages/astro/test/fixtures/astro-children/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"@astrojs/svelte": "workspace:*",
88
"@astrojs/vue": "workspace:*",
99
"astro": "workspace:*",
10-
"preact": "^10.26.4",
11-
"svelte": "^5.25.3",
12-
"vue": "^3.5.13"
10+
"preact": "^10.27.1",
11+
"svelte": "^5.38.6",
12+
"vue": "^3.5.20"
1313
}
1414
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"astro": "workspace:*",
1010
"react": "^18.3.1",
1111
"react-dom": "^18.3.1",
12-
"svelte": "^5.25.3"
12+
"svelte": "^5.38.6"
1313
}
1414
}

0 commit comments

Comments
 (0)