Skip to content

Commit

Permalink
continued happo troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
jpandersen87 committed Feb 3, 2024
1 parent 1e82459 commit 2b49b4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"prepare": "husky && yarn build",
"prepublishOnly": "yarn test && yarn lint",
"happo": "happo --config ./.happo.cjs",
"happo-ci": "happo-ci-github-actions --config ./.happo.cjs",
"happo-ci": "HAPPO_CONFIG_FILE='./.happo.cjs' happo-ci-github-actions --config ./.happo.cjs",
"contributors:add": "all-contributors add"
},
"repository": {
Expand All @@ -71,6 +71,7 @@
"react-dom": "^16.x || ^17.x || ^18.x"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@laynezh/vite-plugin-lib-assets": "^0.5.14",
"@storybook/addon-a11y": "^7.6.10",
"@storybook/addon-essentials": "^7.6.10",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98"
integrity sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==

"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.18.9", "@babel/core@^7.20.12", "@babel/core@^7.23.0", "@babel/core@^7.23.2":
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.18.9", "@babel/core@^7.20.12", "@babel/core@^7.23.0", "@babel/core@^7.23.2", "@babel/core@^7.23.9":
version "7.23.9"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.9.tgz#b028820718000f267870822fec434820e9b1e4d1"
integrity sha512-5q0175NOjddqpvvzU+kDiSOAk4PfdO6FvwCWoQ6RO7rTzEe8vlo+4HVfcnAREhD4npMs0e9uZypjTwzZPCf/cw==
Expand Down

0 comments on commit 2b49b4a

Please sign in to comment.