Skip to content

Commit cce9eb1

Browse files
Bump @typescript-eslint/parser from 6.18.1 to 6.20.0 (#174)
* Bump @typescript-eslint/parser from 6.18.1 to 6.20.0 Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.18.1 to 6.20.0. - [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.20.0/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> * updates --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: vvillait88 <vvillait88@yahoo.com>
1 parent d8c4ae7 commit cce9eb1

File tree

6 files changed

+544
-610
lines changed

6 files changed

+544
-610
lines changed

example/README.md

Lines changed: 0 additions & 70 deletions
This file was deleted.

example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@testing-library/jest-dom": "^6.2.0",
7-
"@testing-library/react": "^14.1.2",
6+
"@testing-library/jest-dom": "^6.4.1",
7+
"@testing-library/react": "^14.2.0",
88
"@testing-library/user-event": "^14.5.2",
99
"react": "^18.2.0",
1010
"react-dom": "^18.2.0",
1111
"react-scripts": "5.0.1",
12-
"web-vitals": "^3.5.1",
12+
"web-vitals": "^3.5.2",
1313
"pdl-react-autocomplete": "*"
1414
},
1515
"scripts": {

0 commit comments

Comments
 (0)