Skip to content

Commit bfc472c

Browse files
committed
Update Test & linting packages
1 parent 5c678ba commit bfc472c

File tree

2 files changed

+15
-21
lines changed

2 files changed

+15
-21
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
},
3434
"devDependencies": {
3535
"babel-eslint": "10.1.0",
36-
"eslint": "8.24.0",
36+
"eslint": "8.25.0",
3737
"eslint-plugin-ghost": "2.16.0",
38-
"eslint-plugin-react": "7.31.8"
38+
"eslint-plugin-react": "7.31.10"
3939
},
4040
"dependencies": {
4141
"@tryghost/helpers": "1.1.74",

yarn.lock

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,10 +1102,10 @@
11021102
minimatch "^3.0.4"
11031103
strip-json-comments "^3.1.1"
11041104

1105-
"@eslint/eslintrc@^1.3.2":
1106-
version "1.3.2"
1107-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.2.tgz#58b69582f3b7271d8fa67fe5251767a5b38ea356"
1108-
integrity sha512-AXYd23w1S/bv3fTs3Lz0vjiYemS08jWkI3hYyS9I1ry+0f+Yjs1wm+sU0BS8qDOPrBIkp4qHYC16I8uVtpLajQ==
1105+
"@eslint/eslintrc@^1.3.3":
1106+
version "1.3.3"
1107+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.3.tgz#2b044ab39fdfa75b4688184f9e573ce3c5b0ff95"
1108+
integrity sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==
11091109
dependencies:
11101110
ajv "^6.12.4"
11111111
debug "^4.3.2"
@@ -1507,11 +1507,6 @@
15071507
debug "^4.1.1"
15081508
minimatch "^3.0.4"
15091509

1510-
"@humanwhocodes/gitignore-to-minimatch@^1.0.2":
1511-
version "1.0.2"
1512-
resolved "https://registry.yarnpkg.com/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz#316b0a63b91c10e53f242efb4ace5c3b34e8728d"
1513-
integrity sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==
1514-
15151510
"@humanwhocodes/module-importer@^1.0.1":
15161511
version "1.0.1"
15171512
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
@@ -5355,10 +5350,10 @@ eslint-plugin-react-hooks@^4.5.0:
53555350
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
53565351
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
53575352

5358-
[email protected].8, eslint-plugin-react@^7.29.4:
5359-
version "7.31.8"
5360-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.8.tgz#3a4f80c10be1bcbc8197be9e8b641b2a3ef219bf"
5361-
integrity sha512-5lBTZmgQmARLLSYiwI71tiGVTLUuqXantZM6vlSY39OaDSV0M7+32K5DnLkmFrwTe+Ksz0ffuLUC91RUviVZfw==
5353+
[email protected].10, eslint-plugin-react@^7.29.4:
5354+
version "7.31.10"
5355+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.10.tgz#6782c2c7fe91c09e715d536067644bbb9491419a"
5356+
integrity sha512-e4N/nc6AAlg4UKW/mXeYWd3R++qUano5/o+t+wnWxIf+bLsOaH3a4q74kX3nDjYym3VBN4HyO9nEn1GcAqgQOA==
53625357
dependencies:
53635358
array-includes "^3.1.5"
53645359
array.prototype.flatmap "^1.3.0"
@@ -5457,14 +5452,13 @@ eslint-webpack-plugin@^2.6.0:
54575452
normalize-path "^3.0.0"
54585453
schema-utils "^3.1.1"
54595454

5460-
eslint@8.24.0:
5461-
version "8.24.0"
5462-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.24.0.tgz#489516c927a5da11b3979dbfb2679394523383c8"
5463-
integrity sha512-dWFaPhGhTAiPcCgm3f6LI2MBWbogMnTJzFBbhXVRQDJPkr9pGZvVjlVfXd+vyDcWPA2Ic9L2AXPIQM0+vk/cSQ==
5455+
eslint@8.25.0:
5456+
version "8.25.0"
5457+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.25.0.tgz#00eb962f50962165d0c4ee3327708315eaa8058b"
5458+
integrity sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==
54645459
dependencies:
5465-
"@eslint/eslintrc" "^1.3.2"
5460+
"@eslint/eslintrc" "^1.3.3"
54665461
"@humanwhocodes/config-array" "^0.10.5"
5467-
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
54685462
"@humanwhocodes/module-importer" "^1.0.1"
54695463
ajv "^6.10.0"
54705464
chalk "^4.0.0"

0 commit comments

Comments
 (0)