Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Oct 18, 2024
1 parent 299ccdf commit f6a90f1
Show file tree
Hide file tree
Showing 10 changed files with 282 additions and 615 deletions.
2 changes: 1 addition & 1 deletion packages/astro-plugin-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"devDependencies": {
"astro": "4.16.6",
"vite": "5.4.6"
"vite": "5.4.9"
},
"peerDependencies": {
"astro": ">=4"
Expand Down
2 changes: 1 addition & 1 deletion packages/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"astro": "4.16.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"vite": "5.4.6"
"vite": "5.4.9"
},
"devDependencies": {
"@types/react": "18.2.55",
Expand Down
879 changes: 273 additions & 606 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sandbox/codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"solid-js": "1.8.15",
"tsx": "4.7.1",
"typescript": "5.3.3",
"vite": "5.4.6",
"vite": "5.4.9",
"vitest": "1.5.0",
"vite-plugin-solid": "2.9.1",
"vue": "3.4.19"
Expand Down
2 changes: 1 addition & 1 deletion sandbox/preact-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"@pandacss/dev": "workspace:*",
"@preact/preset-vite": "2.8.3",
"typescript": "5.3.3",
"vite": "5.4.6"
"vite": "5.4.9"
}
}
2 changes: 1 addition & 1 deletion sandbox/qwik-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"eslint-plugin-qwik": "1.4.5",
"typescript": "5.3.3",
"undici": "6.18.2",
"vite": "4.5.3",
"vite": "5.4.9",
"vite-tsconfig-paths": "4.3.1"
}
}
2 changes: 1 addition & 1 deletion sandbox/runtime-perf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"postcss": "8.4.47",
"source-map-explorer": "2.5.3",
"typescript": "5.3.3",
"vite": "5.4.6",
"vite": "5.4.9",
"vite-bundle-visualizer": "1.0.1"
}
}
2 changes: 1 addition & 1 deletion sandbox/solid-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@pandacss/dev": "workspace:*",
"typescript": "5.3.3",
"vite": "3.2.10",
"vite": "5.4.9",
"vite-plugin-solid": "2.10.1"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion sandbox/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"svelte-preprocess": "5.1.3",
"tslib": "2.6.2",
"typescript": "5.3.3",
"vite": "5.4.6"
"vite": "5.4.9"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion sandbox/vite-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"postcss": "8.4.47",
"source-map-explorer": "2.5.3",
"typescript": "5.3.3",
"vite": "5.4.6",
"vite": "5.4.9",
"vite-bundle-visualizer": "1.0.1"
}
}

0 comments on commit f6a90f1

Please sign in to comment.