next 16.2.9 → 16.2.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/.build-commit +1 -1
- package/dist/bin/next +2 -2
- package/dist/bin/next.map +0 -0
- package/dist/build/index.js +3 -3
- package/dist/build/swc/index.js +1 -1
- package/dist/build/turbopack-analyze/index.js +1 -1
- package/dist/build/turbopack-build/impl.js +1 -1
- package/dist/build/webpack-config.js +3 -3
- package/dist/bundle-analyzer/404.html +2 -2
- package/dist/bundle-analyzer/__next.__PAGE__.txt +1 -1
- package/dist/bundle-analyzer/__next._full.txt +1 -1
- package/dist/bundle-analyzer/__next._head.txt +1 -1
- package/dist/bundle-analyzer/__next._index.txt +1 -1
- package/dist/bundle-analyzer/__next._tree.txt +1 -1
- package/dist/bundle-analyzer/_not-found/__next._full.txt +1 -1
- package/dist/bundle-analyzer/_not-found/__next._head.txt +1 -1
- package/dist/bundle-analyzer/_not-found/__next._index.txt +1 -1
- package/dist/bundle-analyzer/_not-found/__next._not-found.__PAGE__.txt +1 -1
- package/dist/bundle-analyzer/_not-found/__next._not-found.txt +1 -1
- package/dist/bundle-analyzer/_not-found/__next._tree.txt +1 -1
- package/dist/bundle-analyzer/_not-found.html +2 -2
- package/dist/bundle-analyzer/_not-found.txt +1 -1
- package/dist/bundle-analyzer/index.html +2 -2
- package/dist/bundle-analyzer/index.txt +1 -1
- package/dist/client/app-bootstrap.js +1 -1
- package/dist/client/index.js +1 -1
- package/dist/compiled/next-server/pages-api-turbo.runtime.dev.js +1 -1
- package/dist/compiled/next-server/pages-api-turbo.runtime.dev.js.map +1 -1
- package/dist/compiled/next-server/pages-api-turbo.runtime.prod.js +1 -1
- package/dist/compiled/next-server/pages-api-turbo.runtime.prod.js.map +1 -1
- package/dist/compiled/next-server/pages-api.runtime.dev.js +1 -1
- package/dist/compiled/next-server/pages-api.runtime.dev.js.map +1 -1
- package/dist/compiled/next-server/pages-turbo.runtime.dev.js +1 -1
- package/dist/compiled/next-server/pages-turbo.runtime.dev.js.map +1 -1
- package/dist/compiled/next-server/pages-turbo.runtime.prod.js +1 -1
- package/dist/compiled/next-server/pages-turbo.runtime.prod.js.map +1 -1
- package/dist/compiled/next-server/pages.runtime.dev.js +1 -1
- package/dist/compiled/next-server/pages.runtime.dev.js.map +1 -1
- package/dist/compiled/next-server/server.runtime.prod.js +1 -1
- package/dist/compiled/next-server/server.runtime.prod.js.map +1 -1
- package/dist/docs/01-app/01-getting-started/02-project-structure.md +1 -1
- package/dist/docs/01-app/01-getting-started/03-layouts-and-pages.md +6 -4
- package/dist/docs/01-app/01-getting-started/04-linking-and-navigating.md +1 -1
- package/dist/docs/01-app/01-getting-started/05-server-and-client-components.md +1 -1
- package/dist/docs/01-app/01-getting-started/07-mutating-data.md +4 -3
- package/dist/docs/01-app/01-getting-started/09-revalidating.md +9 -8
- package/dist/docs/01-app/01-getting-started/13-fonts.md +1 -1
- package/dist/docs/01-app/01-getting-started/14-metadata-and-og-images.md +23 -9
- package/dist/docs/01-app/01-getting-started/17-deploying.md +1 -1
- package/dist/docs/01-app/02-guides/authentication.md +5 -5
- package/dist/docs/01-app/02-guides/backend-for-frontend.md +20 -8
- package/dist/docs/01-app/02-guides/cdn-caching.md +1 -1
- package/dist/docs/01-app/02-guides/custom-server.md +1 -1
- package/dist/docs/01-app/02-guides/data-security.md +19 -12
- package/dist/docs/01-app/02-guides/draft-mode.md +168 -105
- package/dist/docs/01-app/02-guides/forms.md +1 -1
- package/dist/docs/01-app/02-guides/how-revalidation-works.md +2 -2
- package/dist/docs/01-app/02-guides/mdx.md +1 -0
- package/dist/docs/01-app/02-guides/migrating-to-cache-components.md +533 -3
- package/dist/docs/01-app/02-guides/multi-zones.md +1 -1
- package/dist/docs/01-app/02-guides/package-bundling.md +1 -1
- package/dist/docs/01-app/02-guides/prefetching.md +5 -5
- package/dist/docs/01-app/02-guides/preventing-flash-before-hydration.md +3 -3
- package/dist/docs/01-app/02-guides/public-static-pages.md +1 -1
- package/dist/docs/01-app/02-guides/scripts.md +1 -1
- package/dist/docs/01-app/02-guides/server-actions.md +180 -0
- package/dist/docs/01-app/02-guides/streaming.md +0 -1
- package/dist/docs/01-app/02-guides/third-party-libraries.md +1 -0
- package/dist/docs/01-app/02-guides/upgrading/version-15.md +1 -1
- package/dist/docs/01-app/03-api-reference/01-directives/use-server.md +2 -0
- package/dist/docs/01-app/03-api-reference/03-file-conventions/dynamic-routes.md +4 -2
- package/dist/docs/01-app/03-api-reference/03-file-conventions/instrumentation.md +18 -4
- package/dist/docs/01-app/03-api-reference/05-config/01-next-config-js/rewrites.md +8 -6
- package/dist/docs/01-app/03-api-reference/05-config/01-next-config-js/serverActions.md +2 -0
- package/dist/docs/01-app/03-api-reference/05-config/01-next-config-js/transpilePackages.md +15 -3
- package/dist/docs/01-app/03-api-reference/05-config/02-typescript.md +1 -1
- package/dist/docs/01-app/04-glossary.md +1 -1
- package/dist/docs/02-pages/02-guides/upgrading/version-12.md +1 -1
- package/dist/docs/04-community/01-contribution-guide.md +2 -2
- package/dist/docs/index.md +0 -2
- package/dist/esm/build/index.js +3 -3
- package/dist/esm/build/swc/index.js +1 -1
- package/dist/esm/build/turbopack-analyze/index.js +1 -1
- package/dist/esm/build/turbopack-build/impl.js +1 -1
- package/dist/esm/build/webpack-config.js +3 -3
- package/dist/esm/client/app-bootstrap.js +1 -1
- package/dist/esm/client/index.js +1 -1
- package/dist/esm/lib/patch-incorrect-lockfile.js +3 -3
- package/dist/esm/server/config.js +1 -1
- package/dist/esm/server/dev/hot-reloader-turbopack.js +2 -2
- package/dist/esm/server/dev/hot-reloader-webpack.js +1 -1
- package/dist/esm/server/lib/app-info-log.js +1 -1
- package/dist/esm/server/lib/start-server.js +1 -1
- package/dist/esm/shared/lib/errors/canary-only-config-error.js +1 -1
- package/dist/lib/patch-incorrect-lockfile.js +3 -3
- package/dist/server/config.js +1 -1
- package/dist/server/dev/hot-reloader-turbopack.js +2 -2
- package/dist/server/dev/hot-reloader-webpack.js +1 -1
- package/dist/server/lib/app-info-log.js +1 -1
- package/dist/server/lib/start-server.js +1 -1
- package/dist/shared/lib/errors/canary-only-config-error.js +1 -1
- package/dist/telemetry/anonymous-meta.js +1 -1
- package/dist/telemetry/events/session-stopped.js +2 -2
- package/dist/telemetry/events/swc-load-failure.js +1 -1
- package/dist/telemetry/events/version.js +2 -2
- package/package.json +10 -252
- /package/dist/bundle-analyzer/_next/static/{ShlsHWUU3q2GhICNPxAIf → -wnBUGOTjuvnrsp1fJxyv}/_buildManifest.js +0 -0
- /package/dist/bundle-analyzer/_next/static/{ShlsHWUU3q2GhICNPxAIf → -wnBUGOTjuvnrsp1fJxyv}/_clientMiddlewareManifest.json +0 -0
- /package/dist/bundle-analyzer/_next/static/{ShlsHWUU3q2GhICNPxAIf → -wnBUGOTjuvnrsp1fJxyv}/_ssgManifest.js +0 -0
|
@@ -21,7 +21,7 @@ import { experimentalSchema } from '../config-schema';
|
|
|
21
21
|
if (parts.length > 0) {
|
|
22
22
|
versionSuffix = ` (${parts.join(', ')})`;
|
|
23
23
|
}
|
|
24
|
-
Log.bootstrap(`${bold(purple(`${Log.prefixes.ready} Next.js ${"16.2.
|
|
24
|
+
Log.bootstrap(`${bold(purple(`${Log.prefixes.ready} Next.js ${"16.2.10"}`))}${versionSuffix}`);
|
|
25
25
|
if (appUrl) {
|
|
26
26
|
Log.bootstrap(`- Local: ${appUrl}`);
|
|
27
27
|
}
|
|
@@ -110,7 +110,7 @@ export async function getRequestHandlers({ dir, port, isDev, onDevServerCleanup,
|
|
|
110
110
|
export async function startServer(serverOptions) {
|
|
111
111
|
const { dir, isDev, hostname, minimalMode, allowRetry, keepAliveTimeout, selfSignedCertificate, serverFastRefresh } = serverOptions;
|
|
112
112
|
let { port } = serverOptions;
|
|
113
|
-
process.title = `next-server (v${"16.2.
|
|
113
|
+
process.title = `next-server (v${"16.2.10"})`;
|
|
114
114
|
let handlersReady = ()=>{};
|
|
115
115
|
let handlersError = ()=>{};
|
|
116
116
|
let handlersPromise = new Promise((resolve, reject)=>{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export function isStableBuild() {
|
|
2
|
-
return !"16.2.
|
|
2
|
+
return !"16.2.10"?.includes('canary') && !process.env.__NEXT_TEST_MODE && !process.env.NEXT_PRIVATE_LOCAL_DEV;
|
|
3
3
|
}
|
|
4
4
|
export class CanaryOnlyConfigError extends Error {
|
|
5
5
|
constructor(arg){
|
|
@@ -72,7 +72,7 @@ async function fetchPkgInfo(pkg) {
|
|
|
72
72
|
});
|
|
73
73
|
}
|
|
74
74
|
const data = await res.json();
|
|
75
|
-
const versionData = data.versions["16.2.
|
|
75
|
+
const versionData = data.versions["16.2.10"];
|
|
76
76
|
return {
|
|
77
77
|
os: versionData.os,
|
|
78
78
|
cpu: versionData.cpu,
|
|
@@ -100,7 +100,7 @@ async function patchIncorrectLockfile(dir) {
|
|
|
100
100
|
const expectedSwcPkgs = Object.keys(_packagejson.optionalDependencies || {}).filter((pkg)=>pkg.startsWith('@next/swc-'));
|
|
101
101
|
const patchDependency = (pkg, pkgData)=>{
|
|
102
102
|
lockfileParsed.dependencies[pkg] = {
|
|
103
|
-
version: "16.2.
|
|
103
|
+
version: "16.2.10",
|
|
104
104
|
resolved: pkgData.tarball,
|
|
105
105
|
integrity: pkgData.integrity,
|
|
106
106
|
optional: true
|
|
@@ -108,7 +108,7 @@ async function patchIncorrectLockfile(dir) {
|
|
|
108
108
|
};
|
|
109
109
|
const patchPackage = (pkg, pkgData)=>{
|
|
110
110
|
lockfileParsed.packages[pkg] = {
|
|
111
|
-
version: "16.2.
|
|
111
|
+
version: "16.2.10",
|
|
112
112
|
resolved: pkgData.tarball,
|
|
113
113
|
integrity: pkgData.integrity,
|
|
114
114
|
cpu: pkgData.cpu,
|
package/dist/server/config.js
CHANGED
|
@@ -240,7 +240,7 @@ async function createHotReloaderTurbopack(opts, serverFields, distDir, resetFetc
|
|
|
240
240
|
}
|
|
241
241
|
const hasRewrites = opts.fsChecker.rewrites.afterFiles.length > 0 || opts.fsChecker.rewrites.beforeFiles.length > 0 || opts.fsChecker.rewrites.fallback.length > 0;
|
|
242
242
|
const hotReloaderSpan = (0, _trace.trace)('hot-reloader', undefined, {
|
|
243
|
-
version: "16.2.
|
|
243
|
+
version: "16.2.10"
|
|
244
244
|
});
|
|
245
245
|
// Ensure the hotReloaderSpan is flushed immediately as it's the parentSpan for all processing
|
|
246
246
|
// of the current `next dev` invocation.
|
|
@@ -294,7 +294,7 @@ async function createHotReloaderTurbopack(opts, serverFields, distDir, resetFetc
|
|
|
294
294
|
writeRoutesHashesManifest: false,
|
|
295
295
|
currentNodeJsVersion,
|
|
296
296
|
isPersistentCachingEnabled: (0, _utils2.isFileSystemCacheEnabledForDev)(opts.nextConfig),
|
|
297
|
-
nextVersion: "16.2.
|
|
297
|
+
nextVersion: "16.2.10",
|
|
298
298
|
serverHmr: serverFastRefresh
|
|
299
299
|
}, {
|
|
300
300
|
memoryLimit: (_opts_nextConfig_experimental = opts.nextConfig.experimental) == null ? void 0 : _opts_nextConfig_experimental.turbopackMemoryLimit,
|
|
@@ -234,7 +234,7 @@ class HotReloaderWebpack {
|
|
|
234
234
|
this.previewProps = previewProps;
|
|
235
235
|
this.rewrites = rewrites;
|
|
236
236
|
this.hotReloaderSpan = (0, _trace.trace)('hot-reloader', undefined, {
|
|
237
|
-
version: "16.2.
|
|
237
|
+
version: "16.2.10"
|
|
238
238
|
});
|
|
239
239
|
// Ensure the hotReloaderSpan is flushed immediately as it's the parentSpan for all processing
|
|
240
240
|
// of the current `next dev` invocation.
|
|
@@ -85,7 +85,7 @@ function logStartInfo({ networkUrl, appUrl, envInfo, logBundler }) {
|
|
|
85
85
|
if (parts.length > 0) {
|
|
86
86
|
versionSuffix = ` (${parts.join(', ')})`;
|
|
87
87
|
}
|
|
88
|
-
_log.bootstrap(`${(0, _picocolors.bold)((0, _picocolors.purple)(`${_log.prefixes.ready} Next.js ${"16.2.
|
|
88
|
+
_log.bootstrap(`${(0, _picocolors.bold)((0, _picocolors.purple)(`${_log.prefixes.ready} Next.js ${"16.2.10"}`))}${versionSuffix}`);
|
|
89
89
|
if (appUrl) {
|
|
90
90
|
_log.bootstrap(`- Local: ${appUrl}`);
|
|
91
91
|
}
|
|
@@ -178,7 +178,7 @@ async function getRequestHandlers({ dir, port, isDev, onDevServerCleanup, server
|
|
|
178
178
|
async function startServer(serverOptions) {
|
|
179
179
|
const { dir, isDev, hostname, minimalMode, allowRetry, keepAliveTimeout, selfSignedCertificate, serverFastRefresh } = serverOptions;
|
|
180
180
|
let { port } = serverOptions;
|
|
181
|
-
process.title = `next-server (v${"16.2.
|
|
181
|
+
process.title = `next-server (v${"16.2.10"})`;
|
|
182
182
|
let handlersReady = ()=>{};
|
|
183
183
|
let handlersError = ()=>{};
|
|
184
184
|
let handlersPromise = new Promise((resolve, reject)=>{
|
|
@@ -21,7 +21,7 @@ _export(exports, {
|
|
|
21
21
|
}
|
|
22
22
|
});
|
|
23
23
|
function isStableBuild() {
|
|
24
|
-
return !"16.2.
|
|
24
|
+
return !"16.2.10"?.includes('canary') && !process.env.__NEXT_TEST_MODE && !process.env.NEXT_PRIVATE_LOCAL_DEV;
|
|
25
25
|
}
|
|
26
26
|
class CanaryOnlyConfigError extends Error {
|
|
27
27
|
constructor(arg){
|
|
@@ -11,11 +11,11 @@ Object.defineProperty(exports, "eventCliSessionStopped", {
|
|
|
11
11
|
const EVENT_VERSION = 'NEXT_CLI_SESSION_STOPPED';
|
|
12
12
|
function eventCliSessionStopped(event) {
|
|
13
13
|
// This should be an invariant, if it fails our build tooling is broken.
|
|
14
|
-
if (typeof "16.2.
|
|
14
|
+
if (typeof "16.2.10" !== 'string') {
|
|
15
15
|
return [];
|
|
16
16
|
}
|
|
17
17
|
const payload = {
|
|
18
|
-
nextVersion: "16.2.
|
|
18
|
+
nextVersion: "16.2.10",
|
|
19
19
|
nodeVersion: process.version,
|
|
20
20
|
cliCommand: event.cliCommand,
|
|
21
21
|
durationMilliseconds: event.durationMilliseconds,
|
|
@@ -12,12 +12,12 @@ const EVENT_VERSION = 'NEXT_CLI_SESSION_STARTED';
|
|
|
12
12
|
function eventCliSession(nextConfig, event) {
|
|
13
13
|
var _nextConfig_experimental_staleTimes, _nextConfig_experimental_staleTimes1, _nextConfig_reactCompiler, _nextConfig_reactCompiler1;
|
|
14
14
|
// This should be an invariant, if it fails our build tooling is broken.
|
|
15
|
-
if (typeof "16.2.
|
|
15
|
+
if (typeof "16.2.10" !== 'string') {
|
|
16
16
|
return [];
|
|
17
17
|
}
|
|
18
18
|
const { images, i18n } = nextConfig || {};
|
|
19
19
|
const payload = {
|
|
20
|
-
nextVersion: "16.2.
|
|
20
|
+
nextVersion: "16.2.10",
|
|
21
21
|
nodeVersion: process.version,
|
|
22
22
|
cliCommand: event.cliCommand,
|
|
23
23
|
isSrcDir: event.isSrcDir,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "next",
|
|
3
|
-
"version": "16.2.
|
|
3
|
+
"version": "16.2.10",
|
|
4
4
|
"description": "The React Framework",
|
|
5
5
|
"main": "./dist/server/next.js",
|
|
6
6
|
"license": "MIT",
|
|
@@ -77,27 +77,8 @@
|
|
|
77
77
|
"bin": {
|
|
78
78
|
"next": "./dist/bin/next"
|
|
79
79
|
},
|
|
80
|
-
"scripts": {
|
|
81
|
-
"dev": "cross-env NEXT_SERVER_NO_MANGLE=1 taskr",
|
|
82
|
-
"build": "taskr release",
|
|
83
|
-
"prepublishOnly": "cd ../../ && turbo run build",
|
|
84
|
-
"types": "tsc --project tsconfig.build.json --declaration --emitDeclarationOnly --stripInternal --declarationDir dist",
|
|
85
|
-
"typescript": "tsec --noEmit",
|
|
86
|
-
"ncc-compiled": "taskr ncc",
|
|
87
|
-
"storybook": "BROWSER=none storybook dev -p 6006",
|
|
88
|
-
"build-storybook": "storybook build",
|
|
89
|
-
"test-storybook": "test-storybook"
|
|
90
|
-
},
|
|
91
|
-
"taskr": {
|
|
92
|
-
"requires": [
|
|
93
|
-
"./taskfile-webpack.js",
|
|
94
|
-
"./taskfile-ncc.js",
|
|
95
|
-
"./taskfile-swc.js",
|
|
96
|
-
"./taskfile-watch.js"
|
|
97
|
-
]
|
|
98
|
-
},
|
|
99
80
|
"dependencies": {
|
|
100
|
-
"@next/env": "16.2.
|
|
81
|
+
"@next/env": "16.2.10",
|
|
101
82
|
"@swc/helpers": "0.5.15",
|
|
102
83
|
"baseline-browser-mapping": "^2.9.19",
|
|
103
84
|
"caniuse-lite": "^1.0.30001579",
|
|
@@ -128,237 +109,14 @@
|
|
|
128
109
|
},
|
|
129
110
|
"optionalDependencies": {
|
|
130
111
|
"sharp": "^0.34.5",
|
|
131
|
-
"@next/swc-darwin-arm64": "16.2.
|
|
132
|
-
"@next/swc-darwin-x64": "16.2.
|
|
133
|
-
"@next/swc-linux-arm64-gnu": "16.2.
|
|
134
|
-
"@next/swc-linux-arm64-musl": "16.2.
|
|
135
|
-
"@next/swc-linux-x64-gnu": "16.2.
|
|
136
|
-
"@next/swc-linux-x64-musl": "16.2.
|
|
137
|
-
"@next/swc-win32-arm64-msvc": "16.2.
|
|
138
|
-
"@next/swc-win32-x64-msvc": "16.2.
|
|
139
|
-
},
|
|
140
|
-
"devDependencies": {
|
|
141
|
-
"@babel/core": "7.26.10",
|
|
142
|
-
"@babel/eslint-parser": "7.24.6",
|
|
143
|
-
"@babel/generator": "7.27.0",
|
|
144
|
-
"@babel/plugin-syntax-bigint": "7.8.3",
|
|
145
|
-
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
|
146
|
-
"@babel/plugin-syntax-import-attributes": "7.26.0",
|
|
147
|
-
"@babel/plugin-syntax-jsx": "7.25.9",
|
|
148
|
-
"@babel/plugin-syntax-typescript": "7.25.4",
|
|
149
|
-
"@babel/plugin-transform-class-properties": "7.25.9",
|
|
150
|
-
"@babel/plugin-transform-export-namespace-from": "7.25.9",
|
|
151
|
-
"@babel/plugin-transform-modules-commonjs": "7.26.3",
|
|
152
|
-
"@babel/plugin-transform-numeric-separator": "7.25.9",
|
|
153
|
-
"@babel/plugin-transform-object-rest-spread": "7.25.9",
|
|
154
|
-
"@babel/plugin-transform-runtime": "7.26.10",
|
|
155
|
-
"@babel/preset-env": "7.26.9",
|
|
156
|
-
"@babel/preset-react": "7.26.3",
|
|
157
|
-
"@babel/preset-typescript": "7.27.0",
|
|
158
|
-
"@babel/runtime": "7.27.0",
|
|
159
|
-
"@babel/traverse": "7.27.0",
|
|
160
|
-
"@babel/types": "7.27.0",
|
|
161
|
-
"@base-ui-components/react": "1.0.0-beta.2",
|
|
162
|
-
"@capsizecss/metrics": "3.4.0",
|
|
163
|
-
"@edge-runtime/cookies": "6.0.0",
|
|
164
|
-
"@edge-runtime/ponyfill": "4.0.0",
|
|
165
|
-
"@edge-runtime/primitives": "6.0.0",
|
|
166
|
-
"@hapi/accept": "5.0.2",
|
|
167
|
-
"@jest/transform": "29.5.0",
|
|
168
|
-
"@jest/types": "29.5.0",
|
|
169
|
-
"@modelcontextprotocol/sdk": "1.18.1",
|
|
170
|
-
"@mswjs/interceptors": "0.23.0",
|
|
171
|
-
"@napi-rs/triples": "1.2.0",
|
|
172
|
-
"@next/font": "16.2.9",
|
|
173
|
-
"@next/polyfill-module": "16.2.9",
|
|
174
|
-
"@next/polyfill-nomodule": "16.2.9",
|
|
175
|
-
"@next/react-refresh-utils": "16.2.9",
|
|
176
|
-
"@next/swc": "16.2.9",
|
|
177
|
-
"@opentelemetry/api": "1.6.0",
|
|
178
|
-
"@playwright/test": "1.58.2",
|
|
179
|
-
"@rspack/core": "1.6.7",
|
|
180
|
-
"@storybook/addon-a11y": "8.6.0",
|
|
181
|
-
"@storybook/addon-essentials": "8.6.0",
|
|
182
|
-
"@storybook/addon-interactions": "8.6.0",
|
|
183
|
-
"@storybook/addon-webpack5-compiler-swc": "3.0.0",
|
|
184
|
-
"@storybook/blocks": "8.6.0",
|
|
185
|
-
"@storybook/react": "8.6.0",
|
|
186
|
-
"@storybook/react-webpack5": "8.6.0",
|
|
187
|
-
"@storybook/test": "8.6.0",
|
|
188
|
-
"@storybook/test-runner": "0.21.0",
|
|
189
|
-
"@swc/core": "1.11.24",
|
|
190
|
-
"@swc/types": "0.1.7",
|
|
191
|
-
"@taskr/clear": "1.1.0",
|
|
192
|
-
"@taskr/esnext": "1.1.0",
|
|
193
|
-
"@types/babel__code-frame": "7.0.6",
|
|
194
|
-
"@types/babel__core": "7.20.5",
|
|
195
|
-
"@types/babel__generator": "7.27.0",
|
|
196
|
-
"@types/babel__template": "7.4.4",
|
|
197
|
-
"@types/babel__traverse": "7.20.7",
|
|
198
|
-
"@types/bytes": "3.1.1",
|
|
199
|
-
"@types/ci-info": "2.0.0",
|
|
200
|
-
"@types/compression": "0.0.36",
|
|
201
|
-
"@types/content-disposition": "0.5.4",
|
|
202
|
-
"@types/content-type": "1.1.3",
|
|
203
|
-
"@types/cookie": "0.3.3",
|
|
204
|
-
"@types/cross-spawn": "6.0.0",
|
|
205
|
-
"@types/debug": "4.1.5",
|
|
206
|
-
"@types/express-serve-static-core": "4.17.33",
|
|
207
|
-
"@types/fresh": "0.5.0",
|
|
208
|
-
"@types/glob": "7.1.1",
|
|
209
|
-
"@types/jsonwebtoken": "9.0.0",
|
|
210
|
-
"@types/lodash": "4.14.198",
|
|
211
|
-
"@types/lodash.curry": "4.1.6",
|
|
212
|
-
"@types/path-to-regexp": "1.7.0",
|
|
213
|
-
"@types/picomatch": "2.3.3",
|
|
214
|
-
"@types/platform": "1.3.4",
|
|
215
|
-
"@types/react": "19.0.8",
|
|
216
|
-
"@types/react-dom": "19.0.3",
|
|
217
|
-
"@types/react-is": "18.2.4",
|
|
218
|
-
"@types/semver": "7.3.1",
|
|
219
|
-
"@types/send": "0.14.4",
|
|
220
|
-
"@types/serve-handler": "6.1.4",
|
|
221
|
-
"@types/shell-quote": "1.7.1",
|
|
222
|
-
"@types/text-table": "0.2.1",
|
|
223
|
-
"@types/ua-parser-js": "0.7.36",
|
|
224
|
-
"@types/webpack-sources1": "npm:@types/webpack-sources@0.1.5",
|
|
225
|
-
"@types/ws": "8.2.0",
|
|
226
|
-
"@vercel/ncc": "0.34.0",
|
|
227
|
-
"@vercel/nft": "0.27.1",
|
|
228
|
-
"@vercel/routing-utils": "5.2.0",
|
|
229
|
-
"@vercel/turbopack-ecmascript-runtime": "*",
|
|
230
|
-
"acorn": "8.14.0",
|
|
231
|
-
"anser": "1.4.9",
|
|
232
|
-
"arg": "4.1.0",
|
|
233
|
-
"assert": "2.0.0",
|
|
234
|
-
"async-retry": "1.2.3",
|
|
235
|
-
"async-sema": "3.0.0",
|
|
236
|
-
"axe-playwright": "2.0.3",
|
|
237
|
-
"babel-loader": "10.0.0",
|
|
238
|
-
"babel-plugin-react-compiler": "0.0.0-experimental-1371fcb-20260227",
|
|
239
|
-
"babel-plugin-transform-define": "2.0.0",
|
|
240
|
-
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
|
|
241
|
-
"browserify-zlib": "0.2.0",
|
|
242
|
-
"browserslist": "4.28.1",
|
|
243
|
-
"buffer": "5.6.0",
|
|
244
|
-
"busboy": "1.6.0",
|
|
245
|
-
"bytes": "3.1.1",
|
|
246
|
-
"ci-info": "watson/ci-info#f43f6a1cefff47fb361c88cf4b943fdbcaafe540",
|
|
247
|
-
"cli-select": "1.1.2",
|
|
248
|
-
"client-only": "0.0.1",
|
|
249
|
-
"commander": "12.1.0",
|
|
250
|
-
"comment-json": "3.0.3",
|
|
251
|
-
"compression": "1.7.4",
|
|
252
|
-
"conf": "5.0.0",
|
|
253
|
-
"constants-browserify": "1.0.0",
|
|
254
|
-
"content-disposition": "0.5.3",
|
|
255
|
-
"content-type": "1.0.4",
|
|
256
|
-
"cookie": "0.4.1",
|
|
257
|
-
"cross-env": "6.0.3",
|
|
258
|
-
"cross-spawn": "7.0.3",
|
|
259
|
-
"crypto-browserify": "3.12.0",
|
|
260
|
-
"css-loader": "7.1.2",
|
|
261
|
-
"css.escape": "1.5.1",
|
|
262
|
-
"cssnano-preset-default": "7.0.6",
|
|
263
|
-
"data-uri-to-buffer": "3.0.1",
|
|
264
|
-
"debug": "4.1.1",
|
|
265
|
-
"devalue": "2.0.1",
|
|
266
|
-
"domain-browser": "4.19.0",
|
|
267
|
-
"edge-runtime": "4.0.1",
|
|
268
|
-
"events": "3.3.0",
|
|
269
|
-
"find-up": "4.1.0",
|
|
270
|
-
"fresh": "0.5.2",
|
|
271
|
-
"glob": "7.1.7",
|
|
272
|
-
"gzip-size": "5.1.1",
|
|
273
|
-
"http-proxy": "1.18.1",
|
|
274
|
-
"http-proxy-agent": "5.0.0",
|
|
275
|
-
"https-browserify": "1.0.0",
|
|
276
|
-
"https-proxy-agent": "5.0.1",
|
|
277
|
-
"icss-utils": "5.1.0",
|
|
278
|
-
"ignore-loader": "0.1.2",
|
|
279
|
-
"image-size": "1.2.1",
|
|
280
|
-
"ipaddr.js": "2.2.0",
|
|
281
|
-
"is-docker": "2.0.0",
|
|
282
|
-
"is-wsl": "2.2.0",
|
|
283
|
-
"jest-worker": "27.5.1",
|
|
284
|
-
"json5": "2.2.3",
|
|
285
|
-
"jsonwebtoken": "9.0.0",
|
|
286
|
-
"loader-runner": "4.3.0",
|
|
287
|
-
"loader-utils2": "npm:loader-utils@2.0.4",
|
|
288
|
-
"loader-utils3": "npm:loader-utils@3.1.3",
|
|
289
|
-
"lodash.curry": "4.1.1",
|
|
290
|
-
"mini-css-extract-plugin": "2.4.4",
|
|
291
|
-
"msw": "2.3.0",
|
|
292
|
-
"nanoid": "3.1.32",
|
|
293
|
-
"native-url": "0.3.4",
|
|
294
|
-
"neo-async": "2.6.1",
|
|
295
|
-
"node-html-parser": "5.3.3",
|
|
296
|
-
"ora": "4.0.4",
|
|
297
|
-
"os-browserify": "0.3.0",
|
|
298
|
-
"p-limit": "3.1.0",
|
|
299
|
-
"p-queue": "6.6.2",
|
|
300
|
-
"path-browserify": "1.0.1",
|
|
301
|
-
"path-to-regexp": "6.3.0",
|
|
302
|
-
"picomatch": "4.0.1",
|
|
303
|
-
"postcss-flexbugs-fixes": "5.0.2",
|
|
304
|
-
"postcss-modules-extract-imports": "3.0.0",
|
|
305
|
-
"postcss-modules-local-by-default": "4.2.0",
|
|
306
|
-
"postcss-modules-scope": "3.0.0",
|
|
307
|
-
"postcss-modules-values": "4.0.0",
|
|
308
|
-
"postcss-preset-env": "7.4.3",
|
|
309
|
-
"postcss-safe-parser": "6.0.0",
|
|
310
|
-
"postcss-scss": "4.0.3",
|
|
311
|
-
"postcss-value-parser": "4.2.0",
|
|
312
|
-
"process": "0.11.10",
|
|
313
|
-
"punycode": "2.1.1",
|
|
314
|
-
"querystring-es3": "0.2.1",
|
|
315
|
-
"raw-body": "2.4.1",
|
|
316
|
-
"react-refresh": "0.12.0",
|
|
317
|
-
"recast": "0.23.11",
|
|
318
|
-
"regenerator-runtime": "0.13.4",
|
|
319
|
-
"safe-stable-stringify": "2.5.0",
|
|
320
|
-
"sass-loader": "16.0.5",
|
|
321
|
-
"schema-utils2": "npm:schema-utils@2.7.1",
|
|
322
|
-
"schema-utils3": "npm:schema-utils@3.0.0",
|
|
323
|
-
"semver": "7.3.2",
|
|
324
|
-
"send": "0.18.0",
|
|
325
|
-
"serve-handler": "6.1.6",
|
|
326
|
-
"server-only": "0.0.1",
|
|
327
|
-
"setimmediate": "1.0.5",
|
|
328
|
-
"shell-quote": "1.7.3",
|
|
329
|
-
"source-map": "0.6.1",
|
|
330
|
-
"source-map-loader": "5.0.0",
|
|
331
|
-
"source-map08": "npm:source-map@0.8.0-beta.0",
|
|
332
|
-
"stacktrace-parser": "0.1.10",
|
|
333
|
-
"storybook": "8.6.0",
|
|
334
|
-
"stream-browserify": "3.0.0",
|
|
335
|
-
"stream-http": "3.1.1",
|
|
336
|
-
"strict-event-emitter": "0.5.0",
|
|
337
|
-
"string-hash": "1.1.3",
|
|
338
|
-
"string_decoder": "1.3.0",
|
|
339
|
-
"strip-ansi": "6.0.0",
|
|
340
|
-
"style-loader": "4.0.0",
|
|
341
|
-
"superstruct": "1.0.3",
|
|
342
|
-
"tar": "7.5.11",
|
|
343
|
-
"taskr": "1.1.0",
|
|
344
|
-
"terser": "5.27.0",
|
|
345
|
-
"terser-webpack-plugin": "5.3.9",
|
|
346
|
-
"text-table": "0.2.0",
|
|
347
|
-
"timers-browserify": "2.0.12",
|
|
348
|
-
"tty-browserify": "0.0.1",
|
|
349
|
-
"typescript": "5.9.2",
|
|
350
|
-
"ua-parser-js": "1.0.35",
|
|
351
|
-
"unistore": "3.4.1",
|
|
352
|
-
"util": "0.12.4",
|
|
353
|
-
"vm-browserify": "1.1.2",
|
|
354
|
-
"watchpack": "2.4.0",
|
|
355
|
-
"web-vitals": "4.2.1",
|
|
356
|
-
"webpack": "5.98.0",
|
|
357
|
-
"webpack-sources1": "npm:webpack-sources@1.4.3",
|
|
358
|
-
"webpack-sources3": "npm:webpack-sources@3.2.3",
|
|
359
|
-
"ws": "8.2.3",
|
|
360
|
-
"zod": "3.25.76",
|
|
361
|
-
"zod-validation-error": "3.4.0"
|
|
112
|
+
"@next/swc-darwin-arm64": "16.2.10",
|
|
113
|
+
"@next/swc-darwin-x64": "16.2.10",
|
|
114
|
+
"@next/swc-linux-arm64-gnu": "16.2.10",
|
|
115
|
+
"@next/swc-linux-arm64-musl": "16.2.10",
|
|
116
|
+
"@next/swc-linux-x64-gnu": "16.2.10",
|
|
117
|
+
"@next/swc-linux-x64-musl": "16.2.10",
|
|
118
|
+
"@next/swc-win32-arm64-msvc": "16.2.10",
|
|
119
|
+
"@next/swc-win32-x64-msvc": "16.2.10"
|
|
362
120
|
},
|
|
363
121
|
"keywords": [
|
|
364
122
|
"react",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|