0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

fix(deps): update all non-major dependencies (#11565)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-07-31 21:17:26 +08:00 committed by GitHub
parent 45ad326932
commit 750d5328c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
96 changed files with 1425 additions and 1443 deletions

View file

@ -16,7 +16,7 @@
"@astrojs/react": "^3.6.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vitest": "^2.0.3"
"vitest": "^2.0.5"
},
"devDependencies": {
"@types/react-dom": "^18.3.0",

View file

@ -19,11 +19,11 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "^4.12.3",
"preact": "^10.22.1",
"preact": "^10.23.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.8.18",
"solid-js": "^1.8.19",
"svelte": "^4.2.18",
"vue": "^3.4.33"
"vue": "^3.4.35"
}
}

View file

@ -14,6 +14,6 @@
"@astrojs/preact": "^3.5.1",
"@preact/signals": "^1.3.0",
"astro": "^4.12.3",
"preact": "^10.22.1"
"preact": "^10.23.1"
}
}

View file

@ -13,6 +13,6 @@
"dependencies": {
"@astrojs/solid-js": "^4.4.0",
"astro": "^4.12.3",
"solid-js": "^1.8.18"
"solid-js": "^1.8.19"
}
}

View file

@ -13,6 +13,6 @@
"dependencies": {
"@astrojs/vue": "^4.5.0",
"astro": "^4.12.3",
"vue": "^3.4.33"
"vue": "^3.4.35"
}
}

View file

@ -18,9 +18,9 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "^4.12.3",
"postcss": "^8.4.39",
"postcss": "^8.4.40",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.6"
"tailwindcss": "^3.4.7"
}
}

View file

@ -14,6 +14,6 @@
"@astrojs/mdx": "^3.1.3",
"@astrojs/preact": "^3.5.1",
"astro": "^4.12.3",
"preact": "^10.22.1"
"preact": "^10.23.1"
}
}

View file

@ -15,6 +15,6 @@
"@nanostores/preact": "^0.5.1",
"astro": "^4.12.3",
"nanostores": "^0.10.3",
"preact": "^10.22.1"
"preact": "^10.23.1"
}
}

View file

@ -17,7 +17,7 @@
"astro": "^4.12.3",
"autoprefixer": "^10.4.19",
"canvas-confetti": "^1.9.3",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.6"
"postcss": "^8.4.40",
"tailwindcss": "^3.4.7"
}
}

View file

@ -13,6 +13,6 @@
},
"dependencies": {
"astro": "^4.12.3",
"vitest": "^2.0.3"
"vitest": "^2.0.5"
}
}

View file

@ -52,14 +52,14 @@
"astro-benchmark": "workspace:*"
},
"devDependencies": {
"@astrojs/check": "^0.8.2",
"@astrojs/check": "^0.9.0",
"@biomejs/biome": "1.8.1",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.7",
"@eslint/eslintrc": "^3.1.0",
"@types/node": "^18.17.8",
"esbuild": "^0.21.5",
"eslint": "^9.7.0",
"eslint": "^9.8.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-regexp": "^2.6.0",
"globby": "^14.0.2",
@ -69,8 +69,8 @@
"prettier-plugin-astro": "^0.14.1",
"tiny-glob": "^0.2.9",
"turbo": "^1.13.4",
"typescript": "~5.5.3",
"typescript-eslint": "^7.16.1"
"typescript": "~5.5.4",
"typescript-eslint": "^7.18.0"
},
"pnpm": {
"packageExtensions": {

View file

@ -33,7 +33,7 @@
"xml2js": "0.6.2"
},
"dependencies": {
"fast-xml-parser": "^4.4.0",
"fast-xml-parser": "^4.4.1",
"kleur": "^4.1.5"
}
}

View file

@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.8.2",
"@astrojs/check": "^0.9.0",
"@astrojs/db": "workspace:*",
"@astrojs/node": "workspace:*",
"@astrojs/react": "workspace:*",
@ -19,6 +19,6 @@
"astro": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
}
}

View file

@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.8.2",
"@astrojs/check": "^0.9.0",
"@astrojs/db": "workspace:*",
"@astrojs/node": "workspace:*",
"@astrojs/react": "workspace:*",
@ -19,7 +19,7 @@
"astro": "workspace:*",
"react": "19.0.0-rc-fb9a90fa48-20240614",
"react-dom": "19.0.0-rc-fb9a90fa48-20240614",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"overrides": {
"@types/react": "npm:types-react",

View file

@ -6,6 +6,6 @@
"@astrojs/preact": "workspace:*",
"@e2e/astro-linked-lib": "link:../_deps/astro-linked-lib",
"astro": "workspace:*",
"preact": "^10.22.1"
"preact": "^10.23.1"
}
}

