Skip to content

Commit

Permalink
Forgot to actually up astro
Browse files Browse the repository at this point in the history
  • Loading branch information
deminearchiver committed Jun 7, 2024
1 parent 896ad07 commit d9737e7
Show file tree
Hide file tree
Showing 7 changed files with 613 additions and 31 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@vanilla-extract/private": "^1.0.5",
"@vanilla-extract/recipes": "^0.5.3",
"@vanilla-extract/sprinkles": "^1.6.2",
"astro": "^4.9.2",
"astro": "^4.10.0",
"astro-expressive-code": "^0.35.3",
"clsx": "^2.1.1",
"dayjs": "^1.11.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/pagefind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"packageManager": "[email protected]",
"dependencies": {
"astro": "^4.9.2",
"astro": "^4.10.0",
"astro-integration-kit": "^0.13.2",
"nanoid": "^5.0.7",
"pagefind": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/material-symbols/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"packageManager": "[email protected]",
"devDependencies": {
"astro": "^4.9.2",
"astro": "^4.10.0",
"typescript": "^5.4.5"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/material/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"packageManager": "[email protected]",
"dependencies": {
"astro": "^4.9.2"
"astro": "^4.10.0"
},
"devDependencies": {
"typescript": "^5.4.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/material/symbols-old/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@fontsource-variable/material-symbols-rounded": "^5.0.31",
"@fontsource-variable/material-symbols-sharp": "^5.0.31",
"@rollup/pluginutils": "^5.1.0",
"astro": "^4.9.2",
"astro": "^4.10.0",
"fontkit": "^2.0.2",
"pathe": "^1.1.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/material/symbols/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@fontsource-variable/material-symbols-rounded": "^5.0.31",
"@fontsource-variable/material-symbols-sharp": "^5.0.31",
"astro": "^4.9.2",
"astro": "^4.10.0",
"unplugin": "^1.10.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit d9737e7

Please sign in to comment.