Skip to content

Commit 0a984e8

Browse files
chore(deps): update dependency @next/eslint-plugin-next to v15
1 parent be55022 commit 0a984e8

File tree

2 files changed

+17
-18
lines changed

2 files changed

+17
-18
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"react-dom": "17.0.2"
1414
},
1515
"devDependencies": {
16-
"@next/eslint-plugin-next": "^12.0.9",
16+
"@next/eslint-plugin-next": "^15.0.0",
1717
"@types/node": "^17.0.13",
1818
"@types/react": "^17.0.38",
1919
"@typescript-eslint/eslint-plugin": "^5.10.2",

yarn.lock

+16-17
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
resolved "https://registry.yarnpkg.com/@next/env/-/env-12.3.4.tgz#c787837d36fcad75d72ff8df6b57482027d64a47"
3737
integrity sha512-H/69Lc5Q02dq3o+dxxy5O/oNxFsZpdL6WREtOOtOM1B/weonIwDXkekr1KV5DPVPr12IHFPrMrcJQ6bgPMfn7A==
3838

39-
"@next/eslint-plugin-next@^12.0.9":
40-
version "12.0.9"
41-
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-12.0.9.tgz#86edc490141fe3495765224d6cc25be158881802"
42-
integrity sha512-Pi7eV7Omt4wkY1UI9Kvv3KQLvAkmWKb5EHePCE1fyR+LeYmKCNYtjVst3QTDkNeULbpPwnDqIISWu+x2y5G9EA==
39+
"@next/eslint-plugin-next@^15.0.0":
40+
version "15.0.0"
41+
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-15.0.0.tgz#d83baeb4bd319af7e89c309dff961acdcc1c3223"
42+
integrity sha512-UG/Gnsq6Sc4wRhO9qk+vc/2v4OfRXH7GEH6/TGlNF5eU/vI9PIO7q+kgd65X2DxJ+qIpHWpzWwlPLmqMi1FE9A==
4343
dependencies:
44-
glob "7.1.7"
44+
fast-glob "3.3.1"
4545

4646
4747
version "12.3.4"
@@ -668,6 +668,17 @@ fast-diff@^1.1.2:
668668
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
669669
integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
670670

671+
672+
version "3.3.1"
673+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.1.tgz#784b4e897340f3dbbef17413b3f11acf03c874c4"
674+
integrity sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==
675+
dependencies:
676+
"@nodelib/fs.stat" "^2.0.2"
677+
"@nodelib/fs.walk" "^1.2.3"
678+
glob-parent "^5.1.2"
679+
merge2 "^1.3.0"
680+
micromatch "^4.0.4"
681+
671682
fast-glob@^3.2.9:
672683
version "3.2.11"
673684
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
@@ -769,18 +780,6 @@ glob-parent@^6.0.1:
769780
dependencies:
770781
is-glob "^4.0.3"
771782

772-
773-
version "7.1.7"
774-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
775-
integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
776-
dependencies:
777-
fs.realpath "^1.0.0"
778-
inflight "^1.0.4"
779-
inherits "2"
780-
minimatch "^3.0.4"
781-
once "^1.3.0"
782-
path-is-absolute "^1.0.0"
783-
784783
glob@^7.1.3:
785784
version "7.1.6"
786785
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"

0 commit comments

Comments
 (0)