Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependencies (non-major) #88

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2",
"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.2",
"@astrojs/react": "^4.1.5",
"@astrojs/solid-js": "^5.0.3",
"@astrojs/svelte": "^7.0.3",
"@astrojs/vue": "^5.0.5",
"@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.18.0",
"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.2",
"@astrojs/tailwind": "^5.1.4",
"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"
}
}
12 changes: 6 additions & 6 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",
"@astrojs/preact": "^4.0.2",
"@unocss/reset": "^0.65.1",
"astro": "^5.0.5",
"astrobook": "*",
"preact": "^10.25.1",
"preact": "^10.25.4",
"unocss": "^0.65.1"
},
"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": "[email protected].0",
"packageManager": "[email protected].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.11",
"@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.49.1",
"@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.49.1",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"prettier-plugin-tailwindcss": "^0.6.10",
"turbo": "^2.3.3",
"typescript": "^5.6.3",
"vite": "^6.0.3",
"typescript": "^5.7.2",
"vite": "^6.0.7",
"vitest": "^2.1.8"
},
"renovate": {
"extends": [
"github>ocavue/config-renovate"
]
}
}
16 changes: 8 additions & 8 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,8 +83,8 @@
"devDependencies": {
"@types/node": "^20.17.5",
"astro": "^5.0.5",
"typescript": "^5.6.3",
"vite": "^6.0.3",
"typescript": "^5.7.2",
"vite": "^6.0.7",
"vitest": "^2.1.8"
},
"publishConfig": {
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
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
"devDependencies": {
"@types/node": "^20.17.5",
"@types/picomatch": "^3.0.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@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",
"vite": "^6.0.3",
"typescript": "^5.7.2",
"vite": "^6.0.7",
"vitest": "^2.1.8"
},
"publishConfig": {
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"
}
}
12 changes: 6 additions & 6 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.0",
"just-group-by": "^2.2.0"
},
"peerDependencies": {
Expand All @@ -56,17 +56,17 @@
}
},
"devDependencies": {
"@iconify-json/lucide": "^1.2.18",
"@iconify-json/mdi": "^1.2.1",
"@iconify-json/lucide": "^1.2.23",
"@iconify-json/mdi": "^1.2.2",
"@types/node": "^20.17.5",
"@unocss/cli": "^0.65.1",
"astro": "^5.0.5",
"esbuild": "^0.24.0",
"esbuild": "^0.24.2",
"fdir": "^6.4.2",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"unocss": "^0.65.1",
"vite": "^6.0.3",
"vite": "^6.0.7",
"vitest": "^2.1.8"
}
}
Loading
Loading