Skip to content

Commit

Permalink
fix: dependency pruning (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jun 10, 2021
1 parent 6e96bd4 commit 7a8212d
Show file tree
Hide file tree
Showing 3 changed files with 209 additions and 209 deletions.
5 changes: 2 additions & 3 deletions packages/data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@
"test": "sf-test"
},
"dependencies": {
"@salesforce/core": "^2.23.4",
"@salesforce/kit": "^1.3.3",
"@salesforce/ts-types": "1.5.13",
"@salesforce/core": "^2.24.0",
"@salesforce/ts-types": "^1.5.13",
"template-lib": "^1.1.2",
"tslib": "^2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"dependencies": {
"@oclif/config": "^1",
"@salesforce/command": "^3.1.3",
"@salesforce/core": "^2.23.4",
"@salesforce/core": "^2.24.0",
"@salesforce/data": "^0.1.7",
"@salesforce/ts-types": "^1.5.13",
"@types/graceful-fs": "^4.1.5",
Expand Down
Loading

0 comments on commit 7a8212d

Please sign in to comment.