Skip to content

Commit

Permalink
chore(deps): upgrade example dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eggsy committed May 27, 2021
1 parent 79683ff commit b89e4d1
Show file tree
Hide file tree
Showing 2 changed files with 254 additions and 259 deletions.
10 changes: 5 additions & 5 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"build": "vue-cli-service build"
},
"dependencies": {
"core-js": "^3.6.5",
"vue": "^2.6.11"
"core-js": "^3.13.0",
"vue": "^2.6.12"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"vue-template-compiler": "^2.6.11"
"@vue/cli-plugin-babel": "~4.5.13",
"@vue/cli-service": "~4.5.13",
"vue-template-compiler": "^2.6.12"
},
"browserslist": [
"> 1%",
Expand Down
Loading

0 comments on commit b89e4d1

Please sign in to comment.