[ci] release (next) (#2838)

This reverts commit 935e6fa0c8.
This commit is contained in:
Fred K. Schott 2022-03-20 21:01:56 -07:00
parent 935e6fa0c8
commit 078b6cde6c
31 changed files with 91 additions and 84 deletions

View file

@ -60,6 +60,7 @@
"eighty-trees-thank", "eighty-trees-thank",
"fuzzy-lies-nail", "fuzzy-lies-nail",
"lemon-needles-count", "lemon-needles-count",
"moody-trees-allow",
"silent-walls-tan", "silent-walls-tan",
"spotty-houses-stare" "spotty-houses-stare"
] ]

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/preact": "^0.0.1", "@astrojs/preact": "^0.0.1",
"astro": "^0.25.0-next.0", "astro": "^0.25.0-next.1",
"sass": "^1.49.9" "sass": "^1.49.9"
}, },
"dependencies": { "dependencies": {

View file

@ -9,7 +9,7 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.25.0-next.0", "astro": "^0.25.0-next.1",
"@astrojs/preact": "^0.0.1" "@astrojs/preact": "^0.0.1"
}, },
"dependencies": { "dependencies": {

View file

@ -10,6 +10,6 @@
}, },
"devDependencies": { "devDependencies": {
"@example/my-component": "workspace:*", "@example/my-component": "workspace:*",
"astro": "^0.25.0-next.0" "astro": "^0.25.0-next.1"
} }
} }

View file

@ -8,6 +8,6 @@
"serve": "astro --project-root demo preview" "serve": "astro --project-root demo preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.25.0-next.0" "astro": "^0.25.0-next.1"
} }
} }

View file

@ -20,6 +20,6 @@
"devDependencies": { "devDependencies": {
"@astrojs/preact": "^0.0.1", "@astrojs/preact": "^0.0.1",
"@astrojs/react": "^0.0.1", "@astrojs/react": "^0.0.1",
"astro": "^0.25.0-next.0" "astro": "^0.25.0-next.1"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.25.0-next.0" "astro": "^0.25.0-next.1"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.25.0-next.0" "astro": "^0.25.0-next.1"
} }
} }

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/lit": "^0.0.1", "@astrojs/lit": "^0.0.1",
"astro": "^0.25.0-next.0" "astro": "^0.25.0-next.1"
}, },
"dependencies": { "dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0", "@webcomponents/template-shadowroot": "^0.1.0",

View file

@ -15,7 +15,7 @@
"@astrojs/solid-js": "^0.0.1", "@astrojs/solid-js": "^0.0.1",
"@astrojs/svelte": "^0.0.1", "@astrojs/svelte": "^0.0.1",
"@astrojs/vue": "^0.0.1", "@astrojs/vue": "^0.0.1",
"astro": "^0.25.0-next.0" "astro": "^0.25.0-next.1"
}, },
"dependencies": { "dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0", "@webcomponents/template-shadowroot": "^0.1.0",

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/preact": "^0.0.1", "@astrojs/preact": "^0.0.1",
"astro": "^0.25.0-next.0" "astro": "^0.25.0-next.1"
}, },
"dependencies": { "dependencies": {
"preact": "^10.6.6" "preact": "^10.6.6"

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/react": "^0.0.1", "@astrojs/react": "^0.0.1",
"astro": "^0.25.0-next.0" "astro": "^0.25.0-next.1"
}, },
"dependencies": { "dependencies": {
"react": "^17.0.2", "react": "^17.0.2",

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/solid-js": "^0.0.1", "@astrojs/solid-js": "^0.0.1",
"astro": "^0.25.0-next.0" "astro": "^0.25.0-next.1"
}, },
"dependencies": { "dependencies": {
"solid-js": "^1.3.6" "solid-js": "^1.3.6"

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/svelte": "^0.0.1", "@astrojs/svelte": "^0.0.1",
"astro": "^0.25.0-next.0" "astro": "^0.25.0-next.1"
}, },
"dependencies": { "dependencies": {
"svelte": "^3.46.4" "svelte": "^3.46.4"

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/vue": "^0.0.1", "@astrojs/vue": "^0.0.1",
"astro": "^0.25.0-next.0" "astro": "^0.25.0-next.1"
}, },
"dependencies": { "dependencies": {
"vue": "^3.2.30" "vue": "^3.2.30"

View file

@ -15,7 +15,7 @@
"@astrojs/sitemap": "^0.0.1", "@astrojs/sitemap": "^0.0.1",
"@astrojs/tailwind": "^0.0.1", "@astrojs/tailwind": "^0.0.1",
"@astrojs/turbolinks": "^0.0.1", "@astrojs/turbolinks": "^0.0.1",
"astro": "^0.25.0-next.0" "astro": "^0.25.0-next.1"
}, },
"dependencies": { "dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0", "@webcomponents/template-shadowroot": "^0.1.0",

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.25.0-next.0" "astro": "^0.25.0-next.1"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.25.0-next.0" "astro": "^0.25.0-next.1"
} }
} }

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/preact": "^0.0.1", "@astrojs/preact": "^0.0.1",
"astro": "^0.25.0-next.0", "astro": "^0.25.0-next.1",
"sass": "^1.49.9" "sass": "^1.49.9"
}, },
"dependencies": { "dependencies": {

View file

@ -13,7 +13,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/svelte": "^0.0.1", "@astrojs/svelte": "^0.0.1",
"astro": "^0.25.0-next.0", "astro": "^0.25.0-next.1",
"concurrently": "^7.0.0", "concurrently": "^7.0.0",
"lightcookie": "^1.0.25", "lightcookie": "^1.0.25",
"unocss": "^0.15.6", "unocss": "^0.15.6",

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.25.0-next.0" "astro": "^0.25.0-next.1"
} }
} }

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/react": "^0.0.1", "@astrojs/react": "^0.0.1",
"astro": "^0.25.0-next.0", "astro": "^0.25.0-next.1",
"sass": "^1.49.9" "sass": "^1.49.9"
}, },
"dependencies": { "dependencies": {

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/markdown-remark": "^0.7.0-next.0", "@astrojs/markdown-remark": "^0.7.0-next.0",
"astro": "^0.25.0-next.0", "astro": "^0.25.0-next.1",
"hast-util-select": "5.0.1", "hast-util-select": "5.0.1",
"rehype-autolink-headings": "^6.1.1", "rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.0.1", "rehype-slug": "^5.0.1",

View file

@ -10,6 +10,6 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/markdown-remark": "^0.7.0-next.0", "@astrojs/markdown-remark": "^0.7.0-next.0",
"astro": "^0.25.0-next.0" "astro": "^0.25.0-next.1"
} }
} }

