Skip to content

Commit

Permalink
ci: fix pnpm-lock dependency for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoperra committed Nov 12, 2022
1 parent 2a9e55b commit 16ac5aa
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 21 deletions.
18 changes: 9 additions & 9 deletions apps/codeimage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
},
"dependencies": {
"@auth0/auth0-spa-js": "1.22.5",
"@codeimage/api": "workspace:0.1.0",
"@codeimage/atomic-state": "workspace:0.1.0",
"@codeimage/config": "workspace:8.0.3",
"@codeimage/dom-export": "workspace:1.10.1",
"@codeimage/highlight": "workspace:0.10.3",
"@codeimage/locale": "workspace:0.6.1",
"@codeimage/prisma-models": "workspace:0.0.1",
"@codeimage/ui": "workspace:0.10.0",
"@codeimage/vanilla-extract": "workspace:0.1.1",
"@codeimage/api": "workspace:*",
"@codeimage/atomic-state": "workspace:*",
"@codeimage/config": "workspace:*",
"@codeimage/dom-export": "workspace:*",
"@codeimage/highlight": "workspace:*",
"@codeimage/locale": "workspace:*",
"@codeimage/prisma-models": "workspace:*",
"@codeimage/ui": "workspace:*",
"@codeimage/vanilla-extract": "workspace:*",
"@codemirror/autocomplete": "^6.3.0",
"@codemirror/commands": "^6.1.2",
"@codemirror/lang-cpp": "^6.0.1",
Expand Down
62 changes: 50 additions & 12 deletions pnpm-lock.yaml

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

0 comments on commit 16ac5aa

Please sign in to comment.