Skip to content

Commit 5b97f1f

Browse files
authored
Turbopack: add bundle-analyzer to versioning and add dependency (#86355)
### What? fix lerna config and add dependency to make turborepo happy
1 parent c42d0e3 commit 5b97f1f

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

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

lerna.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"npmClient": "pnpm",
33
"useWorkspaces": true,
44
"packages": [
5-
"packages/*"
5+
"packages/*",
6+
"apps/bundle-analyzer"
67
],
78
"command": {
89
"version": {

packages/next/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@
162162
"@modelcontextprotocol/sdk": "1.18.1",
163163
"@mswjs/interceptors": "0.23.0",
164164
"@napi-rs/triples": "1.2.0",
165+
"@next/bundle-analyzer-ui": "16.0.2-canary.27",
165166
"@next/font": "16.0.2-canary.27",
166167
"@next/polyfill-module": "16.0.2-canary.27",
167168
"@next/polyfill-nomodule": "16.0.2-canary.27",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)