Skip to content

Commit

Permalink
Update dependency upgrades - non-major (#146)
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 19, 2024
1 parent 763476e commit 456399d
Show file tree
Hide file tree
Showing 2 changed files with 581 additions and 400 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,27 @@
"start": "next start"
},
"dependencies": {
"next": "14.2.8",
"next": "14.2.12",
"react": "18.3.1",
"react-dom": "18.3.1",
"sass": "1.78.0",
"sass": "1.79.1",
"sharp": "0.33.5"
},
"devDependencies": {
"@playwright/test": "^1.36.2",
"@types/eslint": "9.6.1",
"@types/node": "22.5.4",
"@types/react": "18.3.5",
"@types/node": "22.5.5",
"@types/react": "18.3.7",
"@types/react-dom": "18.3.0",
"@types/sass": "1.45.0",
"@types/sharp": "0.32.0",
"eslint": "9.9.1",
"eslint-config-upleveled": "8.6.16",
"postcss": "8.4.45",
"eslint": "9.10.0",
"eslint-config-upleveled": "8.7.0",
"postcss": "8.4.47",
"prettier": "^3.2.5",
"stylelint": "16.9.0",
"stylelint-config-upleveled": "1.1.3",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"packageManager": "pnpm@9.9.0"
"packageManager": "pnpm@9.10.0"
}
Loading

0 comments on commit 456399d

Please sign in to comment.