Skip to content

Commit

Permalink
Update dependency upgrades - non-major (#108)
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 1, 2023
1 parent d8f20f3 commit 6c42b22
Show file tree
Hide file tree
Showing 2 changed files with 299 additions and 310 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 @@
"start": "next start"
},
"dependencies": {
"next": "13.4.12",
"next": "13.4.19",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "1.64.2",
"sharp": "0.32.4"
"sass": "1.66.1",
"sharp": "0.32.5"
},
"devDependencies": {
"@babel/eslint-parser": "7.22.9",
"@next/eslint-plugin-next": "13.4.12",
"@babel/eslint-parser": "7.22.11",
"@next/eslint-plugin-next": "13.4.19",
"@playwright/test": "^1.36.2",
"@types/eslint": "8.44.2",
"@types/node": "20.4.8",
"@types/react": "18.2.18",
"@types/node": "20.5.7",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/sass": "1.43.1",
"@types/sharp": "0.31.1",
"@typescript-eslint/eslint-plugin": "6.2.1",
"@typescript-eslint/parser": "6.2.1",
"eslint": "8.46.0",
"@typescript-eslint/eslint-plugin": "6.5.0",
"@typescript-eslint/parser": "6.5.0",
"eslint": "8.48.0",
"eslint-config-upleveled": "5.0.4",
"postcss": "8.4.27",
"stylelint": "15.10.2",
"postcss": "8.4.29",
"stylelint": "15.10.3",
"stylelint-config-upleveled": "1.0.2",
"typescript": "5.1.6"
"typescript": "5.2.2"
}
}
Loading

0 comments on commit 6c42b22

Please sign in to comment.