Skip to content

Commit df80d9b

Browse files
committed
chore(deps): update dependencies
1 parent 22b574d commit df80d9b

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,6 @@ app
154154

155155
Vuecloak uses the power of Vue Devtools to provide a great developer experience.
156156

157-
![Vue devtools support](devtools.gif)
157+
![Vue devtools support](devtools.png)
158158

159159
Only available in [Vue Devtools 6+](https://github.com/vuejs/vue-devtools/releases)

devtools.gif

-5.01 MB
Binary file not shown.

devtools.png

19.1 KB
Loading

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
"homepage": "https://github.com/vilaboim/vuecloak#readme",
3030
"devDependencies": {
3131
"rimraf": "^3.0.2",
32-
"rollup": "^2.45.2"
32+
"rollup": "^2.50.6"
3333
},
3434
"files": [
3535
"dist"
3636
],
3737
"dependencies": {
38-
"@vue/devtools-api": "^6.0.0-beta.10",
39-
"keycloak-js": "^12.0.4"
38+
"@vue/devtools-api": "^6.0.0-beta.12",
39+
"keycloak-js": "^13.0.1"
4040
}
4141
}

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@vue/devtools-api@^6.0.0-beta.10":
6-
version "6.0.0-beta.10"
7-
resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.0.0-beta.10.tgz#f39da7618cee292e39c7274227c34163e30eb3ca"
8-
integrity sha512-nktQYRnIFrh4DdXiCBjHnsHOMZXDIVcP9qlm/DMfxmjJMtpMGrSZCOKP8j7kDhObNHyqlicwoGLd+a4hf4x9ww==
5+
"@vue/devtools-api@^6.0.0-beta.12":
6+
version "6.0.0-beta.12"
7+
resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.0.0-beta.12.tgz#693ffc77bfb66b080e5c9576abb5786c85470a32"
8+
integrity sha512-PtHmAxFmCyCElV7uTWMrXj+fefwn4lCfTtPo9fPw0SK8/7e3UaFl8IL7lnugJmNFfeKQyuTkSoGvTq1uDaRF6Q==
99

1010
balanced-match@^1.0.0:
1111
version "1.0.2"
@@ -70,10 +70,10 @@ [email protected]:
7070
resolved "https://registry.yarnpkg.com/js-sha256/-/js-sha256-0.9.0.tgz#0b89ac166583e91ef9123644bd3c5334ce9d0966"
7171
integrity sha512-sga3MHh9sgQN2+pJ9VYZ+1LPwXOxuBJBA5nrR5/ofPfuiJBE2hnjsaN8se8JznOmGLN2p49Pe5U/ttafcs/apA==
7272

73-
keycloak-js@^12.0.4:
74-
version "12.0.4"
75-
resolved "https://registry.yarnpkg.com/keycloak-js/-/keycloak-js-12.0.4.tgz#fc60ccd8c32788e48302a543e6133e852a48abaf"
76-
integrity sha512-O/BHtyiDrZrUnKBrVF8POojqd3gmhuiDw4FiI+FbnB14nu7G5jKFrKYZa9Q0JYKIZXHJOBzSaKQcMp2WUI+zmA==
73+
keycloak-js@^13.0.1:
74+
version "13.0.1"
75+
resolved "https://registry.yarnpkg.com/keycloak-js/-/keycloak-js-13.0.1.tgz#4aae6a8fe1301aa3d7a12b2de6227a23b42f275d"
76+
integrity sha512-S9mFX8HHlgw+i2HAIhteccrkffQmUn4CpYcU8ViGnODSBcnaf2YTtLhiiRH/a6SaOBpxmJTN3XVIZbE9d/HyXQ==
7777
dependencies:
7878
base64-js "1.3.1"
7979
js-sha256 "0.9.0"
@@ -104,10 +104,10 @@ rimraf@^3.0.2:
104104
dependencies:
105105
glob "^7.1.3"
106106

107-
rollup@^2.45.2:
108-
version "2.46.0"
109-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.46.0.tgz#8cacf89d2ee31a34755f1af40a665168f592b829"
110-
integrity sha512-qPGoUBNl+Z8uNu0z7pD3WPTABWRbcOwIrO/5ccDJzmrtzn0LVf6Lj91+L5CcWhXl6iWf23FQ6m8Jkl2CmN1O7Q==
107+
rollup@^2.50.6:
108+
version "2.50.6"
109+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.50.6.tgz#24e2211caf9031081656e98a5e5e94d3b5e786e2"
110+
integrity sha512-6c5CJPLVgo0iNaZWWliNu1Kl43tjP9LZcp6D/tkf2eLH2a9/WeHxg9vfTFl8QV/2SOyaJX37CEm9XuGM0rviUg==
111111
optionalDependencies:
112112
fsevents "~2.3.1"
113113

0 commit comments

Comments
 (0)