diff --git a/packages/astro/package.json b/packages/astro/package.json index 22ceda1ca..9f6d4ba12 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -84,8 +84,8 @@ "@babel/generator": "^7.17.9", "@babel/parser": "^7.17.9", "@babel/traverse": "^7.17.9", - "@proload/core": "^0.3.2-next.4", - "@proload/plugin-tsm": "^0.2.1-next.0", + "@proload/core": "^0.3.2", + "@proload/plugin-tsm": "^0.2.1", "ast-types": "^0.14.2", "boxen": "^6.2.1", "ci-info": "^3.3.0", diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index d9e0c3087..848af5350 100644 --- a/packages/integrations/tailwind/package.json +++ b/packages/integrations/tailwind/package.json @@ -27,7 +27,7 @@ "dev": "astro-scripts dev \"src/**/*.ts\"" }, "dependencies": { - "@proload/core": "^0.3.1", + "@proload/core": "^0.3.2", "autoprefixer": "^10.4.4", "postcss": "^8.4.12", "tailwindcss": "^3.0.24" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6552ef97d..d75356fb5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -457,8 +457,8 @@ importers: '@babel/parser': ^7.17.9 '@babel/traverse': ^7.17.9 '@babel/types': ^7.17.0 - '@proload/core': ^0.3.2-next.4 - '@proload/plugin-tsm': ^0.2.1-next.0 + '@proload/core': ^0.3.2 + '@proload/plugin-tsm': ^0.2.1 '@types/babel__core': ^7.1.19 '@types/babel__generator': ^7.6.4 '@types/babel__traverse': ^7.17.0 @@ -1406,7 +1406,7 @@ importers: packages/integrations/tailwind: specifiers: - '@proload/core': ^0.3.1 + '@proload/core': ^0.3.2 '@types/tailwindcss': ^3.0.10 astro: workspace:* astro-scripts: workspace:*