Skip to content

Commit

Permalink
Merge pull request #5927 from Agoric/ta/lerna-v5
Browse files Browse the repository at this point in the history
lerna v5
  • Loading branch information
turadg committed Jul 25, 2023
2 parents 8bcf6af + 9ce4858 commit 9c40cec
Show file tree
Hide file tree
Showing 7 changed files with 2,115 additions and 3,482 deletions.
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

0 comments on commit 9c40cec

Please sign in to comment.