Skip to content

Commit

Permalink
fix(examples): fixed package.json reference tp workspace dep
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcourtice committed Mar 2, 2022
1 parent e37d7a5 commit ae26455
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/vite-ts-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@harlem/core": "^2.3.0",
"@harlem/extension-action": "workspace:^",
"@harlem/extension-action": "^2.3.0",
"@harlem/extension-compose": "^2.3.0",
"@harlem/extension-reset": "^2.3.0",
"@harlem/extension-storage": "^2.3.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ __metadata:
resolution: "@harlem/example-vite-ts-actions@workspace:examples/vite-ts-actions"
dependencies:
"@harlem/core": ^2.3.0
"@harlem/extension-action": "workspace:^"
"@harlem/extension-action": ^2.3.0
"@harlem/extension-compose": ^2.3.0
"@harlem/extension-reset": ^2.3.0
"@harlem/extension-storage": ^2.3.0
Expand All @@ -921,7 +921,7 @@ __metadata:
languageName: unknown
linkType: soft

"@harlem/extension-action@^2.3.0, @harlem/extension-action@workspace:^, @harlem/extension-action@workspace:extensions/action":
"@harlem/extension-action@^2.3.0, @harlem/extension-action@workspace:extensions/action":
version: 0.0.0-use.local
resolution: "@harlem/extension-action@workspace:extensions/action"
dependencies:
Expand Down

0 comments on commit ae26455

Please sign in to comment.