Skip to content

Commit daa5847

Browse files
committed
update dependencies
1 parent 1d48b04 commit daa5847

File tree

2 files changed

+81
-21
lines changed

2 files changed

+81
-21
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@
2626
},
2727
"homepage": "https://github.com/aelbore/esbuild-jest#readme",
2828
"peerDependencies": {
29-
"esbuild": ">=0.8.56"
29+
"esbuild": ">=0.9.3"
3030
},
3131
"devDependencies": {
3232
"@babel/preset-typescript": "^7.13.0",
3333
"@swc/core": "^1.2.50",
34-
"@types/jest": "^26.0.20",
34+
"@types/jest": "^26.0.21",
3535
"@types/mock-fs": "^4.13.0",
36-
"@types/node": "^14.14.31",
37-
"@types/react": "^17.0.2",
38-
"@types/react-dom": "^17.0.1",
36+
"@types/node": "^14.14.35",
37+
"@types/react": "^17.0.3",
38+
"@types/react-dom": "^17.0.2",
3939
"alias-hq": "^5.1.6",
4040
"aria-build": "^0.7.3",
4141
"aria-fs": "^0.7.3",
@@ -49,7 +49,7 @@
4949
"typescript": "^4.2.3"
5050
},
5151
"dependencies": {
52-
"@babel/core": "^7.13.8",
52+
"@babel/core": "^7.13.10",
5353
"@babel/plugin-transform-modules-commonjs": "^7.13.8",
5454
"babel-jest": "^26.6.3"
5555
},

yarn.lock

Lines changed: 75 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
semver "^5.4.1"
3636
source-map "^0.5.0"
3737

38-
"@babel/core@^7.1.6", "@babel/core@^7.13.8":
38+
"@babel/core@^7.1.6":
3939
version "7.13.8"
4040
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.8.tgz#c191d9c5871788a591d69ea1dc03e5843a3680fb"
4141
integrity sha512-oYapIySGw1zGhEFRd6lzWNLWFX2s5dA/jm+Pw/+59ZdXtjyIuwlXbrId22Md0rgZVop+aVoqow2riXhBLNyuQg==
@@ -57,6 +57,28 @@
5757
semver "^6.3.0"
5858
source-map "^0.5.0"
5959

60+
"@babel/core@^7.13.10":
61+
version "7.13.10"
62+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.10.tgz#07de050bbd8193fcd8a3c27918c0890613a94559"
63+
integrity sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw==
64+
dependencies:
65+
"@babel/code-frame" "^7.12.13"
66+
"@babel/generator" "^7.13.9"
67+
"@babel/helper-compilation-targets" "^7.13.10"
68+
"@babel/helper-module-transforms" "^7.13.0"
69+
"@babel/helpers" "^7.13.10"
70+
"@babel/parser" "^7.13.10"
71+
"@babel/template" "^7.12.13"
72+
"@babel/traverse" "^7.13.0"
73+
"@babel/types" "^7.13.0"
74+
convert-source-map "^1.7.0"
75+
debug "^4.1.0"
76+
gensync "^1.0.0-beta.2"
77+
json5 "^2.1.2"
78+
lodash "^4.17.19"
79+
semver "^6.3.0"
80+
source-map "^0.5.0"
81+
6082
"@babel/generator@^7.12.17":
6183
version "7.12.17"
6284
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.17.tgz#9ef1dd792d778b32284411df63f4f668a9957287"
@@ -66,7 +88,7 @@
6688
jsesc "^2.5.1"
6789
source-map "^0.5.0"
6890

69-
"@babel/generator@^7.13.0":
91+
"@babel/generator@^7.13.0", "@babel/generator@^7.13.9":
7092
version "7.13.9"
7193
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.9.tgz#3a7aa96f9efb8e2be42d38d80e2ceb4c64d8de39"
7294
integrity sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw==
@@ -75,6 +97,16 @@
7597
jsesc "^2.5.1"
7698
source-map "^0.5.0"
7799

