Skip to content

Commit

Permalink
chore(deps): update eslint j:kit-282
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-coveo[bot] authored Jan 6, 2025
1 parent b51ea24 commit 8716876
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"@types/execa": "2.0.2",
"@types/jest": "29.5.14",
"@types/node": "22.10.2",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/eslint-plugin": "8.19.0",
"@typescript-eslint/parser": "8.19.0",
"@whitespace/storybook-addon-html": "6.1.1",
"aws-sdk": "2.1692.0",
"commitizen": "4.3.1",
Expand All @@ -66,9 +66,9 @@
"esbuild": "0.24.2",
"esbuild-plugin-alias": "0.2.1",
"esbuild-plugin-umd-wrapper": "3.0.0",
"eslint": "8.57.1",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "2.15.2",
"eslint-plugin-cypress": "4.1.0",
"eslint-plugin-package-lock": "1.0.0",
"execa": "9.5.2",
"exponential-backoff": "3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/headless-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@coveo/release": "1.0.0",
"@testing-library/react": "14.3.1",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/eslint-plugin": "8.19.0",
"eslint-plugin-react": "7.37.3",
"eslint-plugin-testing-library": "7.1.1",
"gts": "5.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/samples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@angular/compiler-cli": "18.2.13",
"@playwright/test": "1.49.1",
"@types/node": "22.10.2",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/eslint-plugin": "8.19.0",
"gts": "5.3.1",
"jest": "29.7.0",
"ncp": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/samples/headless-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
]
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "8.7.0",
"@typescript-eslint/eslint-plugin": "8.19.0",
"@vitejs/plugin-react": "4.3.2",
"cypress": "13.17.0",
"cypress-repeat": "2.3.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/samples/headless-ssr-commerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@playwright/test": "1.49.1",
"eslint": "8.57",
"eslint": "9.17",
"typescript": "5.5.4"
}
}
2 changes: 1 addition & 1 deletion packages/samples/headless-ssr/app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/node": "22.10.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"eslint": "8.57.1",
"eslint": "9.17.0",
"typescript": "5.5.4"
}
}
2 changes: 1 addition & 1 deletion packages/samples/headless-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/node": "22.10.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"eslint": "8.57.1",
"eslint": "9.17.0",
"eslint-config-react-app": "7.0.1",
"typescript": "5.5.4",
"cypress": "13.17.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/samples/headless-ssr/pages-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/node": "22.10.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"eslint": "8.57.1",
"eslint": "9.17.0",
"typescript": "5.5.4"
}
}
2 changes: 1 addition & 1 deletion packages/samples/stencil/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"stencil-router-v2": "0.6.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/eslint-plugin": "8.19.0",
"cypress": "13.17.0",
"cypress-repeat": "2.3.8",
"gts": "5.3.1",
Expand Down

0 comments on commit 8716876

Please sign in to comment.