Skip to content

Commit

Permalink
fix(deps): bump the typescript group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the typescript group with 3 updates: [typescript](https://github.com/Microsoft/TypeScript), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).


Updates `typescript` from 5.0.4 to 5.2.2
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.0.4...v5.2.2)

Updates `@typescript-eslint/eslint-plugin` from 5.59.2 to 6.7.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.2/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 5.59.2 to 6.7.2
- [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.2/packages/parser)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 25, 2023
1 parent 51c24a0 commit 8906365
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 147 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react-dom": "17.0.2",
"styled-components": "^5.3.9",
"tslib": "^2.6.2",
"typescript": "5.0.4",
"typescript": "5.2.2",
"zod": "^3.22.2"
},
"devDependencies": {
Expand All @@ -49,8 +49,8 @@
"@types/react-dom": "^17.0.11",
"@types/react-test-renderer": "^17.0.0",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"esbuild-jest": "^0.5.0",
"eslint": "8.49.0",
"eslint-config-prettier": "8.8.0",
Expand Down
Loading

0 comments on commit 8906365

Please sign in to comment.