Skip to content

Commit

Permalink
chore(deps): pin dependencies (#18)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Dec 1, 2021
1 parent d7fe746 commit 61f94f8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
6 changes: 6 additions & 0 deletions package-lock.json

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

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"vue": "^2.5.17",
"vue-router": "^3.0.1",
"vuex": "^3.6.2"
"vue": "2.5.17",
"vue-router": "3.5.3",
"vuex": "3.6.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.15",
"@vue/cli-plugin-eslint": "^3.0.1",
"@vue/cli-service": "^3.0.1",
"@vue/eslint-config-prettier": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^6.2.2",
"vue-template-compiler": "^2.5.17"
"@vue/cli-plugin-babel": "4.5.15",
"@vue/cli-plugin-eslint": "3.1.4",
"@vue/cli-service": "3.1.2",
"@vue/eslint-config-prettier": "4.0.0",
"babel-eslint": "10.0.1",
"eslint": "6.8.0",
"eslint-plugin-vue": "6.2.2",
"vue-template-compiler": "2.5.17"
}
}

0 comments on commit 61f94f8

Please # to comment.