View file

@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"vue": "^3.4.33"
"vue": "^3.4.35"
}
}

View file

@ -11,11 +11,11 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.22.1",
"preact": "^10.23.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.8.18",
"solid-js": "^1.8.19",
"svelte": "^4.2.18",
"vue": "^3.4.33"
"vue": "^3.4.35"
}
}

View file

@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.22.1"
"preact": "^10.23.1"
}
}

View file

@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.22.1"
"preact": "^10.23.1"
}
}

View file

@ -9,12 +9,12 @@
"@astrojs/svelte": "workspace:*",
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"preact": "^10.22.1",
"preact": "^10.23.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.77.8",
"solid-js": "^1.8.18",
"solid-js": "^1.8.19",
"svelte": "^4.2.18",
"vue": "^3.4.33"
"vue": "^3.4.35"
}
}

View file

@ -9,6 +9,6 @@
"dependencies": {
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.22.1"
"preact": "^10.23.1"
}
}

View file

@ -14,11 +14,11 @@
"dependencies": {
"@webcomponents/template-shadowroot": "^0.2.1",
"lit": "^3.1.4",
"preact": "^10.22.1",
"preact": "^10.23.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.8.18",
"solid-js": "^1.8.19",
"svelte": "^4.2.18",
"vue": "^3.4.33"
"vue": "^3.4.35"
}
}

View file

@ -8,6 +8,6 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.22.1"
"preact": "^10.23.1"
}
}

View file

@ -11,11 +11,11 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.22.1",
"preact": "^10.23.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.8.18",
"solid-js": "^1.8.19",
"svelte": "^4.2.18",
"vue": "^3.4.33"
"vue": "^3.4.35"
}
}

View file

@ -11,11 +11,11 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.22.1",
"preact": "^10.23.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.8.18",
"solid-js": "^1.8.19",
"svelte": "^4.2.18",
"vue": "^3.4.33"
"vue": "^3.4.35"
}
}

View file

@ -11,11 +11,11 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.22.1",
"preact": "^10.23.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.8.18",
"solid-js": "^1.8.19",
"svelte": "^4.2.18",
"vue": "^3.4.33"
"vue": "^3.4.35"
}
}

View file

@ -11,11 +11,11 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.22.1",
"preact": "^10.23.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.8.18",
"solid-js": "^1.8.19",
"svelte": "^4.2.18",
"vue": "^3.4.33"
"vue": "^3.4.35"
}
}

View file

@ -11,11 +11,11 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.22.1",
"preact": "^10.23.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.8.18",
"solid-js": "^1.8.19",
"svelte": "^4.2.18",
"vue": "^3.4.33"
"vue": "^3.4.35"
}
}

View file

@ -11,12 +11,12 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.22.1",
"preact": "^10.23.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.8.18",
"solid-js": "^1.8.19",
"svelte": "^4.2.18",
"vue": "^3.4.33"
"vue": "^3.4.35"
},
"scripts": {
"dev": "astro dev"

View file

@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.22.1"
"preact": "^10.23.1"
}
}

View file

@ -6,6 +6,6 @@
"@astrojs/mdx": "workspace:*",
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.22.1"
"preact": "^10.23.1"
}
}

View file

@ -6,6 +6,6 @@
"@astrojs/mdx": "workspace:*",
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.22.1"
"preact": "^10.23.1"
}
}

View file

@ -7,6 +7,6 @@
"astro": "workspace:*"
},
"devDependencies": {
"solid-js": "^1.8.18"
"solid-js": "^1.8.19"
}
}

View file

@ -6,6 +6,6 @@
"@astrojs/mdx": "workspace:*",
"@astrojs/solid-js": "workspace:*",
"astro": "workspace:*",
"solid-js": "^1.8.18"
"solid-js": "^1.8.19"
}
}

View file

@ -7,6 +7,6 @@
"astro": "workspace:*"
},
"devDependencies": {
"solid-js": "^1.8.18"
"solid-js": "^1.8.19"
}
}

View file

