Skip to content

Commit

Permalink
chore(security): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Jun 13, 2024
1 parent b7473aa commit f501d1e
Show file tree
Hide file tree
Showing 10 changed files with 293 additions and 383 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.4.0",
"vite": "5.1.7"
"vite": "5.2.13"
},
"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.4.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"vite": "5.1.7"
"vite": "5.2.13"
},
"devDependencies": {
"@types/react": "18.2.55",
Expand Down
656 changes: 283 additions & 373 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 @@ -39,7 +39,7 @@
"solid-js": "1.8.15",
"tsx": "4.7.1",
"typescript": "5.3.3",
"vite": "5.1.7",
"vite": "5.2.13",
"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.2",
"typescript": "5.3.3",
"vite": "5.1.7"
"vite": "5.2.13"
}
}
4 changes: 2 additions & 2 deletions sandbox/qwik-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"@pandacss/dev": "workspace:*",
"eslint-plugin-qwik": "1.4.5",
"typescript": "5.3.3",
"undici": "6.6.2",
"vite": "5.1.3",
"undici": "6.18.2",
"vite": "5.2.13",
"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.38",
"source-map-explorer": "2.5.3",
"typescript": "5.3.3",
"vite": "5.1.7",
"vite": "5.2.13",
"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": "5.1.3",
"vite": "5.2.13",
"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.1.7"
"vite": "5.2.13"
},
"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.38",
"source-map-explorer": "2.5.3",
"typescript": "5.3.3",
"vite": "5.1.7",
"vite": "5.2.13",
"vite-bundle-visualizer": "1.0.1"
}
}

0 comments on commit f501d1e

Please sign in to comment.