0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00

Pinned eslint related dependencies

This commit is contained in:
Kevin Ansfield 2022-08-03 11:38:33 +01:00
parent ce9d2577ca
commit 4a15083453
2 changed files with 6 additions and 6 deletions

View file

@ -51,7 +51,7 @@
"@tryghost/string": "0.1.26",
"@tryghost/timezone-data": "0.2.70",
"autoprefixer": "9.8.6",
"babel-eslint": "^10.1.0",
"babel-eslint": "10.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-react-jsx": "^6.24.1",
"broccoli-asset-rev": "3.0.0",
@ -122,9 +122,9 @@
"ember-truth-helpers": "3.1.1",
"emberx-file-input": "1.2.1",
"eslint": "8.21.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-ghost": "2.12.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react": "7.30.1",
"faker": "5.5.3",
"fs-extra": "10.1.0",
"glob": "8.0.3",

View file

@ -3207,7 +3207,7 @@ babel-core@^6.26.0, babel-core@^6.26.3:
slash "^1.0.0"
source-map "^0.5.7"
babel-eslint@^10.1.0:
babel-eslint@10.1.0:
version "10.1.0"
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.1.0.tgz#6968e568a910b78fb3779cdd8b6ac2f479943232"
integrity sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==
@ -8034,7 +8034,7 @@ escodegen@^2.0.0:
optionalDependencies:
source-map "~0.6.1"
eslint-plugin-babel@^5.3.1:
eslint-plugin-babel@5.3.1:
version "5.3.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-babel/-/eslint-plugin-babel-5.3.1.tgz#75a2413ffbf17e7be57458301c60291f2cfbf560"
integrity sha512-VsQEr6NH3dj664+EyxJwO4FCYm/00JhYb3Sk3ft8o+fpKuIfQ9TaW6uVUfvwMXHcf/lsnRIoyFPsLMyiWCSL/g==
@ -8106,7 +8106,7 @@ eslint-plugin-node@11.1.0:
resolve "^1.10.1"
semver "^6.1.0"
eslint-plugin-react@^7.30.1:
eslint-plugin-react@7.30.1:
version "7.30.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.30.1.tgz#2be4ab23ce09b5949c6631413ba64b2810fd3e22"
integrity sha512-NbEvI9jtqO46yJA3wcRF9Mo0lF9T/jhdHqhCHXiXtD+Zcb98812wvokjWpU7Q4QH5edo6dmqrukxVvWWXHlsUg==