Skip to content

Commit

Permalink
chore(deps): update dependencies (non-major) (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 8, 2024
1 parent 6910f8c commit 7be09bf
Show file tree
Hide file tree
Showing 9 changed files with 128 additions and 78 deletions.
2 changes: 1 addition & 1 deletion examples/mixed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@astrojs/preact": "^3.5.4",
"astro": "^4.16.16",
"astro": "^4.16.17",
"astrobook": "*",
"preact": "^10.25.1"
}
Expand Down
8 changes: 4 additions & 4 deletions examples/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
"@astrojs/solid-js": "^4.4.4",
"@astrojs/svelte": "^6.0.2",
"@astrojs/vue": "^4.5.3",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "^4.16.16",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"astro": "^4.16.17",
"astrobook": "*",
"lit": "^3.2.1",
"preact": "^10.25.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.9.3",
"svelte": "^5.0.0",
"svelte": "^5.8.1",
"vue": "^3.5.13"
}
}
2 changes: 1 addition & 1 deletion examples/tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@astrojs/preact": "^3.5.4",
"@astrojs/tailwind": "^5.1.3",
"astro": "^4.16.16",
"astro": "^4.16.17",
"astrobook": "*",
"preact": "^10.25.1",
"tailwindcss": "^3.4.16"
Expand Down
2 changes: 1 addition & 1 deletion examples/unocss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@astrojs/preact": "^3.5.4",
"@unocss/reset": "^0.65.1",
"astro": "^4.16.16",
"astro": "^4.16.17",
"astrobook": "*",
"preact": "^10.25.1",
"unocss": "^0.65.1"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.0",
"license": "MIT",
"scripts": {
"dev": "turbo --filter example-playground watch dev",
Expand Down Expand Up @@ -32,13 +32,13 @@
"@changesets/types": "^6.0.0",
"@manypkg/cli": "^0.23.0",
"@microsoft/api-extractor": "^7.48.0",
"@ocavue/eslint-config": "^2.11.1",
"@ocavue/eslint-config": "^2.11.2",
"@playwright/test": "^1.49.0",
"@types/node": "^20.17.5",
"eslint": "^9.14.0",
"pkg-pr-new": "^0.0.35",
"playwright": "^1.49.0",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"turbo": "^2.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/astrobook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
},
"devDependencies": {
"@types/node": "^20.17.5",
"astro": "^4.16.16",
"astro": "^4.16.17",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"vitest": "^2.1.8"
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"devDependencies": {
"@types/node": "^20.17.5",
"@types/picomatch": "^3.0.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "^4.16.16",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"astro": "^4.16.17",
"just-kebab-case": "^4.2.0",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@
}
},
"devDependencies": {
"@iconify-json/lucide": "^1.2.17",
"@iconify-json/lucide": "^1.2.18",
"@iconify-json/mdi": "^1.2.1",
"@types/node": "^20.17.5",
"@unocss/cli": "^0.63.6",
"astro": "^4.16.16",
"@unocss/cli": "^0.64.0",
"astro": "^4.16.17",
"esbuild": "^0.24.0",
"fdir": "^6.4.2",
"tsx": "^4.19.2",
Expand Down
Loading

0 comments on commit 7be09bf

Please sign in to comment.