-
Notifications
You must be signed in to change notification settings - Fork 251
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps-dev): bump typescript from 5.2.2 to 5.5.2 (#3937)
* build(deps-dev): bump typescript from 5.2.2 to 5.5.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.5.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.2.2...v5.5.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * upgrade yarn * format * update ts-eslint parser * remove plugin line * update node * try adding eslint * revert --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nathaniel Caza <[email protected]>
- Loading branch information
1 parent
58b2b8b
commit 1c7f83b
Showing
7 changed files
with
7,735 additions
and
7,769 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,8 +71,8 @@ | |
"@types/react-dom": "18.2.22", | ||
"@types/react-transition-group": "4.4.10", | ||
"@types/react-virtualized-auto-sizer": "1.0.4", | ||
"@typescript-eslint/eslint-plugin": "7.11.0", | ||
"@typescript-eslint/parser": "6.21.0", | ||
"@typescript-eslint/eslint-plugin": "7.15.0", | ||
"@typescript-eslint/parser": "7.15.0", | ||
"@urql/exchange-retry": "1.2.1", | ||
"bowser": "2.11.0", | ||
"chance": "1.1.11", | ||
|
@@ -136,13 +136,13 @@ | |
"storybook-addon-mock": "4.3.0", | ||
"stylelint": "16.2.1", | ||
"stylelint-config-standard": "36.0.0", | ||
"typescript": "5.2.2", | ||
"typescript": "5.5.2", | ||
"urql": "4.0.6", | ||
"vite": "5.1.7", | ||
"wonka": "6.3.4", | ||
"wouter": "2.12.1" | ||
}, | ||
"packageManager": "yarn@3.6.3", | ||
"packageManager": "yarn@4.3.1", | ||
"dependenciesMeta": { | ||
"[email protected]": { | ||
"unplugged": true | ||
|
Oops, something went wrong.