Skip to content

Commit 5350816

Browse files
Update Test & linting packages
1 parent 463f390 commit 5350816

File tree

5 files changed

+147
-170
lines changed

5 files changed

+147
-170
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"main": "git checkout main && git pull ${GHOST_UPSTREAM:-origin} main && yarn"
2323
},
2424
"devDependencies": {
25-
"eslint": "8.56.0",
25+
"eslint": "9.2.0",
2626
"eslint-plugin-ghost": "3.4.0",
2727
"husky": "8.0.3",
2828
"lerna": "8.0.2",

packages/kg-simplemde/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"browserify": "17.0.0",
2828
"debug": "*",
29-
"eslint": "8.56.0",
29+
"eslint": "9.2.0",
3030
"gulp": "*",
3131
"gulp-clean-css": "4.3.0",
3232
"gulp-concat": "*",

packages/kg-unsplash-selector/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@vitest/coverage-v8": "1.3.1",
4343
"autoprefixer": "10.4.18",
4444
"concurrently": "8.2.2",
45-
"eslint": "8.56.0",
45+
"eslint": "9.2.0",
4646
"eslint-plugin-react-hooks": "4.6.0",
4747
"eslint-plugin-react-refresh": "0.4.5",
4848
"eslint-plugin-tailwindcss": "3.14.3",

packages/koenig-lexical/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@storybook/react-vite": "7.6.9",
7373
"@storybook/test-runner": "^0.16.0",
7474
"@testing-library/jest-dom": "6.2.0",
75-
"@testing-library/react": "14.1.2",
75+
"@testing-library/react": "15.0.7",
7676
"@tryghost/color-utils": "^0.2.0",
7777
"@tryghost/helpers": "^1.1.81",
7878
"@tryghost/kg-clean-basic-html": "^4.0.4",
@@ -98,7 +98,7 @@
9898
"dotenv": "^16.3.1",
9999
"emoji-mart": "^5.5.2",
100100
"eslint-config-react-app": "7.0.1",
101-
"eslint-plugin-jest": "27.6.3",
101+
"eslint-plugin-jest": "28.5.0",
102102
"eslint-plugin-react": "^7.32.2",
103103
"eslint-plugin-storybook": "^0.6.12",
104104
"eslint-plugin-tailwindcss": "3.14.0",

0 commit comments

Comments
 (0)