100+
"@babel/helper-compilation-targets@^7.13.10":
101+
version "7.13.10"
102+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.10.tgz#1310a1678cb8427c07a753750da4f8ce442bdd0c"
103+
integrity sha512-/Xju7Qg1GQO4mHZ/Kcs6Au7gfafgZnwm+a7sy/ow/tV1sHeraRUHbjdat8/UvDor4Tez+siGKDk6zIKtCPKVJA==
104+
dependencies:
105+
"@babel/compat-data" "^7.13.8"
106+
"@babel/helper-validator-option" "^7.12.17"
107+
browserslist "^4.14.5"
108+
semver "^6.3.0"
109+
78110
"@babel/helper-compilation-targets@^7.13.8":
79111
version "7.13.8"
80112
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.8.tgz#02bdb22783439afb11b2f009814bdd88384bd468"
@@ -249,6 +281,15 @@
249281
"@babel/traverse" "^7.13.0"
250282
"@babel/types" "^7.13.0"
251283

284+
"@babel/helpers@^7.13.10":
285+
version "7.13.10"
286+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.10.tgz#fd8e2ba7488533cdeac45cc158e9ebca5e3c7df8"
287+
integrity sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ==
288+
dependencies:
289+
"@babel/template" "^7.12.13"
290+
"@babel/traverse" "^7.13.0"
291+
"@babel/types" "^7.13.0"
292+
252293
"@babel/highlight@^7.12.13":
253294
version "7.12.13"
254295
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.12.13.tgz#8ab538393e00370b26271b01fa08f7f27f2e795c"
@@ -268,6 +309,11 @@
268309
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.9.tgz#ca34cb95e1c2dd126863a84465ae8ef66114be99"
269310
integrity sha512-nEUfRiARCcaVo3ny3ZQjURjHQZUo/JkEw7rLlSZy/psWGnvwXFtPcr6jb7Yb41DVW5LTe6KRq9LGleRNsg1Frw==
270311

312+
"@babel/parser@^7.13.10":
313+
version "7.13.10"
314+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.10.tgz#8f8f9bf7b3afa3eabd061f7a5bcdf4fec3c48409"
315+
integrity sha512-0s7Mlrw9uTWkYua7xWr99Wpk2bnGa0ANleKfksYAES8LpWH4gW1OUr42vqKNf0us5UQNfru2wPqMqRITzq/SIQ==
316+
271317
"@babel/plugin-proposal-class-properties@^7.1.0":
272318
version "7.13.0"
273319
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.13.0.tgz#146376000b94efd001e57a40a88a525afaab9f37"
@@ -933,10 +979,10 @@
933979
dependencies:
934980
"@types/istanbul-lib-report" "*"
935981

936-
"@types/jest@^26.0.20":
937-
version "26.0.20"
938-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.20.tgz#cd2f2702ecf69e86b586e1f5223a60e454056307"
939-
integrity sha512-9zi2Y+5USJRxd0FsahERhBwlcvFh6D2GLQnY2FH2BzK8J9s9omvNHIbvABwIluXa0fD8XVKMLTO0aOEuUfACAA==
982+
"@types/jest@^26.0.21":
983+
version "26.0.21"
984+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.21.tgz#3a73c2731e7e4f0fbaea56ce7ff8c79cf812bd24"
985+
integrity sha512-ab9TyM/69yg7eew9eOwKMUmvIZAKEGZYlq/dhe5/0IMUd/QLJv5ldRMdddSn+u22N13FP3s5jYyktxuBwY0kDA==
940986
dependencies:
941987
jest-diff "^26.0.0"
942988
pretty-format "^26.0.0"
@@ -953,10 +999,10 @@
953999
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.30.tgz#7d5162eec085ba34f8cb9011e9ba12119f76f961"
9541000
integrity sha512-gUWhy8s45fQp4PqqKecsnOkdW0kt1IaKjgOIR3HPokkzTmQj9ji2wWFID5THu1MKrtO+d4s2lVrlEhXUsPXSvg==
9551001

