Skip to content

Commit

Permalink
Update dependency upgrades - non-major (#293)
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] authored Sep 21, 2023
1 parent b6d1040 commit 2f6656b
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 166 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,29 @@
"lint": "next lint"
},
"dependencies": {
"next": "13.4.19",
"next": "13.5.2",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@babel/eslint-parser": "7.21.3",
"@next/eslint-plugin-next": "13.4.19",
"@types/node": "20.6.0",
"@types/react": "18.2.21",
"@next/eslint-plugin-next": "13.5.2",
"@types/node": "20.6.3",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"eslint-config-upleveled": "5.0.4",
"eslint-plugin-upleveled": "2.1.9",
"@babel/eslint-parser": "7.22.15",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"eslint-config-next": "13.5.2",
"eslint-config-react-app": "7.0.1",
"eslint-import-resolver-typescript": "3.6.0",
"eslint-plugin-cypress": "2.14.0",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-jest": "27.4.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-jsx-expressions": "1.3.1",
"eslint-plugin-react": "7.33.2",
Expand All @@ -43,11 +43,11 @@
"typescript": "5.2.2"
},
"resolutions": {
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
"@typescript-eslint/utils": "6.7.0",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"@typescript-eslint/utils": "6.7.2",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-jest": "27.4.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
Expand Down
Loading

0 comments on commit 2f6656b

Please sign in to comment.