Skip to content

Commit

Permalink
chore(deps): update dependencies (non-major) (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 30, 2025
1 parent 6a04739 commit 904a3d3
Show file tree
Hide file tree
Showing 12 changed files with 1,470 additions and 1,249 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- name: Fix
run: pnpm run fix

- uses: autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c
- uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef
8 changes: 4 additions & 4 deletions examples/custom-head/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
"type": "module",
"version": "0.0.0",
"private": true,
"stackblitz": {
"installDependencies": false,
"startCommand": "pnpm install && pnpm run dev"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand All @@ -17,5 +13,9 @@
"dependencies": {
"astro": "^5.0.5",
"astrobook": "*"
},
"stackblitz": {
"installDependencies": false,
"startCommand": "pnpm install && pnpm run dev"
}
}
12 changes: 6 additions & 6 deletions examples/mixed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
"type": "module",
"version": "0.0.0",
"private": true,
"stackblitz": {
"installDependencies": false,
"startCommand": "pnpm install && pnpm run dev"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand All @@ -15,9 +11,13 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^4.0.0",
"@astrojs/preact": "^4.0.3",
"astro": "^5.0.5",
"astrobook": "*",
"preact": "^10.25.1"
"preact": "^10.25.4"
},
"stackblitz": {
"installDependencies": false,
"startCommand": "pnpm install && pnpm run dev"
}
}
28 changes: 14 additions & 14 deletions examples/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
"type": "module",
"version": "0.0.0",
"private": true,
"stackblitz": {
"installDependencies": false,
"startCommand": "pnpm install && pnpm run dev"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand All @@ -15,21 +11,25 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^4.0.0",
"@astrojs/react": "^4.1.0",
"@astrojs/solid-js": "^5.0.0",
"@astrojs/svelte": "^7.0.1",
"@astrojs/vue": "^5.0.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@astrojs/preact": "^4.0.3",
"@astrojs/react": "^4.1.6",
"@astrojs/solid-js": "^5.0.4",
"@astrojs/svelte": "^7.0.4",
"@astrojs/vue": "^5.0.6",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"astro": "^5.0.5",
"astrobook": "*",
"lit": "^3.2.1",
"preact": "^10.25.1",
"preact": "^10.25.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.9.3",
"svelte": "^5.8.1",
"solid-js": "^1.9.4",
"svelte": "^5.19.3",
"vue": "^3.5.13"
},
"stackblitz": {
"installDependencies": false,
"startCommand": "pnpm install && pnpm run dev"
}
}
16 changes: 8 additions & 8 deletions examples/tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
"type": "module",
"version": "0.0.0",
"private": true,
"stackblitz": {
"installDependencies": false,
"startCommand": "pnpm install && pnpm run dev"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand All @@ -15,11 +11,15 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^4.0.0",
"@astrojs/tailwind": "^5.1.3",
"@astrojs/preact": "^4.0.3",
"@astrojs/tailwind": "^5.1.5",
"astro": "^5.0.5",
"astrobook": "*",
"preact": "^10.25.1",
"tailwindcss": "^3.4.16"
"preact": "^10.25.4",
"tailwindcss": "^3.4.17"
},
"stackblitz": {
"installDependencies": false,
"startCommand": "pnpm install && pnpm run dev"
}
}
16 changes: 8 additions & 8 deletions examples/unocss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
"type": "module",
"version": "0.0.0",
"private": true,
"stackblitz": {
"installDependencies": false,
"startCommand": "pnpm install && pnpm run dev"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand All @@ -15,11 +11,15 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^4.0.0",
"@unocss/reset": "^0.65.1",
"@astrojs/preact": "^4.0.3",
"@unocss/reset": "^0.65.3",
"astro": "^5.0.5",
"astrobook": "*",
"preact": "^10.25.1",
"unocss": "^0.65.1"
"preact": "^10.25.4",
"unocss": "^0.65.3"
},
"stackblitz": {
"installDependencies": false,
"startCommand": "pnpm install && pnpm run dev"
}
}
32 changes: 16 additions & 16 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.15.0",
"packageManager": "pnpm@9.15.4",
"license": "MIT",
"scripts": {
"dev": "turbo --filter example-playground watch dev",
Expand All @@ -22,28 +22,28 @@
"ci:publish": "pnpm run build:package && pnpm publish --access public -r --no-git-checks --tag latest",
"ci:publish-dev": "pnpm run build:package && pkg-pr-new publish './packages/*' --template ./examples/playground --pnpm"
},
"renovate": {
"extends": [
"github>ocavue/config-renovate"
]
},
"devDependencies": {
"@changesets/cli": "^2.27.10",
"@changesets/cli": "^2.27.12",
"@changesets/types": "^6.0.0",
"@manypkg/cli": "^0.23.0",
"@microsoft/api-extractor": "^7.48.0",
"@ocavue/eslint-config": "^2.11.2",
"@playwright/test": "^1.49.0",
"@microsoft/api-extractor": "^7.49.1",
"@ocavue/eslint-config": "^2.12.2",
"@playwright/test": "^1.50.0",
"@types/node": "^20.17.5",
"eslint": "^9.14.0",
"pkg-pr-new": "^0.0.35",
"playwright": "^1.49.0",
"eslint": "^9.17.0",
"pkg-pr-new": "^0.0.39",
"playwright": "^1.50.0",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"turbo": "^2.3.3",
"typescript": "^5.6.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"turbo": "^2.3.4",
"typescript": "^5.7.2",
"vite": "^6.0.3",
"vitest": "^2.1.8"
},
"renovate": {
"extends": [
"github>ocavue/config-renovate"
]
}
}
14 changes: 7 additions & 7 deletions packages/astrobook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"./client": {
"default": "./src/client.ts"
},
"./pages/*": {
"default": "./lib/pages/*"
},
"./components/*": {
"default": "./lib/components/*"
},
"./pages/*": {
"default": "./lib/pages/*"
}
},
"typesVersions": {
Expand Down Expand Up @@ -83,7 +83,7 @@
"devDependencies": {
"@types/node": "^20.17.5",
"astro": "^5.0.5",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vite": "^6.0.3",
"vitest": "^2.1.8"
},
Expand All @@ -99,11 +99,11 @@
"import": "./dist/client.js",
"default": "./dist/client.js"
},
"./pages/*": {
"default": "./lib/pages/*"
},
"./components/*": {
"default": "./lib/components/*"
},
"./pages/*": {
"default": "./lib/pages/*"
}
},
"main": "./dist/index.js",
Expand Down
12 changes: 6 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@
"@astrobook/types": "workspace:*",
"acorn": "^8.14.0",
"acorn-jsx": "^5.3.2",
"fdir": "^6.4.2",
"fdir": "^6.4.3",
"picomatch": "^4.0.2",
"slash": "^5.1.0"
},
"devDependencies": {
"@types/node": "^20.17.5",
"@types/picomatch": "^3.0.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/picomatch": "^3.0.2",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"astro": "^5.0.5",
"just-kebab-case": "^4.2.0",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"tsup": "^8.3.6",
"typescript": "^5.7.2",
"vite": "^6.0.3",
"vitest": "^2.1.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"lib"
],
"devDependencies": {
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
16 changes: 8 additions & 8 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@astrobook/core": "workspace:*",
"@astrobook/types": "workspace:*",
"astro-theme-toggle": "^0.3.5",
"astro-theme-toggle": "^0.5.1",
"just-group-by": "^2.2.0"
},
"peerDependencies": {
Expand All @@ -56,16 +56,16 @@
}
},
"devDependencies": {
"@iconify-json/lucide": "^1.2.18",
"@iconify-json/mdi": "^1.2.1",
"@iconify-json/lucide": "^1.2.24",
"@iconify-json/mdi": "^1.2.3",
"@types/node": "^20.17.5",
"@unocss/cli": "^0.65.1",
"@unocss/cli": "^0.65.3",
"astro": "^5.0.5",
"esbuild": "^0.24.0",
"fdir": "^6.4.2",
"esbuild": "^0.24.2",
"fdir": "^6.4.3",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"unocss": "^0.65.1",
"typescript": "^5.7.2",
"unocss": "^0.65.3",
"vite": "^6.0.3",
"vitest": "^2.1.8"
}
Expand Down
Loading

0 comments on commit 904a3d3

Please sign in to comment.