View file

@ -14,7 +14,7 @@
"@astrojs/react": "^0.0.1", "@astrojs/react": "^0.0.1",
"@astrojs/svelte": "^0.0.1", "@astrojs/svelte": "^0.0.1",
"@astrojs/vue": "^0.0.1", "@astrojs/vue": "^0.0.1",
"astro": "^0.25.0-next.0" "astro": "^0.25.0-next.1"
}, },
"dependencies": { "dependencies": {
"preact": "^10.6.6", "preact": "^10.6.6",

View file

@ -25,6 +25,6 @@
"@astrojs/solid-js": "^0.0.1", "@astrojs/solid-js": "^0.0.1",
"@astrojs/svelte": "^0.0.1", "@astrojs/svelte": "^0.0.1",
"@astrojs/vue": "^0.0.1", "@astrojs/vue": "^0.0.1",
"astro": "^0.25.0-next.0" "astro": "^0.25.0-next.1"
} }
} }

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/tailwind": "^0.0.1", "@astrojs/tailwind": "^0.0.1",
"astro": "^0.25.0-next.0", "astro": "^0.25.0-next.1",
"autoprefixer": "^10.4.4", "autoprefixer": "^10.4.4",
"canvas-confetti": "^1.5.1", "canvas-confetti": "^1.5.1",
"postcss": "^8.4.12", "postcss": "^8.4.12",

View file

@ -9,7 +9,7 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.25.0-next.0", "astro": "^0.25.0-next.1",
"vite-plugin-pwa": "0.11.11", "vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.1" "workbox-window": "^6.5.1"
} }

View file

