Skip to content

Commit

Permalink
Update sample to use new lib versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
soukoku committed Oct 14, 2020
1 parent 0d03192 commit d98a0bf
Show file tree
Hide file tree
Showing 2 changed files with 2,389 additions and 2,191 deletions.
16 changes: 8 additions & 8 deletions sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"build": "vue-cli-service build"
},
"dependencies": {
"vue-oidc-client": "^0.4.1"
"vue-oidc-client": "^0.4.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"@vue/cli-plugin-babel": "^4.5.7",
"@vue/cli-plugin-eslint": "^4.5.7",
"@vue/cli-service": "^4.5.7",
"babel-polyfill": "^6.26.0",
"lint-staged": "^8.2.1",
"vue": "^2.6.10",
"vue-router": "^3.0.6",
"vue-template-compiler": "^2.6.10"
"lint-staged": "^10.4.0",
"vue": "^2.6.12",
"vue-router": "^3.4.6",
"vue-template-compiler": "^2.6.12"
},
"eslintConfig": {
"root": true,
Expand Down
Loading

0 comments on commit d98a0bf

Please sign in to comment.