Skip to content

Commit ded56f9

Browse files
v15.4.0-canary.48
1 parent 3abe7f1 commit ded56f9

File tree

18 files changed

+33
-33
lines changed

18 files changed

+33
-33
lines changed

lerna.json

Lines 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.47"
19+
"version": "15.4.0-canary.48"
2020
}

packages/create-next-app/package.json

Lines 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.47",
3+
"version": "15.4.0-canary.48",
44
"keywords": [
55
"react",
66
"next",

packages/eslint-config-next/package.json

Lines 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.47",
3+
"version": "15.4.0-canary.48",
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.47",
13+
"@next/eslint-plugin-next": "15.4.0-canary.48",
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

Lines 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.47",
3+
"version": "15.4.0-canary.48",
44
"description": "ESLint plugin for Next.js.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/font/package.json

Lines 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.47",
4+
"version": "15.4.0-canary.48",
55
"repository": {
66
"url": "vercel/next.js",
77
"directory": "packages/font"

packages/next-bundle-analyzer/package.json

Lines 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.47",
3+
"version": "15.4.0-canary.48",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"license": "MIT",

packages/next-codemod/package.json

Lines 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.47",
3+
"version": "15.4.0-canary.48",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

packages/next-env/package.json

Lines 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.47",
3+
"version": "15.4.0-canary.48",
44
"keywords": [
55
"react",
66
"next",

packages/next-mdx/package.json

Lines 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.47",
3+
"version": "15.4.0-canary.48",
44
"main": "index.js",
55
"license": "MIT",
66
"repository": {

packages/next-plugin-storybook/package.json

Lines 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.47",
3+
"version": "15.4.0-canary.48",
44
"repository": {
55
"url": "vercel/next.js",
66
"directory": "packages/next-plugin-storybook"

packages/next-polyfill-module/package.json

Lines 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.47",
3+
"version": "15.4.0-canary.48",
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

Lines 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.47",
3+
"version": "15.4.0-canary.48",
44
"description": "A polyfill for non-dead, nomodule browsers.",
55
"main": "dist/polyfill-nomodule.js",
66
"license": "MIT",

packages/next-rspack/package.json

Lines 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.47",
3+
"version": "15.4.0-canary.48",
44
"repository": {
55
"url": "vercel/next.js",
66
"directory": "packages/next-rspack"

packages/next-swc/package.json

Lines 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.47",
3+
"version": "15.4.0-canary.48",
44
"private": true,
55
"files": [
66
"native/"

packages/next/package.json

Lines 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.47",
3+
"version": "15.4.0-canary.48",
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.47",
103+
"@next/env": "15.4.0-canary.48",
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.47",
166-
"@next/polyfill-module": "15.4.0-canary.47",
167-
"@next/polyfill-nomodule": "15.4.0-canary.47",
168-
"@next/react-refresh-utils": "15.4.0-canary.47",
169-
"@next/swc": "15.4.0-canary.47",
165+
"@next/font": "15.4.0-canary.48",
166+
"@next/polyfill-module": "15.4.0-canary.48",
167+
"@next/polyfill-nomodule": "15.4.0-canary.48",
168+
"@next/react-refresh-utils": "15.4.0-canary.48",
169+
"@next/swc": "15.4.0-canary.48",
170170
"@opentelemetry/api": "1.6.0",
171171
"@playwright/test": "1.41.2",
172172
"@rspack/core": "1.3.9",

packages/react-refresh-utils/package.json

Lines 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.47",
3+
"version": "15.4.0-canary.48",
44
"description": "An experimental package providing utilities for React Refresh.",
55
"repository": {
66
"url": "vercel/next.js",

packages/third-parties/package.json

Lines 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.47",
3+
"version": "15.4.0-canary.48",
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.47",
29+
"next": "15.4.0-canary.48",
3030
"outdent": "0.8.0",
3131
"prettier": "2.5.1",
3232
"typescript": "5.8.2"

pnpm-lock.yaml

Lines 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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy