File tree Expand file tree Collapse file tree 3 files changed +2
-19
lines changed Expand file tree Collapse file tree 3 files changed +2
-19
lines changed Original file line number Diff line number Diff line change 18
18
" /dist"
19
19
],
20
20
"scripts" : {
21
- "build" : " rollup -c rollup.config.js " ,
21
+ "build" : " rollup -c rollup.config.ts --configPlugin rollup-plugin-typescript2 " ,
22
22
"clean" : " rm -rf dist/ node_modules/" ,
23
23
"lint" : " prettier --check . && eslint --max-warnings 0 ." ,
24
24
"start" : " rollup -c rollup.config.js --watch" ,
34
34
"@types/mongodb" : " ^3.6.20" ,
35
35
"@types/node" : " 15.12.4" ,
36
36
"esbuild" : " 0.12.9" ,
37
- "esbuild-register" : " 2.6.0" ,
38
37
"eslint" : " 7.29.0" ,
39
38
"jest" : " 26.6.3" ,
40
39
"jest-junit" : " 12.2.0" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2564,15 +2564,7 @@ es-to-primitive@^1.2.1:
2564
2564
is-date-object "^1.0.1"
2565
2565
is-symbol "^1.0.2"
2566
2566
2567
-
2568
- version "2.6.0"
2569
- resolved "https://registry.yarnpkg.com/esbuild-register/-/esbuild-register-2.6.0.tgz#9f19a54c82be751dd87673d6a66d7b9e1cdd8498"
2570
- integrity sha512-2u4AtnCXP5nivtIxZryiZOUcEQkOzFS7UhAqibUEmaTAThJ48gDLYTBF/Fsz+5r0hbV1jrFE6PQvPDUrKZNt/Q==
2571
- dependencies :
2572
- esbuild "^0.12.8"
2573
- jsonc-parser "^3.0.0"
2574
-
2575
- [email protected] , esbuild@^0.12.8:
2567
+
2576
2568
version "0.12.9"
2577
2569
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.12.9.tgz#bed4e7087c286cd81d975631f77d47feb1660070"
2578
2570
integrity sha512-MWRhAbMOJ9RJygCrt778rz/qNYgA4ZVj6aXnNPxFjs7PmIpb0fuB9Gmg5uWrr6n++XKwwm/RmSz6RR5JL2Ocsw==
@@ -4475,11 +4467,6 @@ jsonc-eslint-parser@^0.6.2:
4475
4467
eslint-visitor-keys "^1.3.0"
4476
4468
espree "^6.0.0 || ^7.2.0"
4477
4469
4478
- jsonc-parser@^3.0.0 :
4479
- version "3.0.0"
4480
- resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.0.0.tgz#abdd785701c7e7eaca8a9ec8cf070ca51a745a22"
4481
- integrity sha512-fQzRfAbIBnR0IQvftw9FJveWiHp72Fg20giDrHz6TdfB12UH/uue0D3hm57UB5KgAVuniLMCaS8P1IMj9NR7cA==
4482
-
4483
4470
jsonfile@^4.0.0 :
4484
4471
version "4.0.0"
4485
4472
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"
You can’t perform that action at this time.
0 commit comments