Skip to content

Commit 869c6f9

Browse files
committed
Update dependency eslint-config-next to v14.2.2
1 parent 6563f15 commit 869c6f9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
},
2828
"devDependencies": {
2929
"eslint": "9.0.0",
30-
"eslint-config-next": "14.2.1"
30+
"eslint-config-next": "14.2.2"
3131
}
3232
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,10 @@
119119
resolved "https://registry.npmjs.org/@next/env/-/env-14.1.0.tgz"
120120
integrity sha512-Py8zIo+02ht82brwwhTg36iogzFqGLPXlRGKQw5s+qP/kMNc4MAyDeEwBKDijk6zTIbegEgu8Qy7C1LboslQAw==
121121

122-
"@next/eslint-plugin-next@14.2.1":
123-
version "14.2.1"
124-
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-14.2.1.tgz#909952d05dd22bb3f6db2a308ac148be2d05c775"
125-
integrity sha512-Fp+mthEBjkn8r9qd6o4JgxKp0IDEzW0VYHD8ZC05xS5/lFNwHKuOdr2kVhWG7BQCO9L6eeepshM1Wbs2T+LgSg==
122+
"@next/eslint-plugin-next@14.2.2":
123+
version "14.2.2"
124+
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-14.2.2.tgz#1eaf592ebb961e0b093e4774b0c77298af5e2e0e"
125+
integrity sha512-q+Ec2648JtBpKiu/FSJm8HAsFXlNvioHeBCbTP12T1SGcHYwhqHULSfQgFkPgHDu3kzNp2Kem4J54bK4rPQ5SQ==
126126
dependencies:
127127
glob "10.3.10"
128128

@@ -984,12 +984,12 @@ escape-string-regexp@^4.0.0:
984984
resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz"
985985
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
986986

987-
eslint-config-next@14.2.1:
988-
version "14.2.1"
989-
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-14.2.1.tgz#b19b53ca3d10379a98bc9bf497dbea651dfcd070"
990-
integrity sha512-BgD0kPCWMlqoItRf3xe9fG0MqwObKfVch+f2ccwDpZiCJA8ghkz2wrASH+bI6nLZzGcOJOpMm1v1Q1euhfpt4Q==
987+
eslint-config-next@14.2.2:
988+
version "14.2.2"
989+
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-14.2.2.tgz#c79f935fa63859303056778b88848b2af0d052ab"
990+
integrity sha512-12/uFc0KX+wUs7EDpOUGKMXBXZJiBVGdK5/m/QgXOCg2mQ0bQWoKSWNrCeOg7Vum6Kw1d1TW453W6xh+GbHquw==
991991
dependencies:
992-
"@next/eslint-plugin-next" "14.2.1"
992+
"@next/eslint-plugin-next" "14.2.2"
993993
"@rushstack/eslint-patch" "^1.3.3"
994994
"@typescript-eslint/parser" "^5.4.2 || ^6.0.0 || 7.0.0 - 7.2.0"
995995
eslint-import-resolver-node "^0.3.6"

0 commit comments

Comments
 (0)