Skip to content

Commit

Permalink
pkg: Update linting packages (#2296)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 23, 2022
1 parent 622d3bd commit e510c40
Show file tree
Hide file tree
Showing 5 changed files with 126 additions and 166 deletions.
10 changes: 5 additions & 5 deletions examples/github-app/package.json
Expand Up @@ -36,14 +36,14 @@
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@types/uuid": "^8",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
"eslint": "8.27.0",
"@typescript-eslint/eslint-plugin": "5.44.0",
"@typescript-eslint/parser": "5.44.0",
"eslint": "8.28.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"prettier": "2.7.1",
"prettier": "2.8.0",
"react-refresh": "0.14.0",
"rollup": "2.79.1",
"rollup-plugin-babel": "^4.4.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/nextjs/package.json
Expand Up @@ -17,8 +17,8 @@
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"eslint": "8.27.0",
"eslint-config-next": "13.0.3",
"eslint": "8.28.0",
"eslint-config-next": "13.0.4",
"next": "13.0.4",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
10 changes: 5 additions & 5 deletions examples/todo-app/package.json
Expand Up @@ -33,14 +33,14 @@
"@types/eslint": "8.4.10",
"@types/prettier": "2.7.1",
"@types/react-dom": "18.0.9",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
"eslint": "8.27.0",
"@typescript-eslint/eslint-plugin": "5.44.0",
"@typescript-eslint/parser": "5.44.0",
"eslint": "8.28.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"prettier": "2.7.1",
"prettier": "2.8.0",
"react-refresh": "0.14.0",
"rollup": "2.79.1",
"rollup-plugin-babel": "^4.4.0",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -55,8 +55,8 @@
"@types/lodash": "4.14.189",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
"@typescript-eslint/eslint-plugin": "5.44.0",
"@typescript-eslint/parser": "5.44.0",
"babel-plugin-transform-object-hasown": "^1.1.0",
"benchmark": "^2.1.4",
"conventional-changelog-anansi": "^0.2.0",
Expand All @@ -65,18 +65,18 @@
"coveralls": "^3.1.0",
"cpy-cli": "4.2.0",
"cross-fetch": "^3.0.6",
"eslint": "8.27.0",
"eslint": "8.28.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"ignore-styles": "^5.0.1",
"jest": "29.3.1",
"jest-environment-jsdom": "29.3.1",
"mkdirp": "^1.0.4",
"nock": "13.2.9",
"node-fetch": "^3.3.0",
"prettier": "2.7.1",
"prettier": "2.8.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.70.6",
Expand Down

0 comments on commit e510c40

Please sign in to comment.