Skip to content

Commit

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

* Update ESLint, lockfile version

---------

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 Apr 28, 2024
1 parent 5595848 commit 2287558
Show file tree
Hide file tree
Showing 5 changed files with 3,591 additions and 2,456 deletions.
33 changes: 17 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,27 @@
"start": "next start"
},
"dependencies": {
"next": "14.0.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"next": "14.2.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-reveal": "1.2.2",
"react-typed": "1.2.0",
"sharp": "0.33.1"
"sharp": "0.33.3"
},
"devDependencies": {
"@playwright/test": "1.40.1",
"@types/eslint": "8.56.1",
"@types/node": "20.10.6",
"@types/react": "18.2.46",
"@types/react-dom": "18.2.18",
"@types/sharp": "0.31.1",
"@playwright/test": "1.43.1",
"@types/eslint": "8.56.10",
"@types/node": "20.12.7",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/sharp": "0.32.0",
"eslint": "8.56.0",
"eslint-config-upleveled": "7.5.0",
"postcss": "8.4.33",
"stylelint": "16.1.0",
"stylelint-config-upleveled": "1.0.7",
"typescript": "5.3.3"
"eslint-config-upleveled": "8.0.1",
"postcss": "8.4.38",
"prettier": "^3.2.5",
"stylelint": "16.4.0",
"stylelint-config-upleveled": "1.1.1",
"typescript": "5.4.5"
},
"packageManager": "pnpm@8.14.0"
"packageManager": "pnpm@9.0.6"
}
Loading

0 comments on commit 2287558

Please sign in to comment.