@ -6,7 +6,7 @@
"@astrojs/tailwind": "workspace:*",
"astro": "workspace:*",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.6"
"postcss": "^8.4.40",
"tailwindcss": "^3.4.7"
}
}

View file

@ -11,6 +11,6 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"svelte": "^4.2.18",
"vue": "^3.4.33"
"vue": "^3.4.35"
}
}

View file

@ -6,6 +6,6 @@
"@astrojs/mdx": "workspace:*",
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"vue": "^3.4.33"
"vue": "^3.4.35"
}
}

View file

@ -125,16 +125,16 @@
"test:node": "astro-scripts test \"test/**/*.test.js\""
},
"dependencies": {
"@astrojs/compiler": "^2.9.2",
"@astrojs/compiler": "^2.10.0",
"@astrojs/internal-helpers": "workspace:*",
"@astrojs/markdown-remark": "workspace:*",
"@astrojs/telemetry": "workspace:*",
"@babel/core": "^7.24.9",
"@babel/generator": "^7.24.10",
"@babel/parser": "^7.24.8",
"@babel/plugin-transform-react-jsx": "^7.24.7",
"@babel/traverse": "^7.24.8",
"@babel/types": "^7.24.9",
"@babel/core": "^7.25.2",
"@babel/generator": "^7.25.0",
"@babel/parser": "^7.25.3",
"@babel/plugin-transform-react-jsx": "^7.25.2",
"@babel/traverse": "^7.25.3",
"@babel/types": "^7.25.2",
"@types/babel__core": "^7.20.5",
"@types/cookie": "^0.6.0",
"acorn": "^8.12.1",
@ -147,7 +147,7 @@
"common-ancestor-path": "^1.0.1",
"cookie": "^0.6.0",
"cssesc": "^3.0.0",
"debug": "^4.3.5",
"debug": "^4.3.6",
"deterministic-object-hash": "^2.0.2",
"devalue": "^5.0.0",
"diff": "^5.2.0",
@ -165,7 +165,7 @@
"http-cache-semantics": "^4.1.1",
"js-yaml": "^4.1.0",
"kleur": "^4.1.5",
"magic-string": "^0.30.10",
"magic-string": "^0.30.11",
"mrmime": "^2.0.0",
"ora": "^8.0.1",
"p-limit": "^6.1.0",
@ -175,25 +175,25 @@
"prompts": "^2.4.2",
"rehype": "^13.0.1",
"semver": "^7.6.3",
"shiki": "^1.11.0",
"shiki": "^1.12.0",
"string-width": "^7.2.0",
"strip-ansi": "^7.1.0",
"tsconfck": "^3.1.1",
"unist-util-visit": "^5.0.0",
"vfile": "^6.0.2",
"vite": "^5.3.4",
"vite": "^5.3.5",
"vitefu": "^0.2.5",
"which-pm": "^3.0.0",
"yargs-parser": "^21.1.1",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.1"
"zod-to-json-schema": "^3.23.2"
},
"optionalDependencies": {
"sharp": "^0.33.3"
},
"devDependencies": {
"@astrojs/check": "^0.8.2",
"@playwright/test": "^1.45.2",
"@astrojs/check": "^0.9.0",
"@playwright/test": "^1.45.3",
"@types/aria-query": "^5.0.4",
"@types/babel__generator": "^7.6.8",
"@types/babel__traverse": "^7.20.6",
@ -208,7 +208,7 @@
"@types/html-escaper": "^3.0.2",
"@types/http-cache-semantics": "^4.0.4",
"@types/js-yaml": "^4.0.9",
"@types/probe-image-size": "^7.2.4",
"@types/probe-image-size": "^7.2.5",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.8",
"@types/send": "^0.17.4",
@ -220,17 +220,17 @@
"expect-type": "^0.19.0",
"mdast-util-mdx": "^3.0.0",
"mdast-util-mdx-jsx": "^3.1.2",
"memfs": "^4.9.3",
"node-mocks-http": "^1.15.0",
"memfs": "^4.11.0",
"node-mocks-http": "^1.15.1",
"parse-srcset": "^1.0.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"rehype-toc": "^3.0.2",
"remark-code-titles": "^0.1.2",
"rollup": "^4.19.0",
"rollup": "^4.19.1",
"sass": "^1.77.8",
"srcset-parse": "^1.1.0",
"undici": "^6.19.2",
"undici": "^6.19.5",
"unified": "^11.0.5"
},
"engines": {

View file

@ -10,6 +10,6 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"svelte": "^4.2.18",
"vue": "^3.4.33"
"vue": "^3.4.35"
}
}

