Skip to content

Commit

Permalink
build(deps-dev): Bump @typescript-eslint/parser in /frontend
Browse files Browse the repository at this point in the history
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.31.0 to 4.31.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.31.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 20, 2021
1 parent 54039ac commit 5e08efa
Show file tree
Hide file tree
Showing 2 changed files with 196 additions and 22 deletions.
214 changes: 194 additions & 20 deletions frontend/package-lock.json

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

4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@quasar/extras": "^1.10.12",
"axios": "^0.21.4",
"core-js": "^3.17.3",
"core-js": "^3.18.0",
"quasar": "^2.0.4",
"vue-class-component": "^8.0.0-rc.1"
},
Expand All @@ -24,7 +24,7 @@
"@quasar/app": "^3.1.0",
"@types/node": "^16.9.1",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"@typescript-eslint/parser": "^4.31.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-vue": "^7.17.0"
Expand Down

0 comments on commit 5e08efa

Please sign in to comment.