Skip to content

Commit

Permalink
chore: Pin versions on all prod deps (#1357)
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-yeager authored Jan 29, 2025
1 parent 81229c1 commit b9745fb
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 12,195 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ coverage
.env
dist
.node-version
yarn.lock

# Acceptance Tests
acceptance-tests/my-project
Expand Down
1 change: 1 addition & 0 deletions .yarnrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--install.no-lockfile true
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,28 @@
"repository": "https://github.com/HubSpot/hubspot-cli",
"dependencies": {
"@hubspot/local-dev-lib": "3.1.3",
"@hubspot/serverless-dev-runtime": "7.0.1",
"@hubspot/serverless-dev-runtime": "7.0.2",
"@hubspot/theme-preview-dev-server": "0.0.10",
"@hubspot/ui-extensions-dev-server": "0.8.42",
"archiver": "^7.0.1",
"chalk": "^4.1.2",
"chokidar": "^3.0.1",
"cli-cursor": "^3.1.0",
"cli-progress": "^3.11.2",
"express": "^4.17.1",
"findup-sync": "^4.0.0",
"fs-extra": "^8.1.0",
"archiver": "7.0.1",
"chalk": "4.1.2",
"chokidar": "3.6.0",
"cli-cursor": "3.1.0",
"cli-progress": "3.12.0",
"express": "4.21.2",
"findup-sync": "4.0.0",
"fs-extra": "8.1.0",
"inquirer": "8.2.0",
"js-yaml": "^4.1.0",
"moment": "^2.29.1",
"open": "^7.0.3",
"p-queue": "^6.0.2",
"strip-ansi": "^5.2.0",
"table": "^6.6.0",
"tmp": "^0.2.1",
"update-notifier": "^5.1.0",
"js-yaml": "4.1.0",
"moment": "^2.30.1",
"open": "7.4.2",
"p-queue": "^6.6.2",
"strip-ansi": "5.2.0",
"table": "6.9.0",
"tmp": "0.2.3",
"update-notifier": "5.1.0",
"yargs": "17.7.2",
"yargs-parser": "^21.1.1"
"yargs-parser": "21.1.1"
},
"devDependencies": {
"@types/archiver": "^6.0.3",
Expand Down
Loading

0 comments on commit b9745fb

Please sign in to comment.