View file

@ -6,6 +6,6 @@
"@astrojs/mdx": "workspace:*",
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.22.1"
"preact": "^10.23.1"
}
}

View file

@ -7,8 +7,8 @@
"@astrojs/svelte": "workspace:*",
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"preact": "^10.22.1",
"preact": "^10.23.1",
"svelte": "^4.2.18",
"vue": "^3.4.33"
"vue": "^3.4.35"
}
}

View file

@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"vue": "^3.4.33"
"vue": "^3.4.35"
}
}

View file

@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.22.1"
"preact": "^10.23.1"
}
}

View file

@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.22.1"
"preact": "^10.23.1"
}
}

View file

@ -4,6 +4,6 @@
"dependencies": {
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.22.1"
"preact": "^10.23.1"
}
}

View file

@ -9,11 +9,11 @@
"@astrojs/svelte": "workspace:*",
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"preact": "^10.22.1",
"preact": "^10.23.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.8.18",
"solid-js": "^1.8.19",
"svelte": "^4.2.18",
"vue": "^3.4.33"
"vue": "^3.4.35"
}
}

View file

@ -4,6 +4,6 @@
"dependencies": {
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.22.1"
"preact": "^10.23.1"
}
}

View file

@ -4,6 +4,6 @@
"dependencies": {
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.22.1"
"preact": "^10.23.1"
}
}

View file

@ -18,7 +18,7 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.22.1",
"preact": "^10.23.1",
"react": "^18.3.1"
}
}

View file

@ -8,7 +8,7 @@
"@astrojs/svelte": "workspace:*",
"@test/component-library-shared": "workspace:*",
"astro": "workspace:*",
"preact": "^10.22.1",
"preact": "^10.23.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"svelte": "^4.2.18"

View file

@ -9,6 +9,6 @@
"astro": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vue": "^3.4.33"
"vue": "^3.4.35"
}
}

View file

@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/preact": "workspace:",
"astro": "workspace:*",
"preact": "^10.22.1"
"preact": "^10.23.1"
}
}

View file

@ -7,8 +7,8 @@
"@astrojs/svelte": "workspace:*",
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"preact": "^10.22.1",
"preact": "^10.23.1",
"svelte": "^4.2.18",
"vue": "^3.4.33"
"vue": "^3.4.35"
}
}

View file

@ -9,6 +9,6 @@
"dependencies": {
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.22.1"
"preact": "^10.23.1"
}
}

View file

@ -12,11 +12,11 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.22.1",
"preact": "^10.23.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.8.18",
"solid-js": "^1.8.19",
"svelte": "^4.2.18",
"vue": "^3.4.33"
"vue": "^3.4.35"
}
}

View file

@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/solid-js": "workspace:*",
"astro": "workspace:*",
"solid-js": "^1.8.18"
"solid-js": "^1.8.19"
}
}

View file

@ -8,10 +8,10 @@
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.39",
"solid-js": "^1.8.18",
"postcss": "^8.4.40",
"solid-js": "^1.8.19",
"svelte": "^4.2.18",
"vue": "^3.4.33"
"vue": "^3.4.35"
},
"devDependencies": {
"postcss-preset-env": "^9.6.0"

View file

@ -6,6 +6,6 @@
"@astrojs/preact": "workspace:*",
"@test/react-lib": "workspace:*",
"astro": "workspace:*",
"preact": "^10.22.1"
"preact": "^10.23.1"
}
}

View file

@ -6,6 +6,6 @@
"@astrojs/preact": "workspace:*",
"@preact/signals": "1.3.0",
"astro": "workspace:*",
"preact": "^10.22.1"
"preact": "^10.23.1"
}
}

View file

@ -7,6 +7,6 @@
"astro": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.8.18"
"solid-js": "^1.8.19"
}
}

View file

@ -4,6 +4,6 @@
"dependencies": {
"@astrojs/preact": "workspace:",
"astro": "workspace:",
"preact": "^10.22.1"
"preact": "^10.23.1"
}
}

View file

@ -6,6 +6,6 @@
"@astrojs/mdx": "workspace:*",
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.22.1"
"preact": "^10.23.1"
}
}

View file

@ -6,6 +6,6 @@
"@astrojs/mdx": "workspace:*",
"@astrojs/solid-js": "workspace:*",
"astro": "workspace:*",
"solid-js": "^1.8.18"
"solid-js": "^1.8.19"
}
}

