Skip to content

Commit

Permalink
Merge branch 'master' into swap-cli-lib-deps-7
Browse files Browse the repository at this point in the history
  • Loading branch information
camden11 committed Dec 20, 2023
2 parents 25ef68a + dffb3b8 commit 4b8eeee
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion acceptance-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "acceptance-tests",
"version": "5.0.3-beta.1",
"version": "5.1.1",
"description": "Acceptance tests for cli",
"private": true,
"author": "Mike Talley <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["packages/*", "acceptance-tests"],
"version": "5.0.3-beta.2"
"version": "5.1.1"
}
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@hubspot/cli",
"version": "5.0.3-beta.2",
"version": "5.1.1",
"description": "CLI for working with HubSpot",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/HubSpot/hubspot-cms-tools"
},
"dependencies": {
"@hubspot/cli-lib": "^7.0.0",
"@hubspot/cli-lib": "^8.0.0",
"@hubspot/local-dev-lib": "^0.1.0",
"@hubspot/serverless-dev-runtime": "5.0.3-beta.2",
"@hubspot/serverless-dev-runtime": "5.1.1",
"@hubspot/ui-extensions-dev-server": "0.8.4",
"archiver": "^5.3.0",
"chalk": "^4.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/serverless-dev-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@hubspot/serverless-dev-runtime",
"version": "5.0.3-beta.2",
"version": "5.1.1",
"description": "A tool for testing HubSpot CMS serverless functions locally",
"main": "index.js",
"repository": "https://github.com/HubSpot/hubspot-cli",
"license": "Apache-2.0",
"dependencies": {
"@hubspot/cli-lib": "^7.0.0",
"@hubspot/cli-lib": "^8.0.0",
"@hubspot/local-dev-lib": "^0.1.0",
"body-parser": "^1.19.0",
"chalk": "^4.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-cms-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hubspot/webpack-cms-plugins",
"version": "5.0.3-beta.2",
"version": "5.1.1",
"description": "Webpack plugins for using with the HubSpot CMS",
"license": "Apache-2.0",
"repository": {
Expand All @@ -17,7 +17,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@hubspot/cli-lib": "^7.0.0",
"@hubspot/cli-lib": "^8.0.0",
"@hubspot/local-dev-lib": "^0.1.0"
},
"gitHead": "0659fd19cabc3645af431b177c11d0c1b089e0f8"
Expand Down

0 comments on commit 4b8eeee

Please sign in to comment.