Skip to content

Commit

Permalink
Merge pull request #209 from bryanjtc/dependency-fix
Browse files Browse the repository at this point in the history
Fix missing dependencies
  • Loading branch information
shilman committed Oct 22, 2022
2 parents 957538d + ba980e8 commit 6bc74b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions package.json
Expand Up @@ -58,8 +58,6 @@
"devDependencies": {
"@auto-it/released": "^10.37.1",
"@babel/cli": "^7.12.1",
"@babel/template": "^7.14.5",
"@babel/types": "^7.14.8",
"@jest/types": "^28.1.3",
"@storybook/addon-coverage": "^0.0.1",
"@storybook/addon-essentials": "^6.5.0",
Expand Down Expand Up @@ -109,6 +107,8 @@
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/template": "^7.14.5",
"@babel/types": "^7.14.8",
"@storybook/core-common": "^6.5.0",
"@storybook/csf": "0.0.2--canary.4566f4d.1",
"@storybook/csf-tools": "^6.5.0",
Expand All @@ -118,6 +118,8 @@
"expect-playwright": "^0.8.0",
"global": "^4.4.0",
"jest": "^28.0.0",
"jest-environment-node":"^28.0.0",
"jest-circus":"^28.0.0",
"jest-junit": "^14.0.0",
"jest-playwright-preset": "^2.0.0",
"jest-runner": "^28.0.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Expand Up @@ -8006,7 +8006,7 @@ jest-changed-files@^28.1.3:
execa "^5.0.0"
p-limit "^3.1.0"

jest-circus@^28.1.3:
jest-circus@^28.0.0, jest-circus@^28.1.3:
version "28.1.3"
resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-28.1.3.tgz#d14bd11cf8ee1a03d69902dc47b6bd4634ee00e4"
integrity sha512-cZ+eS5zc79MBwt+IhQhiEp0OeBddpc1n8MBo1nMB8A7oPMKEO+Sre+wHaLJexQUj9Ya/8NOBY0RESUgYjB6fow==
Expand Down Expand Up @@ -8125,7 +8125,7 @@ jest-each@^28.1.3:
jest-util "^28.1.3"
pretty-format "^28.1.3"

jest-environment-node@^28.1.3:
jest-environment-node@^28.0.0, jest-environment-node@^28.1.3:
version "28.1.3"
resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-28.1.3.tgz#7e74fe40eb645b9d56c0c4b70ca4357faa349be5"
integrity sha512-ugP6XOhEpjAEhGYvp5Xj989ns5cB1K6ZdjBYuS30umT4CQEETaxSiPcZ/E1kFktX4GkrcM4qu07IIlDYX1gp+A==
Expand Down

0 comments on commit 6bc74b4

Please sign in to comment.