View file

@ -6,6 +6,6 @@
"@astrojs/mdx": "workspace:*",
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"vue": "^3.4.33"
"vue": "^3.4.35"
}
}

View file

@ -10,6 +10,6 @@
}
},
"dependencies": {
"solid-js": "^1.8.18"
"solid-js": "^1.8.19"
}
}

View file

@ -7,6 +7,6 @@
"@solidjs/router": "^0.14.1",
"@test/solid-jsx-component": "file:./deps/solid-jsx-component",
"astro": "workspace:*",
"solid-js": "^1.8.18"
"solid-js": "^1.8.19"
}
}

View file

@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.22.1"
"preact": "^10.23.1"
}
}

View file

@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/preact": "workspace:",
"astro": "workspace:*",
"preact": "^10.22.1"
"preact": "^10.23.1"
}
}

View file

@ -6,7 +6,7 @@
"@astrojs/preact": "workspace:*",
"@astrojs/react": "workspace:*",
"astro": "workspace:*",
"preact": "^10.22.1",
"preact": "^10.23.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}

View file

@ -6,6 +6,6 @@
"@astrojs/preact": "workspace:*",
"@test/static-build-pkg": "workspace:*",
"astro": "workspace:*",
"preact": "^10.22.1"
"preact": "^10.23.1"
}
}

View file

@ -5,7 +5,7 @@
"dependencies": {
"@astrojs/tailwind": "workspace:*",
"astro": "workspace:*",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.6"
"postcss": "^8.4.40",
"tailwindcss": "^3.4.7"
}
}

View file

@ -7,7 +7,7 @@
"@astrojs/tailwind": "workspace:*",
"astro": "workspace:*",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.6"
"postcss": "^8.4.40",
"tailwindcss": "^3.4.7"
}
}

View file

@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"vue": "^3.4.33"
"vue": "^3.4.35"
}
}

View file

@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"vue": "^3.4.33"
"vue": "^3.4.35"
}
}

View file

@ -7,6 +7,6 @@
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"svelte": "^4.2.18",
"vue": "^3.4.33"
"vue": "^3.4.35"
}
}

View file

@ -70,7 +70,7 @@
},
"dependencies": {
"@astrojs/studio": "workspace:*",
"@libsql/client": "^0.7.0",
"@libsql/client": "^0.8.0",
"async-listen": "^3.0.1",
"ci-info": "^4.0.0",
"deep-diff": "^1.0.2",
@ -94,7 +94,7 @@
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"cheerio": "1.0.0-rc.12",
"typescript": "^5.5.3",
"vite": "^5.3.4"
"typescript": "^5.5.4",
"vite": "^5.3.5"
}
}

View file

@ -10,10 +10,10 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.8.2",
"@astrojs/check": "^0.9.0",
"@astrojs/db": "workspace:*",
"@astrojs/node": "workspace:*",
"@astrojs/react": "^3.6.0",
"@astrojs/react": "^3.6.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "workspace:*",
@ -21,7 +21,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"simple-stack-form": "^0.1.12",
"typescript": "^5.5.3",
"typescript": "^5.5.4",
"zod": "^3.23.8"
}
}

View file

@ -38,10 +38,10 @@
"alpinejs": "^3.0.0"
},
"devDependencies": {
"@playwright/test": "1.45.2",
"@playwright/test": "1.45.3",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"vite": "^5.3.4"
"vite": "^5.3.5"
},
"publishConfig": {
"provenance": true

View file

@ -78,12 +78,12 @@
},
"devDependencies": {
"@types/html-escaper": "^3.0.2",
"@types/markdown-it": "^14.1.1",
"@types/markdown-it": "^14.1.2",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"devalue": "^5.0.0",
"linkedom": "^0.18.4",
"vite": "^5.3.4"
"vite": "^5.3.5"
},
"engines": {
"node": "^18.17.1 || ^20.3.0 || >=21.0.0"

View file

@ -6,6 +6,6 @@
"@astrojs/markdoc": "workspace:*",
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.22.1"
"preact": "^10.23.1"
}
}

View file

@ -72,7 +72,7 @@
"remark-shiki-twoslash": "^3.1.3",
"remark-toc": "^9.0.0",
"unified": "^11.0.5",
"vite": "^5.3.4"
"vite": "^5.3.5"
},
"engines": {
"node": "^18.17.1 || ^20.3.0 || >=21.0.0"

View file

@ -6,6 +6,6 @@
"@astrojs/mdx": "workspace:*",
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.22.1"
"preact": "^10.23.1"
}
}

