Skip to content

Commit

Permalink
Add back trackUsage and bump ldl dep
Browse files Browse the repository at this point in the history
  • Loading branch information
camden11 committed Nov 15, 2023
1 parent 8ec0178 commit da13edb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/cli/lib/usageTracking.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { trackUsage } = require('@hubspot/cli-lib/api/fileMapper');
const { trackUsage } = require('@hubspot/local-dev-lib/trackUsage');
const {
isTrackingAllowed,
getAccountConfig,
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@hubspot/cli-lib": "^7.0.0",
"@hubspot/local-dev-lib": "^0.0.9",
"@hubspot/local-dev-lib": "^0.0.10",
"@hubspot/serverless-dev-runtime": "5.0.2",
"@hubspot/ui-extensions-dev-server": "^0.8.0",
"archiver": "^5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/serverless-dev-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "Apache-2.0",
"dependencies": {
"@hubspot/cli-lib": "^7.0.0",
"@hubspot/local-dev-lib": "^0.0.9",
"@hubspot/local-dev-lib": "^0.0.10",
"body-parser": "^1.19.0",
"chalk": "^4.1.0",
"chokidar": "^3.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-cms-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@hubspot/cli-lib": "^7.0.0",
"@hubspot/local-dev-lib": "^0.0.9"
"@hubspot/local-dev-lib": "^0.0.10"
},
"gitHead": "0659fd19cabc3645af431b177c11d0c1b089e0f8"
}

0 comments on commit da13edb

Please sign in to comment.