This repository was archived by the owner on Mar 5, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
5629/lerna #5680
Merged
Merged
5629/lerna #5680
Changes from 31 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
405031d
adding webpack 5
5d4c7b8
updating
83bd4d7
updating webpack config
e497298
updating to webpack 5
4797c9f
fixing scripts
73df5ff
removing unused deps
09835b4
updating packages
c785c92
updating libraries
2079622
updating to add webpack 5 info
fa7fb08
adding webpack 5 changes
743403b
updating crypto
0a8166f
updatingwebpack config
909ed6c
Merge branch '1.x' into 5629/webpack5
avkos 3f9ee85
removing crypto-broswrify
2ce5e2a
Merge branch '5629/webpack5' of https://github.com/web3/web3.js into …
fdadf88
Merge branch '1.x' into 5629/webpack5
64faeec
add read-streamable
04961d1
update lerna to v5
6769537
upgrade to lerna 6
7d84d60
updating tools
8fd367d
remove bundlesize
bc5b980
adding lerna 6 changes
62d5208
remove bundlesize
5f67f42
Merge branch '1.x' into 5629/lerna
189f9a0
update bundlesize
af20054
bunldlesize update
10467e4
remove bundlesize
e833976
update packages for window test
ef20374
adding back bundlesize
4d0730b
removing nx
f9b15ee
adding nx back to dev-deps
8109be4
add use nx false flag
6f574ba
add nx as dev-dep
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,11 +21,11 @@ fi | |
# To model publication correctly, this script needs to run | ||
# without web3's dev deps being installed. It installs | ||
# what it needs here. | ||
npm install -g verdaccio@4.4.4 | ||
npm install -g verdaccio@5.18.0 | ||
npm install -g [email protected] | ||
npm install -g lerna@^3.20.2 | ||
npm install -g typescript@^3.9.5 | ||
npm install -g webpack@^4.44.1 webpack-cli@^3.3.12 clean-webpack-plugin@^3.0.0 | ||
luu-alex marked this conversation as resolved.
Show resolved
Hide resolved
|
||
npm install -g lerna@^6.1.0 | ||
npm install -g typescript@^4.1 | ||
npm install -g webpack@^5.75.0 webpack-cli@^5 | ||
|
||
# Launch npm proxy registry and save pid to kill server (req. in Windows env) | ||
verdaccio --config verdaccio.yml & | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.