View file

@ -47,7 +47,7 @@
"astro-scripts": "workspace:*",
"cheerio": "1.0.0-rc.12",
"express": "^4.19.2",
"node-mocks-http": "^1.15.0"
"node-mocks-http": "^1.15.1"
},
"publishConfig": {
"provenance": true

View file

@ -35,17 +35,17 @@
"dev": "astro-scripts dev \"src/**/*.ts\""
},
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.24.7",
"@babel/plugin-transform-react-jsx": "^7.25.2",
"@babel/plugin-transform-react-jsx-development": "^7.24.7",
"@preact/preset-vite": "2.8.2",
"@preact/signals": "^1.3.0",
"babel-plugin-transform-hook-names": "^1.0.2",
"preact-render-to-string": "^6.5.5"
"preact-render-to-string": "^6.5.7"
},
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"preact": "^10.22.1"
"preact": "^10.23.1"
},
"peerDependencies": {
"preact": "^10.6.5"

View file

@ -66,7 +66,7 @@
"cheerio": "1.0.0-rc.12",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vite": "^5.3.4"
"vite": "^5.3.5"
},
"peerDependencies": {
"@types/react": "^17.0.50 || ^18.0.21",

View file

@ -8,6 +8,6 @@
"astro": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vue": "^3.4.33"
"vue": "^3.4.35"
}
}

View file

@ -40,8 +40,8 @@
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"solid-js": "^1.8.18",
"vite": "^5.3.4"
"solid-js": "^1.8.19",
"vite": "^5.3.5"
},
"peerDependencies": {
"solid-devtools": "^0.30.1",

View file

@ -51,13 +51,13 @@
},
"dependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"svelte2tsx": "^0.7.13"
"svelte2tsx": "^0.7.15"
},
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"svelte": "^4.2.18",
"vite": "^5.3.4"
"vite": "^5.3.5"
},
"peerDependencies": {
"astro": "^4.0.0",

View file

@ -34,14 +34,14 @@
},
"dependencies": {
"autoprefixer": "^10.4.19",
"postcss": "^8.4.39",
"postcss": "^8.4.40",
"postcss-load-config": "^4.0.2"
},
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"tailwindcss": "^3.4.6",
"vite": "^5.3.4"
"tailwindcss": "^3.4.7",
"vite": "^5.3.5"
},
"peerDependencies": {
"astro": "^3.0.0 || ^4.0.0",

View file

@ -44,18 +44,18 @@
"test": "astro-scripts test \"test/**/*.test.js\""
},
"dependencies": {
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue": "^5.1.1",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vue/compiler-sfc": "^3.4.33",
"vite-plugin-vue-devtools": "^7.3.6"
"@vue/compiler-sfc": "^3.4.35",
"vite-plugin-vue-devtools": "^7.3.7"
},
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"cheerio": "1.0.0-rc.12",
"linkedom": "^0.18.4",
"vite": "^5.3.4",
"vue": "^3.4.33"
"vite": "^5.3.5",
"vue": "^3.4.35"
},
"peerDependencies": {
"astro": "^4.0.0",

View file

@ -46,7 +46,7 @@
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"remark-smartypants": "^3.0.2",
"shiki": "^1.11.0",
"shiki": "^1.12.0",
"unified": "^11.0.5",
"unist-util-remove-position": "^5.0.0",
"unist-util-visit": "^5.0.0",

View file

@ -41,7 +41,7 @@
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"typescript": "^5.5.3",
"vite": "^5.3.4"
"typescript": "^5.5.4",
"vite": "^5.3.5"
}
}

View file

@ -30,7 +30,7 @@
],
"dependencies": {
"ci-info": "^4.0.0",
"debug": "^4.3.5",
"debug": "^4.3.6",
"dlv": "^1.1.3",
"dset": "^3.1.3",
"is-docker": "^3.0.0",

File diff suppressed because it is too large Load diff

View file

@ -14,7 +14,7 @@
"kleur": "^4.1.5",
"p-limit": "^6.1.0",
"svelte": "^4.2.18",
"tar": "^7.4.0"
"tar": "^7.4.3"
},
"devDependencies": {
"@octokit/action": "^7.0.0",