Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6194 from legobeat/yarn-dedupe-full-fewer
Browse files Browse the repository at this point in the history
deduplicate all dependencies and devDependencies
  • Loading branch information
haltman-at committed Sep 12, 2023
2 parents 3344b45 + 0f3d963 commit 6b2a081
Show file tree
Hide file tree
Showing 7 changed files with 778 additions and 1,960 deletions.
2 changes: 1 addition & 1 deletion packages/contract/package.json
Expand Up @@ -47,7 +47,7 @@
"stream-http": "^3.2.0",
"url": "^0.11.0",
"vm-browserify": "^1.1.2",
"webpack": "^5.73.0",
"webpack": "^5.88.2",
"webpack-cli": "^4.10.0"
},
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/dashboard/package.json
Expand Up @@ -102,9 +102,9 @@
"ts-node": "10.7.0",
"typescript": "^4.9.5",
"vm-browserify": "^1.1.2",
"webpack": "^5.74.0",
"webpack": "^5.88.2",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
"webpack-dev-server": "^4.15.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/db-kit/package.json
Expand Up @@ -62,7 +62,7 @@
"@types/web3": "1.0.20",
"eslint-plugin-react-hooks": "^4.3.0",
"jest": "29.1.2",
"madge": "^5.0.1",
"madge": "^6.1.0",
"ts-jest": "29.0.3",
"ts-node": "10.7.0",
"tsconfig-paths": "^3.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Expand Up @@ -74,7 +74,7 @@
"ganache": "7.9.1",
"hkts": "^0.3.1",
"jest": "29.1.2",
"madge": "^5.0.1",
"madge": "^6.1.0",
"ts-jest": "29.0.3",
"ts-node": "10.7.0",
"tsconfig-paths": "^3.9.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/debugger/package.json
Expand Up @@ -54,9 +54,9 @@
"mochapack": "^2.1.2",
"nyc": "^13.0.1",
"tmp": "^0.2.1",
"webpack": "^5.73.0",
"webpack": "^5.88.2",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0",
"webpack-merge": "^5.9.0",
"webpack-node-externals": "^3.0.0"
},
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/truffle/package.json
Expand Up @@ -62,8 +62,8 @@
"stream-buffers": "^3.0.1",
"tmp": "^0.2.1",
"web3": "1.10.0",
"webpack": "^5.73.0",
"webpack-bundle-analyzer": "^4.6.1",
"webpack": "^5.88.2",
"webpack-bundle-analyzer": "^4.9.1",
"webpack-cli": "^4.10.0",
"yargs": "^13.3.0"
},
Expand Down
2,720 changes: 769 additions & 1,951 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 6b2a081

Please sign in to comment.