Skip to content

Commit fd05890

Browse files
fix(deps): update dependency astro to v6
1 parent 3e04e27 commit fd05890

3 files changed

Lines changed: 301 additions & 1027 deletions

File tree

demo-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"preview": "astro preview"
1111
},
1212
"dependencies": {
13-
"astro": "^5.18.0",
13+
"astro": "^6.0.0",
1414
"lqip-modern": "^2.2.1",
1515
"sqip": "^1.0.0-beta.1",
1616

integrations/__tests__/fixtures/astro-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"build": "astro build"
77
},
88
"dependencies": {
9-
"astro": "^5.0.0",
9+
"astro": "^6.0.0",
1010
"vite-plugin-sqip": "file:../../../vite-plugin-sqip",
1111
"sqip": "file:../../../../packages/sqip",
1212
"sqip-plugin-primitive": "file:../../../../packages/sqip-plugin-primitive",

0 commit comments

Comments
 (0)