Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Commit

Permalink
fix lock + workspace deps
Browse files Browse the repository at this point in the history
  • Loading branch information
astahmer committed Feb 15, 2023
1 parent 2e5b805 commit 704b227
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/react-rakkas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion examples/react-vite-plugin-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 704b227

Please sign in to comment.