-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: execute next 15 update using @next/codemod@canary
- Loading branch information
Showing
6 changed files
with
1,017 additions
and
365 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
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
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
"scripts": { | ||
"prepare": "husky install", | ||
"postinstall": "husky install", | ||
"dev": "next dev", | ||
"dev": "next dev --turbopack", | ||
"build": "next build", | ||
"start": "next start", | ||
"lint": "next lint", | ||
|
@@ -35,8 +35,8 @@ | |
"@radix-ui/react-slot": "^1.0.2", | ||
"@storybook/test": "^8.0.4", | ||
"@types/node": "18.11.11", | ||
"@types/react": "^18.2.14", | ||
"@types/react-dom": "^18.2.6", | ||
"@types/react": "npm:[email protected]", | ||
"@types/react-dom": "npm:[email protected]", | ||
"@urql/exchange-persisted": "^4.2.0", | ||
"@vercel/toolbar": "^0.1.22", | ||
"analytics": "^0.8.11", | ||
|
@@ -47,10 +47,10 @@ | |
"graphql": "^16.8.1", | ||
"graphql-request": "^6.1.0", | ||
"lucide-react": "^0.368.0", | ||
"next": "14.2.7", | ||
"next": "15.0.3", | ||
"next-international": "^1.3.0", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react": "19.0.0-rc-66855b96-20241106", | ||
"react-dom": "19.0.0-rc-66855b96-20241106", | ||
"react-intersection-observer": "^9.8.1", | ||
"server-only": "^0.0.1", | ||
"tailwind-merge": "^1.14.0", | ||
|
@@ -89,7 +89,7 @@ | |
"cypress-image-snapshot": "^4.0.1", | ||
"esbuild": "0.20.1", | ||
"eslint": "^8.48.0", | ||
"eslint-config-next": "^14.1.0", | ||
"eslint-config-next": "15.0.3", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"eslint-plugin-storybook": "^0.8.0", | ||
|
@@ -122,7 +122,9 @@ | |
}, | ||
"resolutions": { | ||
"jackspeak": "2.1.1", | ||
"@storybook/manager-webpack5/html-webpack-plugin": "^5.0.0" | ||
"@storybook/manager-webpack5/html-webpack-plugin": "^5.0.0", | ||
"@types/react": "npm:[email protected]", | ||
"@types/react-dom": "npm:[email protected]" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
Oops, something went wrong.