Skip to content

Commit

Permalink
chore: update deps and resolve (#881)
Browse files Browse the repository at this point in the history
* chore: update deps and resolve

* chore: add resolutions for glob-parent

* chore: remove resolutions
  • Loading branch information
jinlee93 authored Mar 3, 2022
1 parent dba4d21 commit c48915f
Show file tree
Hide file tree
Showing 4 changed files with 721 additions and 720 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"husky": "^4.3.8",
"lerna": "^4.0.0",
"lint-staged": "^10.5.4",
"plop": "^2.7.4",
"plop": "^3.0.5",
"prettier": "^2.5.1",
"size-limit": "^4.12.0",
"stylelint": "^14.5.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@
"devDependencies": {
"@chanzuckerberg/axe-storybook-testing": "^5.0.0",
"@chanzuckerberg/story-utils": "^3.0.4",
"@storybook/addon-a11y": "^6.4.17",
"@storybook/addon-essentials": "^6.4.17",
"@storybook/addon-interactions": "^6.4.17",
"@storybook/addon-a11y": "^6.4.19",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-interactions": "^6.4.19",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/react": "^6.4.17",
"@storybook/react": "^6.4.19",
"@storybook/storybook-deployer": "^2.8.10",
"@storybook/testing-library": "^0.0.8",
"@storybook/testing-library": "^0.0.9",
"@storybook/testing-react": "^1.2.3",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
Expand Down
2 changes: 1 addition & 1 deletion plop-templates/Component/index.ts.hbs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default } from './{{pascalCase name}}';
export { default } from "./{{pascalCase name}}";
Loading

0 comments on commit c48915f

Please sign in to comment.