Skip to content

Commit

Permalink
fix(deps): update dependency slate to ^0.61.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 30, 2021
1 parent 888addc commit ecce6a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/slate-vue-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.2.0",
"dependencies": {
"is-hotkey": "^0.2.0",
"slate": "^0.60.2",
"slate": "^0.61.0",
"vue": "^2.6.11"
},
"main": "./dist/index.cjs.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/slate-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"direction": "^1.0.4",
"is-hotkey": "^0.2.0",
"slate": "^0.60.2",
"slate": "^0.61.0",
"slate-vue-shared": "^0.2.0",
"vue": "^2.6.11",
"vue-tsx-support": "^3.0.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11144,10 +11144,10 @@ slate-hyperscript@^0.59.0:
dependencies:
is-plain-object "^3.0.0"

slate@^0.60.2:
version "0.60.2"
resolved "https://registry.yarnpkg.com/slate/-/slate-0.60.2.tgz#1725949bf5dd7334d90a2efdc0e29479abe532b5"
integrity sha512-VM9neWcTuPglLBLzG4Pot8oarGkvjEHWXBxuRDrnrGYUbs6CdEZRRtKPM+2Ku61GcoBZqobq3S182NzFDrnwvQ==
slate@^0.61.0:
version "0.61.0"
resolved "https://registry.yarnpkg.com/slate/-/slate-0.61.0.tgz#1482c3cbb6f23618998c5e7aca40be4edab3e605"
integrity sha512-k2Glkmwx4vw2YFdhA5P9gNW78e8kOJOrlb93B3sax/x046zqwuBbm8v3EfH0Ucq0OO+pSqaVh7Ph9O8wfc7Yhw==
dependencies:
"@types/esrever" "^0.2.0"
esrever "^0.2.0"
Expand Down

0 comments on commit ecce6a1

Please sign in to comment.