Skip to content

Commit

Permalink
Updated version and libs.
Browse files Browse the repository at this point in the history
  • Loading branch information
soukoku committed Jun 12, 2020
1 parent 7db5256 commit 06d5d61
Show file tree
Hide file tree
Showing 8 changed files with 9,201 additions and 7,740 deletions.
5,105 changes: 2,979 additions & 2,126 deletions dist/VueOidcAuth.common.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/VueOidcAuth.common.js.map

Large diffs are not rendered by default.

5,105 changes: 2,979 additions & 2,126 deletions dist/VueOidcAuth.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/VueOidcAuth.umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/VueOidcAuth.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/VueOidcAuth.umd.min.js.map

Large diffs are not rendered by default.

22 changes: 13 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-oidc-client",
"version": "0.3.2",
"version": "0.4.0",
"description": "Wrapper around oidc-client-js to to better work in a Vue application with Vue Router integration.",
"author": "Eugene Wang",
"license": "MIT",
Expand Down Expand Up @@ -34,16 +34,20 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"oidc-client": "^1.9.0"
"oidc-client": "^1.10.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"lint-staged": "^8.2.1",
"vue": "^2.6.10",
"vue-router": "^3.1.2",
"vue-template-compiler": "^2.6.10"
"@vue/cli-plugin-babel": "^4.4.4",
"@vue/cli-plugin-eslint": "^4.4.4",
"@vue/cli-service": "^4.4.4",
"babel-eslint": "^10.1.0",
"core-js": "^3.6.5",
"eslint": "^7.2.0",
"eslint-plugin-vue": "^6.2.2",
"lint-staged": "^10.2.10",
"vue": "^2.6.11",
"vue-router": "^3.3.3",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
"root": true,
Expand Down
6,701 changes: 3,226 additions & 3,475 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 06d5d61

Please sign in to comment.