@ -1,5 +1,11 @@
# astro # astro
## 0.25.0-next.1
### Patch Changes
- [#2835](https://github.com/withastro/astro/pull/2835) [`77ebab8b`](https://github.com/withastro/astro/commit/77ebab8bb27d67bc45a5af160d6b545521897802) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fix missing `postcss-load-config` dependency
## 0.25.0-next.0 ## 0.25.0-next.0
### Minor Changes ### Minor Changes
@ -46,7 +52,7 @@
import { defineConfig } from 'astro/config'; import { defineConfig } from 'astro/config';
export default defineConfig({ export default defineConfig({
renderers: [], renderers: [],
}); });
``` ```
@ -84,9 +90,9 @@
```json ```json
{ {
"scripts": { "scripts": {
"build": "astro build --legacy-build" "build": "astro build --legacy-build"
} }
} }
``` ```
@ -106,7 +112,7 @@
```ts ```ts
if (Astro.slots.has('default')) { if (Astro.slots.has('default')) {
const content = await Astro.slots.render('default'); const content = await Astro.slots.render('default');
} }
``` ```
@ -190,7 +196,7 @@
```ts ```ts
if (Astro.slots.has('default')) { if (Astro.slots.has('default')) {
const content = await Astro.slots.render('default'); const content = await Astro.slots.render('default');
} }
``` ```
@ -214,9 +220,9 @@
```json ```json
{ {
"scripts": { "scripts": {
"build": "astro build --legacy-build" "build": "astro build --legacy-build"
} }
} }
``` ```
@ -328,12 +334,12 @@
```typescript ```typescript
// src/pages/company.json.ts // src/pages/company.json.ts
export async function get() { export async function get() {
return { return {
body: JSON.stringify({ body: JSON.stringify({
name: 'Astro Technology Company', name: 'Astro Technology Company',
url: 'https://astro.build/', url: 'https://astro.build/',
}), }),
}; };
} }
``` ```
@ -495,12 +501,12 @@
```typescript ```typescript
// src/pages/company.json.ts // src/pages/company.json.ts
export async function get() { export async function get() {
return { return {
body: JSON.stringify({ body: JSON.stringify({
name: 'Astro Technology Company', name: 'Astro Technology Company',
url: 'https://astro.build/', url: 'https://astro.build/',
}), }),
}; };
} }
``` ```
@ -1855,10 +1861,10 @@ For convenience, you may now also move your `astro.config.js` file to a top-leve
```js ```js
export default { export default {
markdownOptions: { markdownOptions: {
remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]], remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]],
rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]], rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]],
}, },
}; };
``` ```
@ -1878,10 +1884,10 @@ For convenience, you may now also move your `astro.config.js` file to a top-leve
```js ```js
export default { export default {
name: '@matthewp/my-renderer', name: '@matthewp/my-renderer',
server: './server.js', server: './server.js',
client: './client.js', client: './client.js',
hydrationPolyfills: ['./my-polyfill.js'], hydrationPolyfills: ['./my-polyfill.js'],
}; };
``` ```

View file

