forked from nauvalazhar/next-js-portfolio-web
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency next to v15 (#148)
* Update dependency next to v15 * Update ESLint and stylelint * Add import type * Update Playwright types --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lukas Prochazka <[email protected]>
- Loading branch information
1 parent
456399d
commit 70f1e62
Showing
5 changed files
with
727 additions
and
521 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
"start": "next start" | ||
}, | ||
"dependencies": { | ||
"next": "14.2.12", | ||
"next": "15.0.3", | ||
"react": "18.3.1", | ||
"react-dom": "18.3.1", | ||
"sass": "1.79.1", | ||
|
@@ -24,11 +24,11 @@ | |
"@types/sass": "1.45.0", | ||
"@types/sharp": "0.32.0", | ||
"eslint": "9.10.0", | ||
"eslint-config-upleveled": "8.7.0", | ||
"eslint-config-upleveled": "8.11.3", | ||
"postcss": "8.4.47", | ||
"prettier": "^3.2.5", | ||
"stylelint": "16.9.0", | ||
"stylelint-config-upleveled": "1.1.3", | ||
"stylelint-config-upleveled": "1.1.5", | ||
"typescript": "5.6.2" | ||
}, | ||
"packageManager": "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.