Skip to content

Commit 618ccde

Browse files
committed
fix astro
1 parent b22843b commit 618ccde

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@types/ws": "^8.5.10",
6363
"@vitejs/plugin-react": "^4.4.1",
6464
"@vitest/ui": "^3.1.3",
65-
"astro": "4.16.18",
65+
"astro": "^4.16.18",
6666
"eslint": "^9.25.0",
6767
"eslint-config-prettier": "^10.1.5",
6868
"eslint-import-resolver-typescript": "^4.3.4",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4150,9 +4150,9 @@ __metadata:
41504150
languageName: node
41514151
linkType: hard
41524152

4153-
"astro@npm:4.16.18":
4154-
version: 4.16.18
4155-
resolution: "astro@npm:4.16.18"
4153+
"astro@npm:^4.16.18":
4154+
version: 4.16.19
4155+
resolution: "astro@npm:4.16.19"
41564156
dependencies:
41574157
"@astrojs/compiler": "npm:^2.10.3"
41584158
"@astrojs/internal-helpers": "npm:0.4.1"
@@ -4222,7 +4222,7 @@ __metadata:
42224222
optional: true
42234223
bin:
42244224
astro: astro.js
4225-
checksum: 10c0/409e726134c4f81dde0a53b5fb6d6f7b195d91b1e7d726431fd380a497e827259fb054ce86d53fdad30f01d3901a00942ddf8069f184a48c2a3cbc1df1e91975
4225+
checksum: 10c0/3b49ecec9994f26fe3ab4f83972c8ca426be737a5d58afb695fa626d88ecf4585bc004fe548df0d364ad66aec75c7de9d2edfe9f5c923907db37d80a2a4fee3f
42264226
languageName: node
42274227
linkType: hard
42284228

@@ -12163,7 +12163,7 @@ __metadata:
1216312163
"@vitest/ui": "npm:^3.1.3"
1216412164
"@xyflow/react": "npm:^12.3.2"
1216512165
allotment: "npm:^1.20.4"
12166-
astro: "npm:4.16.18"
12166+
astro: "npm:^4.16.18"
1216712167
buffer: "npm:^6.0.3"
1216812168
cspell: "npm:^9.2.1"
1216912169
eslint: "npm:^9.25.0"

0 commit comments

Comments
 (0)