Skip to content

Commit

Permalink
Update Test & linting packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 14, 2024
1 parent 463f390 commit 5350816
Show file tree
Hide file tree
Showing 5 changed files with 147 additions and 170 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"main": "git checkout main && git pull ${GHOST_UPSTREAM:-origin} main && yarn"
},
"devDependencies": {
"eslint": "8.56.0",
"eslint": "9.2.0",
"eslint-plugin-ghost": "3.4.0",
"husky": "8.0.3",
"lerna": "8.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/kg-simplemde/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"browserify": "17.0.0",
"debug": "*",
"eslint": "8.56.0",
"eslint": "9.2.0",
"gulp": "*",
"gulp-clean-css": "4.3.0",
"gulp-concat": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/kg-unsplash-selector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@vitest/coverage-v8": "1.3.1",
"autoprefixer": "10.4.18",
"concurrently": "8.2.2",
"eslint": "8.56.0",
"eslint": "9.2.0",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-refresh": "0.4.5",
"eslint-plugin-tailwindcss": "3.14.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/koenig-lexical/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@storybook/react-vite": "7.6.9",
"@storybook/test-runner": "^0.16.0",
"@testing-library/jest-dom": "6.2.0",
"@testing-library/react": "14.1.2",
"@testing-library/react": "15.0.7",
"@tryghost/color-utils": "^0.2.0",
"@tryghost/helpers": "^1.1.81",
"@tryghost/kg-clean-basic-html": "^4.0.4",
Expand All @@ -98,7 +98,7 @@
"dotenv": "^16.3.1",
"emoji-mart": "^5.5.2",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-jest": "27.6.3",
"eslint-plugin-jest": "28.5.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-storybook": "^0.6.12",
"eslint-plugin-tailwindcss": "3.14.0",
Expand Down
Loading

0 comments on commit 5350816

Please sign in to comment.