Skip to content

Commit

Permalink
feat: only list dependencies of current workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahsporck committed Sep 25, 2023
1 parent 2957c9a commit f53828f
Show file tree
Hide file tree
Showing 9 changed files with 596 additions and 1,085 deletions.
7 changes: 3 additions & 4 deletions bundles/@yarnpkg/plugin-licenses.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,28 +37,28 @@
},
"dependencies": {
"@yarnpkg/builder": "^3.3.0",
"@yarnpkg/cli": "^3.6.1",
"@yarnpkg/core": "^3.5.2",
"@yarnpkg/cli": "^3.6.3",
"@yarnpkg/core": "^3.5.3",
"@yarnpkg/fslib": "^2.10.3",
"@yarnpkg/libzip": "^2.3.0",
"@yarnpkg/parsers": "^2.5.1",
"@yarnpkg/plugin-pnp": "^3.2.11",
"@yarnpkg/plugin-pnp": "^3.2.13",
"clipanion": "3.2.0-rc.4",
"format-to-json": "^3.0.3",
"hosted-git-info": "^6.1.1"
"hosted-git-info": "^7.0.1"
},
"devDependencies": {
"@types/hosted-git-info": "^3.0.2",
"@types/hosted-git-info": "^3.0.3",
"@types/jest": "^29.5.2",
"@types/node": "^18.16.19",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@yarnpkg/plugin-npm": "^2.7.4",
"@yarnpkg/plugin-pack": "^3.2.0",
"eslint": "^8.44.0",
"eslint": "^8.50.0",
"eslint-plugin-jsdoc": "^39.9.1",
"jest": "^29.6.0",
"prettier": "^2.8.8",
"prettier": "^3.0.3",
"ts-jest": "^29.1.1",
"typescript": "~5.1.6"
},
Expand Down
Loading

0 comments on commit f53828f

Please sign in to comment.