From cef77d12a55d2b48e43f7ffe444dca934a71c0c3 Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Sat, 22 Oct 2022 11:51:42 +0800 Subject: [PATCH] Merge pull request #209 from bryanjtc/dependency-fix Fix missing dependencies --- package.json | 6 ++++-- yarn.lock | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 375ee1a7..37b77e5f 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", @@ -117,6 +117,8 @@ "commander": "^9.0.0", "expect-playwright": "^0.8.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", diff --git a/yarn.lock b/yarn.lock index 8402307a..4b85af83 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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== @@ -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==