From 704b227270ab10106a4871b7e70245046e4ca65d Mon Sep 17 00:00:00 2001 From: Alexandre Stahmer Date: Wed, 15 Feb 2023 17:16:15 +0100 Subject: [PATCH] fix lock + workspace deps --- examples/react-rakkas/package.json | 2 +- examples/react-vite-plugin-ssr/package.json | 2 +- pnpm-lock.yaml | 10 +++++----- site/package.json | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/react-rakkas/package.json b/examples/react-rakkas/package.json index 4899728..c76c437 100644 --- a/examples/react-rakkas/package.json +++ b/examples/react-rakkas/package.json @@ -24,7 +24,7 @@ }, "dependencies": { "@box-extractor/vanilla-theme": "workspace:*", - "@box-extractor/vanilla-wind": "workspace:^0.2.0", + "@box-extractor/vanilla-wind": "workspace:*", "@vanilla-extract/css": "^1.9.5", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react-vite-plugin-ssr/package.json b/examples/react-vite-plugin-ssr/package.json index 63081ae..3c2285f 100644 --- a/examples/react-vite-plugin-ssr/package.json +++ b/examples/react-vite-plugin-ssr/package.json @@ -14,7 +14,7 @@ "dependencies": { "@box-extractor/core": "workspace:*", "@box-extractor/vanilla-theme": "workspace:*", - "@box-extractor/vanilla-wind": "workspace:^0.2.0", + "@box-extractor/vanilla-wind": "workspace:*", "@vanilla-extract/css": "^1.9.5", "@vitejs/plugin-react": "^3.1.0", "compression": "^1.7.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1d83725..cc8157d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -75,7 +75,7 @@ importers: examples/react-rakkas: specifiers: '@box-extractor/vanilla-theme': workspace:* - '@box-extractor/vanilla-wind': workspace:^0.1.2 + '@box-extractor/vanilla-wind': workspace:* '@types/react': ^18.0.28 '@types/react-dom': ^18.0.11 '@vanilla-extract/css': ^1.9.5 @@ -105,7 +105,7 @@ importers: specifiers: '@box-extractor/core': workspace:* '@box-extractor/vanilla-theme': workspace:* - '@box-extractor/vanilla-wind': workspace:^0.1.2 + '@box-extractor/vanilla-wind': workspace:* '@mdx-js/react': ^2.3.0 '@mdx-js/rollup': ^2.3.0 '@stefanprobst/rehype-extract-toc': ^2.2.0 @@ -333,10 +333,10 @@ importers: specifiers: '@astahmer/eslint-config-react': ^0.1.5 '@astahmer/eslint-config-ts': ^0.1.5 - '@box-extractor/core': workspace:^0.4.0 + '@box-extractor/core': workspace:* '@box-extractor/logger': workspace:* - '@box-extractor/vanilla-theme': workspace:^0.2.8 - '@box-extractor/vanilla-wind': workspace:^0.1.2 + '@box-extractor/vanilla-theme': workspace:* + '@box-extractor/vanilla-wind': workspace:* '@esbuild-plugins/node-globals-polyfill': ^0.1.1 '@iconify/json': ^2.1.132 '@monaco-editor/react': ^4.4.6 diff --git a/site/package.json b/site/package.json index 87d8110..5cfed9b 100644 --- a/site/package.json +++ b/site/package.json @@ -45,10 +45,10 @@ "vite-plugin-inspect": "^0.7.15" }, "dependencies": { - "@box-extractor/core": "workspace:^0.5.0", + "@box-extractor/core": "workspace:*", "@box-extractor/logger": "workspace:*", - "@box-extractor/vanilla-theme": "workspace:^0.3.0", - "@box-extractor/vanilla-wind": "workspace:^0.2.0", + "@box-extractor/vanilla-theme": "workspace:*", + "@box-extractor/vanilla-wind": "workspace:*", "@esbuild-plugins/node-globals-polyfill": "^0.1.1", "@monaco-editor/react": "^4.4.6", "@phenomnomnominal/tsquery": "^5.0.0",