Skip to content

Commit 353dcb2

Browse files
authored
Update non-major dependencies (#8199)
1 parent 632579d commit 353dcb2

106 files changed

Lines changed: 1903 additions & 2229 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.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ We welcome contributions of any size and skill level. As an open source project,
1111

1212
```shell
1313
node: "^>=18.14.1"
14-
pnpm: "^8.6.2"
14+
pnpm: "^8.6.12"
1515
# otherwise, your build will fail
1616
```
1717

benchmark/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"@astrojs/node": "workspace:*",
1212
"@benchmark/timer": "workspace:*",
1313
"astro": "workspace:*",
14-
"autocannon": "^7.11.0",
14+
"autocannon": "^7.12.0",
1515
"execa": "^6.1.0",
1616
"markdown-table": "^3.0.3",
1717
"mri": "^1.2.0",
1818
"port-authority": "^2.0.1",
19-
"pretty-bytes": "^6.1.0"
19+
"pretty-bytes": "^6.1.1"
2020
}
2121
}

examples/framework-alpine/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/alpinejs": "^0.3.0-rc.1",
15-
"@types/alpinejs": "^3.7.1",
16-
"alpinejs": "^3.12.2",
15+
"@types/alpinejs": "^3.7.2",
16+
"alpinejs": "^3.12.3",
1717
"astro": "^3.0.0-rc.5"
1818
}
1919
}

examples/framework-lit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"@astrojs/lit": "^3.0.0-rc.1",
1515
"@webcomponents/template-shadowroot": "^0.2.1",
1616
"astro": "^3.0.0-rc.5",
17-
"lit": "^2.7.5"
17+
"lit": "^2.8.0"
1818
}
1919
}

examples/framework-multiple/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"@astrojs/svelte": "^4.0.0-rc.2",
1818
"@astrojs/vue": "^3.0.0-rc.1",
1919
"astro": "^3.0.0-rc.5",
20-
"preact": "^10.15.1",
20+
"preact": "^10.17.1",
2121
"react": "^18.2.0",
2222
"react-dom": "^18.2.0",
23-
"solid-js": "^1.7.6",
24-
"svelte": "^3.59.1",
23+
"solid-js": "^1.7.11",
24+
"svelte": "^3.59.2",
2525
"vue": "^3.3.4"
2626
}
2727
}

examples/framework-preact/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/preact": "^3.0.0-rc.2",
15-
"@preact/signals": "^1.1.3",
15+
"@preact/signals": "^1.2.1",
1616
"astro": "^3.0.0-rc.5",
17-
"preact": "^10.15.1"
17+
"preact": "^10.17.1"
1818
}
1919
}

examples/framework-react/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/react": "^3.0.0-rc.4",
15-
"@types/react": "^18.2.13",
16-
"@types/react-dom": "^18.2.6",
15+
"@types/react": "^18.2.20",
16+
"@types/react-dom": "^18.2.7",
1717
"astro": "^3.0.0-rc.5",
1818
"react": "^18.2.0",
1919
"react-dom": "^18.2.0"

examples/framework-solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"dependencies": {
1414
"@astrojs/solid-js": "^3.0.0-rc.3",
1515
"astro": "^3.0.0-rc.5",
16-
"solid-js": "^1.7.6"
16+
"solid-js": "^1.7.11"
1717
}
1818
}

examples/framework-svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"dependencies": {
1414
"@astrojs/svelte": "^4.0.0-rc.2",
1515
"astro": "^3.0.0-rc.5",
16-
"svelte": "^3.59.1"
16+
"svelte": "^3.59.2"
1717
}
1818
}

examples/ssr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"@astrojs/node": "^6.0.0-rc.1",
1616
"@astrojs/svelte": "^4.0.0-rc.2",
1717
"astro": "^3.0.0-rc.5",
18-
"svelte": "^3.59.1"
18+
"svelte": "^3.59.2"
1919
}
2020
}

0 commit comments

Comments
 (0)