Skip to content

Commit

Permalink
sloppy commit message: upgrade axios
Browse files Browse the repository at this point in the history
  • Loading branch information
johannrichard committed Jan 6, 2023
1 parent 2c7a747 commit 3ef1720
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
"op-start": "yarn build && op run --env-file=../.env -- node dist/index.js"
},
"dependencies": {
"axios": "^1.2.2",
"axios": "1.2.2",
"luxon": "^3.2.1"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"pre-push": "build",
"pre-push": "yarn run build",
"commit-msg": "commitlint --edit"
}
},
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1543,7 +1543,7 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.2.2":
"axios@npm:1.2.2":
version: 1.2.2
resolution: "axios@npm:1.2.2"
dependencies:
Expand Down Expand Up @@ -4803,7 +4803,7 @@ __metadata:
"@types/luxon": ^3.2.0
"@typescript-eslint/eslint-plugin": ^5.48.0
"@typescript-eslint/parser": ^5.48.0
axios: ^1.2.2
axios: 1.2.2
depcheck: ^1.4.3
eslint: ^8.31.0
eslint-config-prettier: ^8.6.0
Expand Down

0 comments on commit 3ef1720

Please sign in to comment.