Skip to content

Commit

Permalink
security: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Feb 6, 2025
1 parent fd870b2 commit 7caf0f4
Show file tree
Hide file tree
Showing 15 changed files with 289 additions and 294 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"tsx": "4.7.1",
"typescript": "5.6.2",
"vite-tsconfig-paths": "4.3.1",
"vitest": "1.5.0"
"vitest": "1.6.1"
},
"devDependencies": {
"@types/eslint": "8.56.12",
Expand Down
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.18",
"vite": "5.4.11"
"vite": "5.4.12"
},
"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.18",
"react": "18.2.0",
"react-dom": "18.2.0",
"vite": "5.4.11"
"vite": "5.4.12"
},
"devDependencies": {
"@types/react": "18.2.55",
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"monaco-editor-auto-typings": "0.4.6",
"monaco-jsx-syntax-highlight": "1.2.0",
"nanoid": "5.0.9",
"next": "14.2.15",
"next": "14.2.21",
"next-themes": "0.3.0",
"os-browserify": "0.3.0",
"outdent": " ^0.8.0",
Expand Down
553 changes: 274 additions & 279 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions sandbox/codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"solid-js": "1.8.15",
"tsx": "4.7.1",
"typescript": "5.6.2",
"vite": "5.4.11",
"vitest": "1.5.0",
"vite": "5.4.12",
"vitest": "1.6.1",
"vite-plugin-solid": "2.10.2",
"vue": "3.4.19"
}
Expand Down
2 changes: 1 addition & 1 deletion sandbox/next-js-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"eslint-config-next": "14.1.0",
"next": "14.2.15",
"next": "14.2.21",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.6.2"
Expand Down
2 changes: 1 addition & 1 deletion sandbox/next-js-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"eslint-config-next": "14.1.0",
"next": "14.2.15",
"next": "14.2.21",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.6.2"
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,7 +17,7 @@
"@pandacss/dev": "workspace:*",
"@preact/preset-vite": "2.10.1",
"typescript": "5.6.2",
"vite": "5.4.11",
"vite": "5.4.12",
"vite-tsconfig-paths": "4.3.1"
}
}
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.6.2",
"undici": "6.18.2",
"vite": "5.4.11",
"vite": "5.4.12",
"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.49",
"source-map-explorer": "2.5.3",
"typescript": "5.6.2",
"vite": "5.4.11",
"vite": "5.4.12",
"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.6.2",
"vite": "5.4.11",
"vite": "5.4.12",
"vite-plugin-solid": "2.10.2"
},
"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.4",
"tslib": "2.6.2",
"typescript": "5.6.2",
"vite": "5.4.11"
"vite": "5.4.12"
},
"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.49",
"source-map-explorer": "2.5.3",
"typescript": "5.6.2",
"vite": "5.4.11",
"vite": "5.4.12",
"vite-bundle-visualizer": "1.0.1"
}
}
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"react-icons": "5.3.0",
"intersection-observer": "0.12.2",
"match-sorter": "6.3.4",
"next": "14.2.15",
"next": "14.2.21",
"next-seo": "6.6.0",
"next-themes": "0.3.0",
"nextra": "2.13.4",
Expand Down

0 comments on commit 7caf0f4

Please sign in to comment.