Skip to content

Commit

Permalink
Merge pull request #17 from branch 'chore/update-deps'
Browse files Browse the repository at this point in the history
Updating to latest versions of dependencies
  • Loading branch information
juliolmuller authored Aug 3, 2022
2 parents 30baba8 + 0eeb279 commit e4cc8b3
Show file tree
Hide file tree
Showing 2 changed files with 2,353 additions and 2,302 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "estante-virtual",
"version": "1.1.0",
"version": "1.1.1",
"private": true,
"license": "MIT",
"author": "Julio L. Muller",
Expand All @@ -15,31 +15,31 @@
"heroku-postbuild": "echo Skipping 'npm run build'"
},
"dependencies": {
"axios": "~0.26.0",
"bootstrap": "^5.1.3",
"axios": "~0.27.2",
"bootstrap": "~5.1.3",
"json-server": "~0.17.0",
"pinia": "^2.0.11",
"vue": "^3.2.31",
"vue-router": "^4.0.12"
"pinia": "^2.0.17",
"vue": "^3.2.37",
"vue-router": "^4.1.3"
},
"devDependencies": {
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"@vue/cli-plugin-babel": "^5.0.1",
"@vue/cli-plugin-eslint": "^5.0.1",
"@vue/cli-plugin-router": "^5.0.1",
"@vue/cli-plugin-typescript": "^5.0.1",
"@vue/cli-service": "^5.0.1",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-router": "^5.0.8",
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/eslint-config-typescript": "^10.0.0",
"commitizen": "^4.2.4",
"core-js": "^3.21.1",
"commitizen": "^4.2.5",
"core-js": "^3.24.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.32.0",
"eslint-config-lacussoft": "^2.3.0",
"husky": "^7.0.4",
"lint-staged": "^12.3.4",
"sass": "^1.49.8",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"sass": "^1.54.1",
"sass-loader": "^12.6.0",
"typescript": "~4.5.5"
"typescript": "~4.7.4"
}
}
Loading

1 comment on commit e4cc8b3

@vercel
Copy link

@vercel vercel bot commented on e4cc8b3 Aug 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.