Skip to content

Commit

Permalink
Update dependency upgrades - non-major (#157)
Browse files Browse the repository at this point in the history
* Update dependency upgrades - non-major

* Update ESLint to v9

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lukas Prochazka <prochazka.lu@gmail.com>
  • Loading branch information
renovate[bot] and ProchaLu authored Jan 27, 2025
1 parent b695e43 commit 6ebb5f0
Show file tree
Hide file tree
Showing 2 changed files with 3,778 additions and 2,345 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,26 @@
"start": "next start"
},
"dependencies": {
"next": "15.1.3",
"next": "15.1.6",
"react": "19.0.0",
"react-dom": "19.0.0",
"sass": "1.83.0",
"sass": "1.83.4",
"sharp": "0.33.5"
},
"devDependencies": {
"@playwright/test": "^1.36.2",
"@types/node": "22.10.4",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@types/node": "22.10.10",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@types/sass": "1.45.0",
"@types/sharp": "0.32.0",
"eslint": "9.17.0",
"eslint-config-upleveled": "8.12.1",
"postcss": "8.4.49",
"eslint": "9.19.0",
"eslint-config-upleveled": "9.0.0",
"postcss": "8.5.1",
"prettier": "^3.2.5",
"stylelint": "16.12.0",
"stylelint-config-upleveled": "1.1.5",
"typescript": "5.7.2"
"stylelint": "16.14.1",
"stylelint-config-upleveled": "1.1.9",
"typescript": "5.7.3"
},
"packageManager": "pnpm@9.15.2"
"packageManager": "pnpm@9.15.4"
}
Loading

0 comments on commit 6ebb5f0

Please sign in to comment.