Skip to content

Commit

Permalink
chore(deps-dev): bump @typescript-eslint/parser from 6.4.1 to 6.7.5
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 6.4.1 to 6.7.5.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.5/packages/parser)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent 7016730 commit 8759dd4
Show file tree
Hide file tree
Showing 6 changed files with 113 additions and 71 deletions.
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"@types/twig": "1.12.13",
"@types/wcag-contrast": "3.0.1",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"@typescript-eslint/parser": "6.7.5",
"autoprefixer": "10.4.16",
"clean-css": "5.3.2",
"color-convert": "2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@a11y-ui/core": "1.0.7",
"@types/node": "ts5.1",
"@typescript-eslint/eslint-plugin": "6.4.1",
"@typescript-eslint/parser": "6.4.1",
"@typescript-eslint/parser": "6.7.5",
"eslint": "8.47.0",
"eslint-plugin-no-loops": "0.3.0",
"prettier": "3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"devDependencies": {
"@types/node": "ts5.1",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"@typescript-eslint/parser": "6.7.5",
"eslint": "8.50.0",
"eslint-plugin-no-loops": "0.3.0",
"typescript": "5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@public-ui/schema": "1.7.1",
"@types/node": "ts5.1",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"@typescript-eslint/parser": "6.7.5",
"eslint": "8.50.0",
"eslint-plugin-no-loops": "0.3.0",
"nodemon": "3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/kolibri-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/gradient-string": "1.1.3",
"@types/node": "20.8.0",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"@typescript-eslint/parser": "6.7.5",
"cpy-cli": "5.0.0",
"depcheck": "1.4.6",
"eslint": "8.50.0",
Expand Down
Loading

0 comments on commit 8759dd4

Please sign in to comment.