@ -1,6 +1,6 @@
{ {
"name": "astro", "name": "astro",
"version": "0.25.0-next.0", "version": "0.25.0-next.1",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module", "type": "module",
"author": "withastro", "author": "withastro",

View file

@ -44,7 +44,7 @@ importers:
examples/blog: examples/blog:
specifiers: specifiers:
'@astrojs/preact': ^0.0.1 '@astrojs/preact': ^0.0.1
astro: ^0.25.0-next.0 astro: ^0.25.0-next.1
preact: ^10.6.6 preact: ^10.6.6
dependencies: dependencies:
preact: 10.6.6 preact: 10.6.6
@ -55,7 +55,7 @@ importers:
examples/blog-multiple-authors: examples/blog-multiple-authors:
specifiers: specifiers:
'@astrojs/preact': ^0.0.1 '@astrojs/preact': ^0.0.1
astro: ^0.25.0-next.0 astro: ^0.25.0-next.1
preact: ^10.6.6 preact: ^10.6.6
sass: ^1.49.9 sass: ^1.49.9
dependencies: dependencies:
@ -67,14 +67,14 @@ importers:
examples/component: examples/component:
specifiers: specifiers:
astro: ^0.25.0-next.0 astro: ^0.25.0-next.1
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/component/demo: examples/component/demo:
specifiers: specifiers:
'@example/my-component': workspace:* '@example/my-component': workspace:*
astro: ^0.25.0-next.0 astro: ^0.25.0-next.1
devDependencies: devDependencies:
'@example/my-component': link:../packages/my-component '@example/my-component': link:../packages/my-component
astro: link:../../../packages/astro astro: link:../../../packages/astro
@ -90,7 +90,7 @@ importers:
'@docsearch/css': ^3.0.0 '@docsearch/css': ^3.0.0
'@docsearch/react': ^3.0.0 '@docsearch/react': ^3.0.0
'@types/react': ^17.0.40 '@types/react': ^17.0.40
astro: ^0.25.0-next.0 astro: ^0.25.0-next.1
preact: ^10.6.6 preact: ^10.6.6
react: ^17.0.2 react: ^17.0.2
react-dom: ^17.0.2 react-dom: ^17.0.2
@ -109,13 +109,13 @@ importers:
examples/env-vars: examples/env-vars:
specifiers: specifiers:
astro: ^0.25.0-next.0 astro: ^0.25.0-next.1
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/framework-alpine: examples/framework-alpine:
specifiers: specifiers:
astro: ^0.25.0-next.0 astro: ^0.25.0-next.1
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
@ -123,7 +123,7 @@ importers:
specifiers: specifiers:
'@astrojs/lit': ^0.0.1 '@astrojs/lit': ^0.0.1
'@webcomponents/template-shadowroot': ^0.1.0 '@webcomponents/template-shadowroot': ^0.1.0
astro: ^0.25.0-next.0 astro: ^0.25.0-next.1
lit: ^2.1.3 lit: ^2.1.3
dependencies: dependencies:
'@webcomponents/template-shadowroot': 0.1.0 '@webcomponents/template-shadowroot': 0.1.0
@ -141,7 +141,7 @@ importers:
'@astrojs/svelte': ^0.0.1 '@astrojs/svelte': ^0.0.1
'@astrojs/vue': ^0.0.1 '@astrojs/vue': ^0.0.1
'@webcomponents/template-shadowroot': ^0.1.0 '@webcomponents/template-shadowroot': ^0.1.0
astro: ^0.25.0-next.0 astro: ^0.25.0-next.1
lit: ^2.1.3 lit: ^2.1.3
preact: ^10.6.6 preact: ^10.6.6
react: ^17.0.2 react: ^17.0.2
@ -170,7 +170,7 @@ importers:
examples/framework-preact: examples/framework-preact:
specifiers: specifiers:
'@astrojs/preact': ^0.0.1 '@astrojs/preact': ^0.0.1
astro: ^0.25.0-next.0 astro: ^0.25.0-next.1
preact: ^10.6.6 preact: ^10.6.6
dependencies: dependencies:
preact: 10.6.6 preact: 10.6.6
@ -181,7 +181,7 @@ importers:
examples/framework-react: examples/framework-react:
specifiers: specifiers:
'@astrojs/react': ^0.0.1 '@astrojs/react': ^0.0.1
astro: ^0.25.0-next.0 astro: ^0.25.0-next.1
react: ^17.0.2 react: ^17.0.2
react-dom: ^17.0.2 react-dom: ^17.0.2
dependencies: dependencies:
@ -194,7 +194,7 @@ importers:
examples/framework-solid: examples/framework-solid:
specifiers: specifiers:
'@astrojs/solid-js': ^0.0.1 '@astrojs/solid-js': ^0.0.1
astro: ^0.25.0-next.0 astro: ^0.25.0-next.1
solid-js: ^1.3.6 solid-js: ^1.3.6
dependencies: dependencies:
solid-js: 1.3.13 solid-js: 1.3.13
@ -205,7 +205,7 @@ importers:
examples/framework-svelte: examples/framework-svelte:
specifiers: specifiers:
'@astrojs/svelte': ^0.0.1 '@astrojs/svelte': ^0.0.1
astro: ^0.25.0-next.0 astro: ^0.25.0-next.1
svelte: ^3.46.4 svelte: ^3.46.4
dependencies: dependencies:
svelte: 3.46.4 svelte: 3.46.4
@ -216,7 +216,7 @@ importers:
examples/framework-vue: examples/framework-vue:
specifiers: specifiers:
'@astrojs/vue': ^0.0.1 '@astrojs/vue': ^0.0.1
astro: ^0.25.0-next.0 astro: ^0.25.0-next.1
vue: ^3.2.30 vue: ^3.2.30
dependencies: dependencies:
vue: 3.2.31 vue: 3.2.31
@ -233,7 +233,7 @@ importers:
'@astrojs/tailwind': ^0.0.1 '@astrojs/tailwind': ^0.0.1
'@astrojs/turbolinks': ^0.0.1 '@astrojs/turbolinks': ^0.0.1
'@webcomponents/template-shadowroot': ^0.1.0 '@webcomponents/template-shadowroot': ^0.1.0
astro: ^0.25.0-next.0 astro: ^0.25.0-next.1
lit: ^2.1.3 lit: ^2.1.3
preact: ^10.6.6 preact: ^10.6.6
react: ^17.0.2 react: ^17.0.2
@ -261,20 +261,20 @@ importers:
examples/minimal: examples/minimal:
specifiers: specifiers:
astro: ^0.25.0-next.0 astro: ^0.25.0-next.1
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/non-html-pages: examples/non-html-pages:
specifiers: specifiers:
astro: ^0.25.0-next.0 astro: ^0.25.0-next.1
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/portfolio: examples/portfolio:
specifiers: specifiers:
'@astrojs/preact': ^0.0.1 '@astrojs/preact': ^0.0.1
astro: ^0.25.0-next.0 astro: ^0.25.0-next.1
preact: ^10.6.6 preact: ^10.6.6
sass: ^1.49.9 sass: ^1.49.9
dependencies: dependencies:
@ -287,7 +287,7 @@ importers:
examples/ssr: examples/ssr:
specifiers: specifiers:
'@astrojs/svelte': ^0.0.1 '@astrojs/svelte': ^0.0.1
astro: ^0.25.0-next.0 astro: ^0.25.0-next.1
concurrently: ^7.0.0 concurrently: ^7.0.0
lightcookie: ^1.0.25 lightcookie: ^1.0.25
svelte: ^3.46.4 svelte: ^3.46.4
@ -305,14 +305,14 @@ importers:
examples/starter: examples/starter:
specifiers: specifiers:
astro: ^0.25.0-next.0 astro: ^0.25.0-next.1
devDependencies: devDependencies:
astro: link:../../packages/astro astro: link:../../packages/astro
examples/subpath: examples/subpath:
specifiers: specifiers:
'@astrojs/react': ^0.0.1 '@astrojs/react': ^0.0.1
astro: ^0.25.0-next.0 astro: ^0.25.0-next.1
react: ^17.0.2 react: ^17.0.2
react-dom: ^17.0.2 react-dom: ^17.0.2
sass: ^1.49.9 sass: ^1.49.9
@ -331,7 +331,7 @@ importers:
'@astrojs/react': ^0.0.1 '@astrojs/react': ^0.0.1
'@astrojs/svelte': ^0.0.1 '@astrojs/svelte': ^0.0.1
'@astrojs/vue': ^0.0.1 '@astrojs/vue': ^0.0.1
astro: ^0.25.0-next.0 astro: ^0.25.0-next.1
preact: ^10.6.6 preact: ^10.6.6
react: ^17.0.2 react: ^17.0.2
react-dom: ^17.0.2 react-dom: ^17.0.2
@ -354,7 +354,7 @@ importers:
examples/with-markdown-plugins: examples/with-markdown-plugins:
specifiers: specifiers:
'@astrojs/markdown-remark': ^0.7.0-next.0 '@astrojs/markdown-remark': ^0.7.0-next.0
astro: ^0.25.0-next.0 astro: ^0.25.0-next.1
hast-util-select: 5.0.1 hast-util-select: 5.0.1
rehype-autolink-headings: ^6.1.1 rehype-autolink-headings: ^6.1.1
rehype-slug: ^5.0.1 rehype-slug: ^5.0.1
@ -372,7 +372,7 @@ importers:
examples/with-markdown-shiki: examples/with-markdown-shiki:
specifiers: specifiers:
'@astrojs/markdown-remark': ^0.7.0-next.0 '@astrojs/markdown-remark': ^0.7.0-next.0
astro: ^0.25.0-next.0 astro: ^0.25.0-next.1
devDependencies: devDependencies:
'@astrojs/markdown-remark': link:../../packages/markdown/remark '@astrojs/markdown-remark': link:../../packages/markdown/remark
astro: link:../../packages/astro astro: link:../../packages/astro
@ -387,7 +387,7 @@ importers:
'@nanostores/preact': ^0.1.3 '@nanostores/preact': ^0.1.3
'@nanostores/react': ^0.1.5 '@nanostores/react': ^0.1.5
'@nanostores/vue': ^0.4.1 '@nanostores/vue': ^0.4.1
astro: ^0.25.0-next.0 astro: ^0.25.0-next.1
nanostores: ^0.5.12 nanostores: ^0.5.12
preact: ^10.6.6 preact: ^10.6.6
react: ^17.0.2 react: ^17.0.2
@ -415,7 +415,7 @@ importers:
examples/with-tailwindcss: examples/with-tailwindcss:
specifiers: specifiers:
'@astrojs/tailwind': ^0.0.1 '@astrojs/tailwind': ^0.0.1
astro: ^0.25.0-next.0 astro: ^0.25.0-next.1
autoprefixer: ^10.4.4 autoprefixer: ^10.4.4
canvas-confetti: ^1.5.1 canvas-confetti: ^1.5.1
postcss: ^8.4.12 postcss: ^8.4.12
@ -430,7 +430,7 @@ importers:
examples/with-vite-plugin-pwa: examples/with-vite-plugin-pwa:
specifiers: specifiers:
astro: ^0.25.0-next.0 astro: ^0.25.0-next.1
vite-plugin-pwa: 0.11.11 vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.1 workbox-window: ^6.5.1
devDependencies: devDependencies: