diff options
-rw-r--r-- | .changeset/smart-geese-grab.md | 5 | ||||
-rw-r--r-- | packages/astro/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 12 |
3 files changed, 12 insertions, 7 deletions
diff --git a/.changeset/smart-geese-grab.md b/.changeset/smart-geese-grab.md new file mode 100644 index 000000000..66a94db4f --- /dev/null +++ b/.changeset/smart-geese-grab.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Upgrade Vite to latest diff --git a/packages/astro/package.json b/packages/astro/package.json index f1866b102..1f4827f7a 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -136,7 +136,7 @@ "tsconfig-resolver": "^3.0.1", "unist-util-visit": "^4.1.0", "vfile": "^5.3.2", - "vite": "3.0.2", + "vite": "3.0.4", "yargs-parser": "^21.0.1", "zod": "^3.17.3" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 850f03684..8771a9e8c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -517,7 +517,7 @@ importers: tsconfig-resolver: ^3.0.1 unist-util-visit: ^4.1.0 vfile: ^5.3.2 - vite: 3.0.2 + vite: 3.0.4 yargs-parser: ^21.0.1 zod: ^3.17.3 dependencies: @@ -573,7 +573,7 @@ importers: tsconfig-resolver: 3.0.1 unist-util-visit: 4.1.0 vfile: 5.3.4 - vite: 3.0.2_sass@1.54.0 + vite: 3.0.4_sass@1.54.0 yargs-parser: 21.0.1 zod: 3.17.10 devDependencies: @@ -16473,8 +16473,8 @@ packages: - supports-color dev: true - /vite/3.0.2_sass@1.54.0: - resolution: {integrity: sha512-TAqydxW/w0U5AoL5AsD9DApTvGb2iNbGs3sN4u2VdT1GFkQVUfgUldt+t08TZgi23uIauh1TUOQJALduo9GXqw==} + /vite/3.0.4: + resolution: {integrity: sha512-NU304nqnBeOx2MkQnskBQxVsa0pRAH5FphokTGmyy8M3oxbvw7qAXts2GORxs+h/2vKsD+osMhZ7An6yK6F1dA==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: @@ -16496,12 +16496,11 @@ packages: postcss: 8.4.14 resolve: 1.22.1 rollup: 2.77.2 - sass: 1.54.0 optionalDependencies: fsevents: 2.3.2 dev: false - /vite/3.0.4: + /vite/3.0.4_sass@1.54.0: resolution: {integrity: sha512-NU304nqnBeOx2MkQnskBQxVsa0pRAH5FphokTGmyy8M3oxbvw7qAXts2GORxs+h/2vKsD+osMhZ7An6yK6F1dA==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true @@ -16524,6 +16523,7 @@ packages: postcss: 8.4.14 resolve: 1.22.1 rollup: 2.77.2 + sass: 1.54.0 optionalDependencies: fsevents: 2.3.2 dev: false |