Skip to content

Commit e055da5

Browse files
committed
Update dependency eslint-config-next to v12.0.10
1 parent 74f72f7 commit e055da5

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@types/react": "17.0.38",
3030
"@typescript-eslint/eslint-plugin": "5.9.0",
3131
"eslint": "8.6.0",
32-
"eslint-config-next": "12.0.7",
32+
"eslint-config-next": "12.0.10",
3333
"eslint-config-prettier": "8.3.0",
3434
"eslint-plugin-import": "2.25.4",
3535
"eslint-plugin-prettier": "4.0.0",

Diff for: yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -993,10 +993,10 @@
993993
resolved "https://registry.yarnpkg.com/@next/env/-/env-12.0.7.tgz#316f7bd1b6b69f554d2676cfc91a16bc7e32ee79"
994994
integrity sha512-TNDqBV37wd95SiNdZsSUq8gnnrTwr+aN9wqy4Zxrxw4bC/jCHNsbK94DxjkG99VL30VCRXXDBTA1/Wa2jIpF9Q==
995995

996-
"@next/eslint-plugin-next@12.0.7":
997-
version "12.0.7"
998-
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-12.0.7.tgz#2c71bb66b8f8ff1080086342113406aa3156976f"
999-
integrity sha512-xk7eMjw4+roWWR/0ETIoToCNs2wdvCGgQUiUO390Rj33/82yxZsh+ODRSaFWkiKp8zHWQN5GCW+U5pfjt/gyQg==
996+
"@next/eslint-plugin-next@12.0.10":
997+
version "12.0.10"
998+
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-12.0.10.tgz#521ab5d05a89e818528668df8a3edb8f9df2c547"
999+
integrity sha512-PbGRnV5HGSfRGLjf8uTh1MaWgLwnjKjWiGVjK752ifITJbZ28/5AmLAFT2shDYeux8BHgpgVll5QXu7GN3YLFw==
10001000
dependencies:
10011001
glob "7.1.7"
10021002

@@ -2327,12 +2327,12 @@ escape-string-regexp@^4.0.0:
23272327
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
23282328
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
23292329

2330-
eslint-config-next@12.0.7:
2331-
version "12.0.7"
2332-
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-12.0.7.tgz#985f06c3d749673f6b4b214db6b9321da1bf0b5f"
2333-
integrity sha512-kWOaym5qjyzR190zFKkZMaHetmiRORmzJiKML7Kr9CL213S6SwkrHHCEL58TRdpx0NA+HzrsFR9zgcV2pvV2Yg==
2330+
eslint-config-next@12.0.10:
2331+
version "12.0.10"
2332+
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-12.0.10.tgz#f201f8f4514018f7ef46f454f56b81cf5c790379"
2333+
integrity sha512-l1er6mwSo1bltjLwmd71p5BdT6k/NQxV1n4lKZI6xt3MDMrq7ChUBr+EecxOry8GC/rCRUtPpH8Ygs0BJc5YLg==
23342334
dependencies:
2335-
"@next/eslint-plugin-next" "12.0.7"
2335+
"@next/eslint-plugin-next" "12.0.10"
23362336
"@rushstack/eslint-patch" "^1.0.8"
23372337
"@typescript-eslint/parser" "^5.0.0"
23382338
eslint-import-resolver-node "^0.3.4"

0 commit comments

Comments
 (0)