Skip to content

Commit 0c89a76

Browse files
authored
chore: remove unused dependencies and options (#31)
1 parent 46ec797 commit 0c89a76

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"clean": "rm -rf dist/ node_modules/",
2323
"lint": "eslint --max-warnings 0 .",
2424
"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",
2727
"test:watch": "yarn test --watch",
2828
"typecheck": "tsc --noEmit",
2929
"release": "semantic-release"
@@ -35,7 +35,6 @@
3535
"@types/jest": "26.0.23",
3636
"@types/mongodb": "^3.6.20",
3737
"@types/node": "15.12.4",
38-
"esbuild": "0.12.9",
3938
"eslint": "7.29.0",
4039
"jest": "26.6.3",
4140
"mongodb": "3.6.10",

yarn.lock

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -977,9 +977,9 @@
977977
integrity sha512-509r2+yARFfHHE7T6Puu2jjkoycftovhXRqW328PDXTVGKihlb1P8Z9mMZH04ebyajfRY7dedfGynlrFHJUQCg==
978978

979979
"@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==
983983

984984
"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.7":
985985
version "7.1.14"
@@ -2559,11 +2559,6 @@ es-to-primitive@^1.2.1:
25592559
is-date-object "^1.0.1"
25602560
is-symbol "^1.0.2"
25612561

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-
25672562
escalade@^3.1.1:
25682563
version "3.1.1"
25692564
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:
65006495
source-map-url "^0.4.0"
65016496
urix "^0.1.0"
65026497

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:
65046507
version "0.5.19"
65056508
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61"
65066509
integrity sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==

0 commit comments

Comments
 (0)