Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 21, 2024
1 parent 677e59a commit 4c68e2a
Show file tree
Hide file tree
Showing 11 changed files with 209 additions and 24 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@belgattitude/eslint-config-bases": "6.7.0",
"eslint": "8.57.1",
"eslint": "9.15.0",
"eslint-config-next": "15.0.3",
"eslint-plugin-tailwindcss": "3.17.5",
"postcss": "8.4.49",
Expand Down
2 changes: 1 addition & 1 deletion integrations/prisma-exception/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"cross-env": "7.0.3",
"es-check": "7.2.1",
"esbuild": "0.24.0",
"eslint": "8.57.1",
"eslint": "9.15.0",
"npm-run-all2": "7.0.1",
"prettier": "3.3.3",
"publint": "0.2.12",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"cross-env": "7.0.3",
"eslint": "8.57.1",
"eslint": "9.15.0",
"gh-pages": "6.2.0",
"husky": "9.1.7",
"is-ci": "3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/assert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"es-check": "7.2.1",
"esbuild": "0.24.0",
"esbuild-plugin-file-path-extensions": "2.1.3",
"eslint": "8.57.1",
"eslint": "9.15.0",
"is-plain-obj": "4.1.0",
"lodash-es": "4.17.21",
"npm-run-all2": "7.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/dsn-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"cross-env": "7.0.3",
"es-check": "7.2.1",
"esbuild": "0.24.0",
"eslint": "8.57.1",
"eslint": "9.15.0",
"npm-run-all2": "7.0.1",
"prettier": "3.3.3",
"publint": "0.2.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/exception/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"cross-env": "7.0.3",
"es-check": "7.2.1",
"esbuild": "0.24.0",
"eslint": "8.57.1",
"eslint": "9.15.0",
"npm-run-all2": "7.0.1",
"prettier": "3.3.3",
"publint": "0.2.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/json-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"cross-env": "7.0.3",
"es-check": "7.2.1",
"esbuild": "0.24.0",
"eslint": "8.57.1",
"eslint": "9.15.0",
"npm-run-all2": "7.0.1",
"prettier": "3.3.3",
"publint": "0.2.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/memo-intl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"cross-env": "7.0.3",
"es-check": "7.2.1",
"esbuild": "0.24.0",
"eslint": "8.57.1",
"eslint": "9.15.0",
"npm-run-all2": "7.0.1",
"prettier": "3.3.3",
"publint": "0.2.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/plain-object/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"es-check": "7.2.1",
"es-toolkit": "1.27.0",
"esbuild": "0.24.0",
"eslint": "8.57.1",
"eslint": "9.15.0",
"is-plain-obj": "4.1.0",
"is-plain-object": "5.0.0",
"lodash-es": "4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/treeu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"cross-env": "7.0.3",
"es-check": "7.2.1",
"esbuild": "0.24.0",
"eslint": "8.57.1",
"eslint": "9.15.0",
"lodash-es": "4.17.21",
"npm-run-all2": "7.0.1",
"prettier": "3.3.3",
Expand Down
Loading

0 comments on commit 4c68e2a

Please sign in to comment.