Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lerna v5 #5927

Merged
merged 6 commits into from
Jul 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"packages/*",
"packages/wallet/*"
],
"useWorkspaces": true,
"version": "independent"
}
12 changes: 1 addition & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsdoc": "^46.4.3",
"eslint-plugin-prettier": "^5.0.0",
"lerna": "^3.22.1",
"lerna": "^5.6.2",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.0",
"prettier-plugin-jsdoc": "^1.0.0",
Expand Down Expand Up @@ -84,15 +84,5 @@
},
"dependencies": {
"patch-package": "^6.5.1"
},
"resolutions": {
"**/http-errors/depd": "^2.0.0",
"**/morgan/depd": "^2.0.0",
"**/agentkeepalive/depd": "^2.0.0",
"**/acorn-globals/acorn": "^8.7.1",
"**/acorn-node/acorn": "^8.7.1",
"**/espree/acorn": "^8.7.1",
"**/eslint/@babel/code-frame": "^7.12.11",
"**/@endo/eslint-config/@jessie.js/eslint-plugin": "^0.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/solo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"http-proxy-middleware": "^2.0.6",
"import-meta-resolve": "^2.2.1",
"minimist": "^1.2.0",
"morgan": "^1.9.1",
"morgan": "^1.10.0",
"node-fetch": "^2.6.0",
"temp": "^0.9.1",
"tmp": "^0.2.1",
Expand Down
1 change: 1 addition & 0 deletions packages/xsnap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
},
"devDependencies": {
"@endo/base64": "^0.2.32",
"@types/glob": "^8.1.0",
"ava": "^5.3.0",
"c8": "^7.13.0"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/node_modules/node-fetch/lib/index.js b/node_modules/node-fetch/lib/index.js
index 337d6e5..75b33d4 100644
index 087f2a0..6778549 100644
--- a/node_modules/node-fetch/lib/index.js
+++ b/node_modules/node-fetch/lib/index.js
@@ -1,3 +1,4 @@
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
diff --git a/node_modules/bl/node_modules/readable-stream/errors.js b/node_modules/bl/node_modules/readable-stream/errors.js
diff --git a/node_modules/readable-stream/errors.js b/node_modules/readable-stream/errors.js
index 8471526..a4169da 100644
--- a/node_modules/bl/node_modules/readable-stream/errors.js
+++ b/node_modules/bl/node_modules/readable-stream/errors.js
--- a/node_modules/readable-stream/errors.js
+++ b/node_modules/readable-stream/errors.js
@@ -21,7 +21,18 @@ function createErrorType(code, message, Base) {
}
}
Expand Down