Deduplicated eslint and eslint-plugin-ghost to top-level package.json

refs https://github.com/TryGhost/DevOps/issues/50

- this deduplicates where we define the version of `eslint` and
  `eslint-plugin-ghost` so it's easier to maintain
This commit is contained in:
Daniel Lockyer 2023-07-24 14:25:05 +02:00 committed by Daniel Lockyer
parent 532a7cf6e3
commit d0f9c8cf0c
9 changed files with 2 additions and 12 deletions

View File

@ -72,9 +72,7 @@
"@vitejs/plugin-react": "4.0.3",
"autoprefixer": "10.4.14",
"concurrently": "8.2.0",
"eslint": "8.44.0",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-ghost": "3.2.0",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-refresh": "0.4.3",
"eslint-plugin-tailwindcss": "3.13.0",

View File

@ -79,7 +79,6 @@
"chalk": "4.1.2",
"chokidar": "3.5.3",
"copy-webpack-plugin": "11.0.0",
"eslint-plugin-ghost": "3.2.0",
"minimist": "1.2.8",
"nock": "13.3.1",
"postcss": "8.4.27",

View File

@ -69,8 +69,6 @@
"autoprefixer": "10.4.14",
"bson-objectid": "2.0.4",
"concurrently": "8.2.0",
"eslint": "8.44.0",
"eslint-plugin-ghost": "3.2.0",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-refresh": "0.4.3",
"eslint-plugin-tailwindcss": "3.13.0",

View File

@ -73,7 +73,6 @@
"@vitest/ui": "0.33.0",
"concurrently": "8.2.0",
"cross-fetch": "4.0.0",
"eslint": "8.44.0",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-i18next": "^6.0.1",
"jsdom": "22.1.0",

View File

@ -56,9 +56,7 @@
"@vitejs/plugin-react": "4.0.3",
"autoprefixer": "10.4.14",
"concurrently": "8.2.0",
"eslint": "8.44.0",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-ghost": "3.2.0",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-refresh": "0.4.3",
"eslint-plugin-tailwindcss": "3.13.0",

View File

@ -81,7 +81,6 @@
"chalk": "4.1.2",
"chokidar": "3.5.3",
"copy-webpack-plugin": "11.0.0",
"eslint-plugin-ghost": "3.2.0",
"minimist": "1.2.8",
"nock": "13.3.1",
"ora": "5.4.1",

View File

@ -121,7 +121,6 @@
"ember-tooltips": "3.6.0",
"ember-truth-helpers": "3.1.1",
"ember-websockets": "10.2.1",
"eslint": "8.44.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-react": "7.32.2",
"faker": "5.5.3",
@ -184,4 +183,4 @@
"path-browserify": "1.0.1",
"webpack": "5.88.2"
}
}
}

View File

@ -234,7 +234,6 @@
"c8": "7.14.0",
"cli-progress": "3.12.0",
"cssnano": "6.0.1",
"eslint": "8.44.0",
"expect": "29.3.1",
"form-data": "4.0.0",
"inquirer": "8.2.5",

View File

@ -121,6 +121,7 @@
},
"devDependencies": {
"concurrently": "8.2.0",
"eslint": "8.44.0",
"eslint-plugin-ghost": "3.2.0",
"husky": "8.0.3",
"lint-staged": "13.2.3",