Skip to content

Commit

Permalink
chore: update peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcourtice committed Sep 9, 2021
1 parent 21f8b6c commit b63f06a
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion extensions/action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@harlem/task": "^2.0.0-beta.10"
},
"peerDependencies": {
"@harlem/core": "^2.0.0-alpha.0",
"@harlem/core": "^2.0.0",
"vue": "^3.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/history/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@harlem/utilities": "^2.0.0-beta.10"
},
"peerDependencies": {
"@harlem/core": "^2.0.0-alpha.0"
"@harlem/core": "^2.0.0"
},
"devDependencies": {
"@harlem/core": "^2.0.0-beta.10",
Expand Down
2 changes: 1 addition & 1 deletion extensions/lazy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"prepublish": "yarn build"
},
"peerDependencies": {
"@harlem/core": "^2.0.0-alpha.0",
"@harlem/core": "^2.0.0",
"vue": "^3.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/reset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"prepublish": "yarn build"
},
"peerDependencies": {
"@harlem/core": "^2.0.0-alpha.0"
"@harlem/core": "^2.0.0"
},
"dependencies": {
"@harlem/utilities": "^2.0.0-beta.10"
Expand Down
2 changes: 1 addition & 1 deletion extensions/snapshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"prepublish": "yarn build"
},
"peerDependencies": {
"@harlem/core": "^2.0.0-alpha.0"
"@harlem/core": "^2.0.0"
},
"dependencies": {
"@harlem/utilities": "^2.0.0-beta.10"
Expand Down
2 changes: 1 addition & 1 deletion extensions/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@harlem/utilities": "^2.0.0-beta.10"
},
"peerDependencies": {
"@harlem/core": "^2.0.0-alpha.0"
"@harlem/core": "^2.0.0"
},
"devDependencies": {
"@harlem/core": "^2.0.0-beta.10"
Expand Down
2 changes: 1 addition & 1 deletion extensions/trace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"prepublish": "yarn build"
},
"peerDependencies": {
"@harlem/core": "^2.0.0-alpha.0"
"@harlem/core": "^2.0.0"
},
"dependencies": {
"@harlem/utilities": "^2.0.0-beta.10"
Expand Down
2 changes: 1 addition & 1 deletion extensions/transaction/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@harlem/extension-snapshot": "^2.0.0-beta.10"
},
"peerDependencies": {
"@harlem/core": "^2.0.0-alpha.0"
"@harlem/core": "^2.0.0"
},
"devDependencies": {
"@harlem/core": "^2.0.0-beta.10"
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"@harlem/core": "^2.0.0-beta.10"
},
"devDependencies": {
"@harlem/core": "^2.0.0-alpha.0"
"@harlem/core": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion plugins/devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"prepublish": "yarn build"
},
"peerDependencies": {
"@harlem/core": "^2.0.0-alpha.0"
"@harlem/core": "^2.0.0"
},
"dependencies": {
"@harlem/utilities": "^2.0.0-beta.10",
Expand Down
2 changes: 1 addition & 1 deletion plugins/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"prepublish": "yarn build"
},
"peerDependencies": {
"@harlem/core": "^2.0.0-alpha.0"
"@harlem/core": "^2.0.0"
},
"dependencies": {
"@harlem/utilities": "^2.0.0-beta.10"
Expand Down

1 comment on commit b63f06a

@vercel
Copy link

@vercel vercel bot commented on b63f06a Sep 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.