File tree Expand file tree Collapse file tree 2 files changed +14
-12
lines changed Expand file tree Collapse file tree 2 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 22
22
"clean" : " rm -rf dist/ node_modules/" ,
23
23
"lint" : " eslint --max-warnings 0 ." ,
24
24
"lint:format" : " prettier --check ." ,
25
- "start" : " rollup -c rollup.config.js --watch" ,
26
- "test" : " NODE_OPTIONS=--experimental-vm-modules jest --forceExit --detectOpenHandles --testLocationInResults --json --outputFile=report.json" ,
25
+ "start" : " yarn build --watch" ,
26
+ "test" : " jest --forceExit --detectOpenHandles --testLocationInResults --json --outputFile=report.json" ,
27
27
"test:watch" : " yarn test --watch" ,
28
28
"typecheck" : " tsc --noEmit" ,
29
29
"release" : " semantic-release"
35
35
"@types/jest" : " 26.0.23" ,
36
36
"@types/mongodb" : " ^3.6.20" ,
37
37
"@types/node" : " 15.12.4" ,
38
- "esbuild" : " 0.12.9" ,
39
38
"eslint" : " 7.29.0" ,
40
39
"jest" : " 26.6.3" ,
41
40
"mongodb" : " 3.6.10" ,
Original file line number Diff line number Diff line change 977
977
integrity sha512-509r2+yARFfHHE7T6Puu2jjkoycftovhXRqW328PDXTVGKihlb1P8Z9mMZH04ebyajfRY7dedfGynlrFHJUQCg==
978
978
979
979
" @tsconfig/node16@^1.0.1 " :
980
- version "1.0.1 "
981
- resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.1 .tgz#a6ca6a9a0ff366af433f42f5f0e124794ff6b8f1 "
982
- integrity sha512-FTgBI767POY/lKNDNbIzgAX6miIDBs6NTCbdlDb8TrWovHsSvaVIZDlTqym29C6UqhzwcJx4CYr+AlrMywA0cA ==
980
+ version "1.0.2 "
981
+ resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.2 .tgz#423c77877d0569db20e1fc80885ac4118314010e "
982
+ integrity sha512-eZxlbI8GZscaGS7kkc/trHTT5xgrjH3/1n2JDwusC9iahPKWMRvRjJSAN5mCXviuTGQ/lHnhvv8Q1YTpnfz9gA ==
983
983
984
984
" @types/babel__core@^7.0.0" , "@types/babel__core@^7.1.7":
985
985
version "7.1.14"
@@ -2559,11 +2559,6 @@ es-to-primitive@^1.2.1:
2559
2559
is-date-object "^1.0.1"
2560
2560
is-symbol "^1.0.2"
2561
2561
2562
-
2563
- version "0.12.9"
2564
- resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.12.9.tgz#bed4e7087c286cd81d975631f77d47feb1660070"
2565
- integrity sha512-MWRhAbMOJ9RJygCrt778rz/qNYgA4ZVj6aXnNPxFjs7PmIpb0fuB9Gmg5uWrr6n++XKwwm/RmSz6RR5JL2Ocsw==
2566
-
2567
2562
escalade@^3.1.1 :
2568
2563
version "3.1.1"
2569
2564
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
@@ -6500,7 +6495,15 @@ source-map-resolve@^0.5.0, source-map-resolve@^0.5.2:
6500
6495
source-map-url "^0.4.0"
6501
6496
urix "^0.1.0"
6502
6497
6503
- source-map-support@^0.5.17, source-map-support@^0.5.6 :
6498
+ source-map-support@^0.5.17 :
6499
+ version "0.5.20"
6500
+ resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.20.tgz#12166089f8f5e5e8c56926b377633392dd2cb6c9"
6501
+ integrity sha512-n1lZZ8Ve4ksRqizaBQgxXDgKwttHDhyfQjA6YZZn8+AroHbsIz+JjwxQDxbp+7y5OYCI8t1Yk7etjD9CRd2hIw==
6502
+ dependencies :
6503
+ buffer-from "^1.0.0"
6504
+ source-map "^0.6.0"
6505
+
6506
+ source-map-support@^0.5.6 :
6504
6507
version "0.5.19"
6505
6508
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61"
6506
6509
integrity sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==
You can’t perform that action at this time.
0 commit comments