Skip to content

Commit e2546db

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

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.31.0",
36+
"eslint": "8.32.0",
3737
"eslint-plugin-ghost": "2.16.0",
38-
"eslint-plugin-react": "7.32.0"
38+
"eslint-plugin-react": "7.32.1"
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].0, eslint-plugin-react@^7.29.4:
5366-
version "7.32.0"
5367-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.32.0.tgz#d80f794a638c5770f952ba2ae793f0a516be7c09"
5368-
integrity sha512-vSBi1+SrPiLZCGvxpiZIa28fMEUaMjXtCplrvxcIxGzmFiYdsXQDwInEjuv5/i/2CTTxbkS87tE8lsQ0Qxinbw==
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==
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.31.0:
5469-
version "8.31.0"
5470-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.31.0.tgz#75028e77cbcff102a9feae1d718135931532d524"
5471-
integrity sha512-0tQQEVdmPZ1UtUKXjX7EMm9BlgJ08G90IhWh0PKDCb3ZLsgAOHI8fYSIzYVZej92zsgq+ft0FGsxhJ3xo2tbuA==
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==
54725472
dependencies:
54735473
"@eslint/eslintrc" "^1.4.1"
54745474
"@humanwhocodes/config-array" "^0.11.8"

0 commit comments

Comments
 (0)