956-
"@types/node@^14.14.31":
957-
version "14.14.31"
958-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.31.tgz#72286bd33d137aa0d152d47ec7c1762563d34055"
959-
integrity sha512-vFHy/ezP5qI0rFgJ7aQnjDXwAMrG0KqqIH7tQG5PPv3BWBayOPIQNBjVc/P6hhdZfMx51REc6tfDNXHUio893g==
1002+
"@types/node@^14.14.35":
1003+
version "14.14.35"
1004+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.35.tgz#42c953a4e2b18ab931f72477e7012172f4ffa313"
1005+
integrity sha512-Lt+wj8NVPx0zUmUwumiVXapmaLUcAk3yPuHCFVXras9k5VT9TdhJqKqGVUQCD60OTMCl0qxJ57OiTL0Mic3Iag==
9601006

9611007
"@types/normalize-package-data@^2.4.0":
9621008
version "2.4.0"
@@ -973,21 +1019,30 @@
9731019
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.3.tgz#2ab0d5da2e5815f94b0b9d4b95d1e5f243ab2ca7"
9741020
integrity sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw==
9751021

976-
"@types/react-dom@^17.0.1":
977-
version "17.0.1"
978-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.1.tgz#d92d77d020bfb083e07cc8e0ac9f933599a4d56a"
979-
integrity sha512-yIVyopxQb8IDZ7SOHeTovurFq+fXiPICa+GV3gp0Xedsl+MwQlMLKmvrnEjFbQxjliH5YVAEWFh975eVNmKj7Q==
1022+
"@types/react-dom@^17.0.2":
1023+
version "17.0.2"
1024+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.2.tgz#35654cf6c49ae162d5bc90843d5437dc38008d43"
1025+
integrity sha512-Icd9KEgdnFfJs39KyRyr0jQ7EKhq8U6CcHRMGAS45fp5qgUvxL3ujUCfWFttUK2UErqZNj97t9gsVPNAqcwoCg==
9801026
dependencies:
9811027
"@types/react" "*"
9821028

983-
"@types/react@*", "@types/react@^17.0.2":
1029+
"@types/react@*":
9841030
version "17.0.2"
9851031
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.2.tgz#3de24c4efef902dd9795a49c75f760cbe4f7a5a8"
9861032
integrity sha512-Xt40xQsrkdvjn1EyWe1Bc0dJLcil/9x2vAuW7ya+PuQip4UYUaXyhzWmAbwRsdMgwOFHpfp7/FFZebDU6Y8VHA==
9871033
dependencies:
9881034
"@types/prop-types" "*"
9891035
csstype "^3.0.2"
9901036

1037+
"@types/react@^17.0.3":
1038+
version "17.0.3"
1039+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.3.tgz#ba6e215368501ac3826951eef2904574c262cc79"
1040+
integrity sha512-wYOUxIgs2HZZ0ACNiIayItyluADNbONl7kt8lkLjVK8IitMH5QMyAh75Fwhmo37r1m7L2JaFj03sIfxBVDvRAg==
1041+
dependencies:
1042+
"@types/prop-types" "*"
1043+
"@types/scheduler" "*"
1044+
csstype "^3.0.2"
1045+
9911046
"@types/relateurl@*":
9921047
version "0.2.28"
9931048
resolved "https://registry.yarnpkg.com/@types/relateurl/-/relateurl-0.2.28.tgz#6bda7db8653fa62643f5ee69e9f69c11a392e3a6"
@@ -1000,6 +1055,11 @@
10001055
dependencies:
10011056
"@types/node" "*"
10021057

1058+
"@types/scheduler@*":
1059+
version "0.16.1"
1060+
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.1.tgz#18845205e86ff0038517aab7a18a62a6b9f71275"
1061+
integrity sha512-EaCxbanVeyxDRTQBkdLb3Bvl/HK7PBK6UJjsSixB0iHKoWxE5uu2Q/DgtpOhPIojN0Zl1whvOd7PoHs2P0s5eA==
1062+
10031063
"@types/stack-utils@^2.0.0":
10041064
version "2.0.0"
10051065
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.0.tgz#7036640b4e21cc2f259ae826ce843d277dad8cff"

0 commit comments

Comments
 (0)