Skip to content

Commit

Permalink
Update dependency eslint to ^8.56.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 23, 2024
1 parent 3c2ca0b commit 799d3f9
Show file tree
Hide file tree
Showing 11 changed files with 155 additions and 117 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"@yarnpkg/sdks": "^3.0.0-rc.22",
"eslint": "^8.24.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-eslint-plugin": "^5.0.6",
"eslint-plugin-jest": "^27.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@hi18n/core": "workspace:*",
"@hi18n/dev-utils": "workspace:*",
"@jest/globals": "^29.1.2",
"@types/eslint": "^8.4.6",
"@types/eslint": "^8.56.3",
"@types/glob": "^8.0.0",
"@types/resolve": "^1.20.2",
"babel-jest": "^29.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/connector-i18n-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@types/node": "^18.7.6",
"babel-jest": "^29.1.2",
"babel-plugin-polyfill-corejs3": "^0.6.0",
"eslint": "^8.24.0",
"eslint": "^8.56.0",
"eslint-plugin-node": "^11.1.0",
"jest": "^29.1.2",
"prettier": "^2.7.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"babel-jest": "^29.1.2",
"babel-plugin-polyfill-corejs3": "^0.6.0",
"babel-plugin-replace-import-extension": "^1.1.3",
"eslint": "^8.24.0",
"eslint": "^8.56.0",
"jest": "^29.1.2",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@types/glob": "^8.0.0",
"babel-jest": "^29.1.2",
"babel-plugin-polyfill-corejs3": "^0.6.0",
"eslint": "^8.24.0",
"eslint": "^8.56.0",
"eslint-plugin-node": "^11.1.0",
"jest": "^29.1.2",
"prettier": "^2.7.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@
"@hi18n/react-context": "workspace:*",
"@jest/globals": "^29.1.2",
"@types/babel__core": "^7.1.19",
"@types/eslint": "^8.4.6",
"@types/eslint": "^8.56.3",
"@types/node": "^17.0.32",
"@types/react": "^18.0.21",
"@typescript-eslint/parser": "^5.39.0",
"@typescript-eslint/types": "^5.39.0",
"babel-jest": "^29.1.2",
"babel-plugin-polyfill-corejs3": "^0.6.0",
"eslint": "^8.24.0",
"eslint": "^8.56.0",
"eslint-plugin-eslint-plugin": "^5.0.6",
"eslint-plugin-node": "^11.1.0",
"espree": "^9.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"react": "^16.3.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"eslint": "^8.24.0",
"eslint": "^8.56.0",
"prettier": "^2.7.1"
}
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"babel-jest": "^29.1.2",
"babel-plugin-polyfill-corejs3": "^0.6.0",
"babel-plugin-replace-import-extension": "^1.1.3",
"eslint": "^8.24.0",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"expect": "^29.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/tools-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@jest/globals": "^29.1.2",
"babel-jest": "^29.1.2",
"babel-plugin-polyfill-corejs3": "^0.6.0",
"eslint": "^8.24.0",
"eslint": "^8.56.0",
"eslint-plugin-node": "^11.1.0",
"jest": "^29.1.2",
"prettier": "^2.7.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"@types/node": "^17.0.32",
"eslint": "^8.24.0",
"eslint": "^8.56.0",
"eslint-plugin-node": "^11.1.0",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
Expand Down
Loading

0 comments on commit 799d3f9

Please sign in to comment.