Upgrade Next.js version in pnpm-lock.yaml
The Next.js version in pnpm-lock.yaml file has been updated from 14.2.1 to 14.3.0-canary.7. This upgrade affects various dependencies, potentially providing new features, security upgrades or performance improvements.
This commit is contained in:
11
package.json
11
package.json
@@ -47,9 +47,16 @@
|
||||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"next": "14.2.1",
|
||||
"next": "14.3.0-canary.7",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"browserslist": [
|
||||
"iOS >= 9",
|
||||
"Android >= 4.4",
|
||||
"last 2 versions",
|
||||
"> 0.2%",
|
||||
"not dead"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user