Skip to content

Commit f8306a6

Browse files
committed
Update Test & linting packages
1 parent e2546db commit f8306a6

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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.32.0",
36+
"eslint": "8.33.0",
3737
"eslint-plugin-ghost": "2.16.0",
38-
"eslint-plugin-react": "7.32.1"
38+
"eslint-plugin-react": "7.32.2"
3939
},
4040
"dependencies": {
4141
"@tryghost/helpers": "1.1.75",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5362,10 +5362,10 @@ eslint-plugin-react-hooks@^4.5.0:
53625362
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
53635363
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
53645364

5365-
[email protected].1, eslint-plugin-react@^7.29.4:
5366-
version "7.32.1"
5367-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.32.1.tgz#88cdeb4065da8ca0b64e1274404f53a0f9890200"
5368-
integrity sha512-vOjdgyd0ZHBXNsmvU+785xY8Bfe57EFbTYYk8XrROzWpr9QBvpjITvAXt9xqcE6+8cjR/g1+mfumPToxsl1www==
5365+
[email protected].2, eslint-plugin-react@^7.29.4:
5366+
version "7.32.2"
5367+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.32.2.tgz#e71f21c7c265ebce01bcbc9d0955170c55571f10"
5368+
integrity sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==
53695369
dependencies:
53705370
array-includes "^3.1.6"
53715371
array.prototype.flatmap "^1.3.1"
@@ -5465,10 +5465,10 @@ eslint-webpack-plugin@^2.6.0:
54655465
normalize-path "^3.0.0"
54665466
schema-utils "^3.1.1"
54675467

5468-
eslint@8.32.0:
5469-
version "8.32.0"
5470-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.32.0.tgz#d9690056bb6f1a302bd991e7090f5b68fbaea861"
5471-
integrity sha512-nETVXpnthqKPFyuY2FNjz/bEd6nbosRgKbkgS/y1C7LJop96gYHWpiguLecMHQ2XCPxn77DS0P+68WzG6vkZSQ==
5468+
eslint@8.33.0:
5469+
version "8.33.0"
5470+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.33.0.tgz#02f110f32998cb598c6461f24f4d306e41ca33d7"
5471+
integrity sha512-WjOpFQgKK8VrCnAtl8We0SUOy/oVZ5NHykyMiagV1M9r8IFpIJX7DduK6n1mpfhlG7T1NLWm2SuD8QB7KFySaA==
54725472
dependencies:
54735473
"@eslint/eslintrc" "^1.4.1"
54745474
"@humanwhocodes/config-array" "^0.11.8"

0 commit comments

Comments
 (0)