Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit ceab9a2

Browse files
Bump eslint-config-standard-with-typescript from 38.0.0 to 39.1.0
Bumps [eslint-config-standard-with-typescript](https://github.com/standard/eslint-config-standard-with-typescript) from 38.0.0 to 39.1.0. - [Release notes](https://github.com/standard/eslint-config-standard-with-typescript/releases) - [Changelog](https://github.com/standard/eslint-config-standard-with-typescript/blob/master/CHANGELOG.md) - [Commits](mightyiam/eslint-config-love@v38.0.0...v39.1.0) --- updated-dependencies: - dependency-name: eslint-config-standard-with-typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6034b51 commit ceab9a2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"eslint": "^8.45.0",
3333
"eslint-config-airbnb": "^19.0.4",
3434
"eslint-config-airbnb-typescript": "^17.1.0",
35-
"eslint-config-standard-with-typescript": "^38.0.0",
35+
"eslint-config-standard-with-typescript": "^39.1.0",
3636
"eslint-plugin-import": "^2.25.2",
3737
"eslint-plugin-jsx-a11y": "^6.5.1",
3838
"eslint-plugin-n": "^16.0.2",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@
660660
semver "^7.5.4"
661661
ts-api-utils "^1.0.1"
662662

663-
"@typescript-eslint/parser@^6.0.0", "@typescript-eslint/parser@^6.1.0":
663+
"@typescript-eslint/parser@^6.0.0", "@typescript-eslint/parser@^6.4.0":
664664
version "6.7.4"
665665
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.7.4.tgz#23d1dd4fe5d295c7fa2ab651f5406cd9ad0bd435"
666666
integrity sha512-I5zVZFY+cw4IMZUeNCU7Sh2PO5O57F7Lr0uyhgCJmhN/BuTlnc55KxPonR4+EM3GBdfiCyGZye6DgMjtubQkmA==
@@ -1359,12 +1359,12 @@ eslint-config-airbnb@^19.0.4:
13591359
object.assign "^4.1.2"
13601360
object.entries "^1.1.5"
13611361

1362-
eslint-config-standard-with-typescript@^38.0.0:
1363-
version "38.1.0"
1364-
resolved "https://registry.yarnpkg.com/eslint-config-standard-with-typescript/-/eslint-config-standard-with-typescript-38.1.0.tgz#26e981539db7fcd4728caf88694ffc9e24a3e0cc"
1365-
integrity sha512-sdgN8Gf7BMVhVKlY7/mB426yO/MozU1zV7TKnh0z1wIoPq4lD0CHQ+b/UkgqKfiZ4Io0j3xIY1j+lHhVXQck0g==
1362+
eslint-config-standard-with-typescript@^39.1.0:
1363+
version "39.1.0"
1364+
resolved "https://registry.yarnpkg.com/eslint-config-standard-with-typescript/-/eslint-config-standard-with-typescript-39.1.0.tgz#7a6a5a1b31eced3027edf0d729bae5784d9bda33"
1365+
integrity sha512-5+SPKis3yr6T1X6wSA7HhDuumTRMrTDMcsTrIWhdZuI+sX3e8SPGZYzuJxVxdc239Yo718dEVEVyJhHI6jUjrQ==
13661366
dependencies:
1367-
"@typescript-eslint/parser" "^6.1.0"
1367+
"@typescript-eslint/parser" "^6.4.0"
13681368
eslint-config-standard "17.1.0"
13691369

13701370
eslint-config-standard@17.1.0:

0 commit comments

Comments
 (0)