Skip to content

Commit 24670d4

Browse files
committed
WIP update to lerna 6.0.3
1 parent 7139cec commit 24670d4

File tree

3 files changed

+1923
-1430
lines changed

3 files changed

+1923
-1430
lines changed

lerna.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"lerna": "3.4.0",
32
"version": "7.26.0",
43
"packages": "packages/*",
54
"npmClient": "yarn",
6-
"useWorkspaces": true
5+
"useWorkspaces": true,
6+
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
77
}

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,29 @@
22
"private": true,
33
"scripts": {
44
"build": "node ./scripts/verify-packages-versions.js && yarn run-p build:rollup build:types build:bundle && yarn build:extras",
5-
"build:bundle": "yarn ts-node scripts/ensure-bundle-deps.ts && yarn lerna run --parallel build:bundle",
5+
"build:bundle": "yarn ts-node scripts/ensure-bundle-deps.ts && yarn lerna run build:bundle",
66
"build:dev": "run-p build:types build:rollup",
7-
"build:dev:filter": "lerna run --stream --concurrency 1 --sort build:dev --include-filtered-dependencies --include-filtered-dependents --scope",
8-
"build:extras": "lerna run --parallel build:extras",
9-
"build:rollup": "lerna run --parallel build:rollup",
7+
"build:dev:filter": "lerna run build:dev --include-filtered-dependencies --include-filtered-dependents --scope",
8+
"build:extras": "lerna run build:extras",
9+
"build:rollup": "lerna run build:rollup",
1010
"build:types": "lerna run --stream build:types",
11-
"build:watch": "lerna run --parallel build:watch",
12-
"build:dev:watch": "lerna run --parallel build:dev:watch",
11+
"build:watch": "lerna run build:watch",
12+
"build:dev:watch": "lerna run build:dev:watch",
1313
"build:types:watch": "ts-node scripts/build-types-watch.ts",
14-
"build:npm": "lerna run --parallel build:npm",
15-
"circularDepCheck": "lerna run --parallel circularDepCheck",
14+
"build:npm": "lerna run build:npm",
15+
"circularDepCheck": "lerna run circularDepCheck",
1616
"clean": "run-p clean:build clean:caches",
17-
"clean:build": "lerna run --parallel clean",
17+
"clean:build": "lerna run clean",
1818
"clean:caches": "yarn rimraf eslintcache && yarn jest --clearCache",
1919
"clean:deps": "lerna clean --yes && rm -rf node_modules && yarn",
2020
"clean:all": "run-p clean:build clean:caches clean:deps",
2121
"codecov": "codecov",
22-
"fix": "lerna run --parallel fix",
23-
"link:yarn": "lerna exec --parallel yarn link",
24-
"lint": "lerna run --parallel lint",
25-
"lint:eslint": "lerna run --parallel lint:eslint",
22+
"fix": "lerna run fix",
23+
"link:yarn": "lerna exec yarn link",
24+
"lint": "lerna run lint",
25+
"lint:eslint": "lerna run lint:eslint",
2626
"postpublish": "lerna run --stream --concurrency 1 postpublish",
27-
"test": "lerna run --ignore @sentry-internal/browser-integration-tests --ignore @sentry-internal/node-integration-tests --stream --concurrency 1 --sort test",
27+
"test": "lerna run --ignore @sentry-internal/browser-integration-tests --ignore @sentry-internal/node-integration-tests test",
2828
"test-ci": "ts-node ./scripts/test.ts",
2929
"postinstall": "patch-package"
3030
},
@@ -85,7 +85,7 @@
8585
"jsdom": "^19.0.0",
8686
"karma-browserstack-launcher": "^1.5.1",
8787
"karma-firefox-launcher": "^1.1.0",
88-
"lerna": "3.13.4",
88+
"lerna": "^6.0.3",
8989
"madge": "4.0.2",
9090
"mocha": "^6.1.4",
9191
"nodemon": "^2.0.16",
@@ -113,5 +113,5 @@
113113
"@types/express-serve-static-core": "4.17.30"
114114
},
115115
"version": "0.0.0",
116-
"dependencies": {}
116+
"name": "sentry-javascript"
117117
}

0 commit comments

Comments
 (0)