Skip to content

Commit

Permalink
Merge pull request #32 from HubSpot/bmatto/update-cli-version
Browse files Browse the repository at this point in the history
Pin CLI to latest for example and ignore lock files
  • Loading branch information
bmatto authored Mar 7, 2024
2 parents aa20531 + 45c820e commit 12ba824
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions examples/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock.json
2 changes: 1 addition & 1 deletion examples/contact-profile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "JS Building Blocks Contact Profile",
"license": "Apache-2.0",
"devDependencies": {
"@hubspot/cli": "^4.0.1",
"@hubspot/cli": "latest",
"@hubspot/prettier-plugin-hubl": "latest",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "JS Building Blocks GrapQL and Storybook",
"license": "Apache-2.0",
"devDependencies": {
"@hubspot/cli": "^4.0.1",
"@hubspot/cli": "latest",
"@hubspot/prettier-plugin-hubl": "latest",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "JS Building Blocks Hello World",
"license": "Apache-2.0",
"devDependencies": {
"@hubspot/cli": "^4.0.1",
"@hubspot/cli": "latest",
"@hubspot/prettier-plugin-hubl": "latest",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/islands/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "JS Building Blocks Hello World",
"license": "Apache-2.0",
"devDependencies": {
"@hubspot/cli": "^4.0.1",
"@hubspot/cli": "latest",
"@hubspot/prettier-plugin-hubl": "latest",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/styling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "JS Building Blocks Styling",
"license": "Apache-2.0",
"devDependencies": {
"@hubspot/cli": "^4.0.1",
"@hubspot/cli": "latest",
"@hubspot/prettier-plugin-hubl": "latest",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/todo-mvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "JS Building Blocks Todo MVC",
"license": "Apache-2.0",
"devDependencies": {
"@hubspot/cli": "^4.0.1",
"@hubspot/cli": "latest",
"@hubspot/prettier-plugin-hubl": "latest",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
Expand Down

0 comments on commit 12ba824

Please sign in to comment.