Skip to content

Commit a315d9f

Browse files
authored
Revert "add bundle analyzer as dev dependency to next (#86497)" (#86672)
I believe this is still breaking publishes. Reverts #86497 x-ref: https://github.com/vercel/next.js/actions/runs/19790732218/job/56728905106
1 parent 169fa9f commit a315d9f

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

apps/bundle-analyzer/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

apps/bundle-analyzer/next-env.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/// <reference types="next" />
2+
/// <reference types="next/image-types/global" />
3+
import './.next/types/routes.d.ts'
4+
5+
// NOTE: This file should not be edited
6+
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

apps/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-ui",
3-
"version": "0.0.1",
3+
"version": "16.0.2-canary.16",
44
"private": true,
55
"scripts": {
66
"build": "cross-env NEXT_TEST_NATIVE_DIR=no next build --no-mangling",

packages/next/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@
162162
"@modelcontextprotocol/sdk": "1.18.1",
163163
"@mswjs/interceptors": "0.23.0",
164164
"@napi-rs/triples": "1.2.0",
165-
"@next/bundle-analyzer-ui": "0.0.1",
166165
"@next/font": "16.1.0-canary.8",
167166
"@next/polyfill-module": "16.1.0-canary.8",
168167
"@next/polyfill-nomodule": "16.1.0-canary.8",

pnpm-lock.yaml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)