Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 70e5e6c

Browse filesBrowse files
v15.4.0-canary.59
1 parent 48ac8ce commit 70e5e6c
Copy full SHA for 70e5e6c

File tree

18 files changed

+33
-33
lines changed
Filter options

18 files changed

+33
-33
lines changed

‎lerna.json

Copy file name to clipboardExpand all lines: lerna.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"registry": "https://registry.npmjs.org/"
1717
}
1818
},
19-
"version": "15.4.0-canary.58"
19+
"version": "15.4.0-canary.59"
2020
}

‎packages/create-next-app/package.json

Copy file name to clipboardExpand all lines: packages/create-next-app/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-next-app",
3-
"version": "15.4.0-canary.58",
3+
"version": "15.4.0-canary.59",
44
"keywords": [
55
"react",
66
"next",

‎packages/eslint-config-next/package.json

Copy file name to clipboardExpand all lines: packages/eslint-config-next/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-next",
3-
"version": "15.4.0-canary.58",
3+
"version": "15.4.0-canary.59",
44
"description": "ESLint configuration used by Next.js.",
55
"main": "index.js",
66
"license": "MIT",
@@ -10,7 +10,7 @@
1010
},
1111
"homepage": "https://nextjs.org/docs/app/api-reference/config/eslint",
1212
"dependencies": {
13-
"@next/eslint-plugin-next": "15.4.0-canary.58",
13+
"@next/eslint-plugin-next": "15.4.0-canary.59",
1414
"@rushstack/eslint-patch": "^1.10.3",
1515
"@typescript-eslint/eslint-plugin": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0",
1616
"@typescript-eslint/parser": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0",

‎packages/eslint-plugin-next/package.json

Copy file name to clipboardExpand all lines: packages/eslint-plugin-next/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/eslint-plugin-next",
3-
"version": "15.4.0-canary.58",
3+
"version": "15.4.0-canary.59",
44
"description": "ESLint plugin for Next.js.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

‎packages/font/package.json

Copy file name to clipboardExpand all lines: packages/font/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@next/font",
33
"private": true,
4-
"version": "15.4.0-canary.58",
4+
"version": "15.4.0-canary.59",
55
"repository": {
66
"url": "vercel/next.js",
77
"directory": "packages/font"

‎packages/next-bundle-analyzer/package.json

Copy file name to clipboardExpand all lines: packages/next-bundle-analyzer/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/bundle-analyzer",
3-
"version": "15.4.0-canary.58",
3+
"version": "15.4.0-canary.59",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"license": "MIT",

‎packages/next-codemod/package.json

Copy file name to clipboardExpand all lines: packages/next-codemod/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/codemod",
3-
"version": "15.4.0-canary.58",
3+
"version": "15.4.0-canary.59",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

‎packages/next-env/package.json

Copy file name to clipboardExpand all lines: packages/next-env/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/env",
3-
"version": "15.4.0-canary.58",
3+
"version": "15.4.0-canary.59",
44
"keywords": [
55
"react",
66
"next",

‎packages/next-mdx/package.json

Copy file name to clipboardExpand all lines: packages/next-mdx/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/mdx",
3-
"version": "15.4.0-canary.58",
3+
"version": "15.4.0-canary.59",
44
"main": "index.js",
55
"license": "MIT",
66
"repository": {

‎packages/next-plugin-storybook/package.json

Copy file name to clipboardExpand all lines: packages/next-plugin-storybook/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/plugin-storybook",
3-
"version": "15.4.0-canary.58",
3+
"version": "15.4.0-canary.59",
44
"repository": {
55
"url": "vercel/next.js",
66
"directory": "packages/next-plugin-storybook"

‎packages/next-polyfill-module/package.json

Copy file name to clipboardExpand all lines: packages/next-polyfill-module/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/polyfill-module",
3-
"version": "15.4.0-canary.58",
3+
"version": "15.4.0-canary.59",
44
"description": "A standard library polyfill for ES Modules supporting browsers (Edge 16+, Firefox 60+, Chrome 61+, Safari 10.1+)",
55
"main": "dist/polyfill-module.js",
66
"license": "MIT",

‎packages/next-polyfill-nomodule/package.json

Copy file name to clipboardExpand all lines: packages/next-polyfill-nomodule/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/polyfill-nomodule",
3-
"version": "15.4.0-canary.58",
3+
"version": "15.4.0-canary.59",
44
"description": "A polyfill for non-dead, nomodule browsers.",
55
"main": "dist/polyfill-nomodule.js",
66
"license": "MIT",

‎packages/next-rspack/package.json

Copy file name to clipboardExpand all lines: packages/next-rspack/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-rspack",
3-
"version": "15.4.0-canary.58",
3+
"version": "15.4.0-canary.59",
44
"repository": {
55
"url": "vercel/next.js",
66
"directory": "packages/next-rspack"

‎packages/next-swc/package.json

Copy file name to clipboardExpand all lines: packages/next-swc/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/swc",
3-
"version": "15.4.0-canary.58",
3+
"version": "15.4.0-canary.59",
44
"private": true,
55
"files": [
66
"native/"

‎packages/next/package.json

Copy file name to clipboardExpand all lines: packages/next/package.json
+7-7Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next",
3-
"version": "15.4.0-canary.58",
3+
"version": "15.4.0-canary.59",
44
"description": "The React Framework",
55
"main": "./dist/server/next.js",
66
"license": "MIT",
@@ -100,7 +100,7 @@
100100
]
101101
},
102102
"dependencies": {
103-
"@next/env": "15.4.0-canary.58",
103+
"@next/env": "15.4.0-canary.59",
104104
"@swc/helpers": "0.5.15",
105105
"caniuse-lite": "^1.0.30001579",
106106
"postcss": "8.4.31",
@@ -162,11 +162,11 @@
162162
"@jest/types": "29.5.0",
163163
"@mswjs/interceptors": "0.23.0",
164164
"@napi-rs/triples": "1.2.0",
165-
"@next/font": "15.4.0-canary.58",
166-
"@next/polyfill-module": "15.4.0-canary.58",
167-
"@next/polyfill-nomodule": "15.4.0-canary.58",
168-
"@next/react-refresh-utils": "15.4.0-canary.58",
169-
"@next/swc": "15.4.0-canary.58",
165+
"@next/font": "15.4.0-canary.59",
166+
"@next/polyfill-module": "15.4.0-canary.59",
167+
"@next/polyfill-nomodule": "15.4.0-canary.59",
168+
"@next/react-refresh-utils": "15.4.0-canary.59",
169+
"@next/swc": "15.4.0-canary.59",
170170
"@opentelemetry/api": "1.6.0",
171171
"@playwright/test": "1.41.2",
172172
"@rspack/core": "1.3.12",

‎packages/react-refresh-utils/package.json

Copy file name to clipboardExpand all lines: packages/react-refresh-utils/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/react-refresh-utils",
3-
"version": "15.4.0-canary.58",
3+
"version": "15.4.0-canary.59",
44
"description": "An experimental package providing utilities for React Refresh.",
55
"repository": {
66
"url": "vercel/next.js",

‎packages/third-parties/package.json

Copy file name to clipboardExpand all lines: packages/third-parties/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/third-parties",
3-
"version": "15.4.0-canary.58",
3+
"version": "15.4.0-canary.59",
44
"repository": {
55
"url": "vercel/next.js",
66
"directory": "packages/third-parties"
@@ -26,7 +26,7 @@
2626
"third-party-capital": "1.0.20"
2727
},
2828
"devDependencies": {
29-
"next": "15.4.0-canary.58",
29+
"next": "15.4.0-canary.59",
3030
"outdent": "0.8.0",
3131
"prettier": "2.5.1",
3232
"typescript": "5.8.2"

‎pnpm-lock.yaml

Copy file name to clipboardExpand all lines: pnpm-lock.yaml
+8-8Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.