Skip to content

Commit

Permalink
Merge pull request #3 from Hiliyeh/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
Pin dependencies
  • Loading branch information
Hiliyeh committed Jul 13, 2020
2 parents 27f5886 + a9e8383 commit b1b2b0a
Show file tree
Hide file tree
Showing 3 changed files with 183 additions and 77 deletions.
224 changes: 165 additions & 59 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "^3.6.4",
"vue": "^2.6.11"
"core-js": "3.6.5",
"vue": "2.6.11"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.3.0",
"@vue/cli-plugin-eslint": "~4.3.0",
"@vue/cli-service": "~4.3.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.0.0",
"eslint-plugin-vue": "^6.2.2",
"vue-template-compiler": "^2.6.11"
"@vue/cli-plugin-babel": "4.3.1",
"@vue/cli-plugin-eslint": "4.3.1",
"@vue/cli-service": "4.3.1",
"babel-eslint": "10.1.0",
"eslint": "7.0.0",
"eslint-plugin-vue": "6.2.2",
"vue-template-compiler": "2.6.11"
},
"browserslist": [
"> 1%",
Expand Down

0 comments on commit b1b2b0a

Please sign in to comment.