Skip to content

Commit c25de63

Browse files
authored
chore: remove unused dependency and options (#60)
* chore: remove unused dependency esbuild * chore: remove unused NODE_OPTIONS and ts-node * fix: readd needed dependency
1 parent 2fa2938 commit c25de63

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"lint": "eslint --max-warnings 0 .",
2424
"lint:format": "prettier --check .",
2525
"start": "yarn build --watch",
26-
"test": "NODE_OPTIONS=--experimental-vm-modules jest --forceExit --detectOpenHandles --testLocationInResults --json --outputFile=report.json",
26+
"test": "jest --forceExit --detectOpenHandles --testLocationInResults --json --outputFile=report.json",
2727
"test:watch": "yarn test --watch",
2828
"typecheck": "tsc --noEmit",
2929
"release": "semantic-release"
@@ -40,7 +40,6 @@
4040
"@types/jest": "26.0.23",
4141
"@types/node": "15.12.4",
4242
"@vue/test-utils": "2.0.0-rc.16",
43-
"esbuild": "0.12.9",
4443
"eslint": "7.29.0",
4544
"jest": "27.3.1",
4645
"prettier": "2.3.1",

yarn.lock

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,16 @@
218218
"@babel/traverse" "^7.15.4"
219219
"@babel/types" "^7.15.4"
220220

221-
"@babel/highlight@^7.10.4", "@babel/highlight@^7.14.5":
221+
"@babel/highlight@^7.10.4":
222+
version "7.16.0"
223+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.0.tgz#6ceb32b2ca4b8f5f361fb7fd821e3fddf4a1725a"
224+
integrity sha512-t8MH41kUQylBtu2+4IQA3atqevA2lRgqA2wyVB/YiWmsDSuylZZuXOUy9ric30hfzauEFfdsuk/eXTRrGrfd0g==
225+
dependencies:
226+
"@babel/helper-validator-identifier" "^7.15.7"
227+
chalk "^2.0.0"
228+
js-tokens "^4.0.0"
229+
230+
"@babel/highlight@^7.14.5":
222231
version "7.14.5"
223232
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.5.tgz#6861a52f03966405001f6aa534a01a24d99e8cd9"
224233
integrity sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==
@@ -2621,11 +2630,6 @@ es-to-primitive@^1.2.1:
26212630
is-date-object "^1.0.1"
26222631
is-symbol "^1.0.2"
26232632

2624-
2625-
version "0.12.9"
2626-
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.12.9.tgz#bed4e7087c286cd81d975631f77d47feb1660070"
2627-
integrity sha512-MWRhAbMOJ9RJygCrt778rz/qNYgA4ZVj6aXnNPxFjs7PmIpb0fuB9Gmg5uWrr6n++XKwwm/RmSz6RR5JL2Ocsw==
2628-
26292633
escalade@^3.1.1:
26302634
version "3.1.1"
26312635
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
@@ -3273,9 +3277,9 @@ globals@^11.1.0:
32733277
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
32743278

32753279
globals@^13.6.0, globals@^13.9.0:
3276-
version "13.11.0"
3277-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.11.0.tgz#40ef678da117fe7bd2e28f1fab24951bd0255be7"
3278-
integrity sha512-08/xrJ7wQjK9kkkRoI3OFUBbLx4f+6x3SGwcPvQ0QH6goFDrOU2oyAWrmh3dJezu65buo+HBMzAMQy6rovVC3g==
3280+
version "13.12.0"
3281+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.12.0.tgz#4d733760304230a0082ed96e21e5c565f898089e"
3282+
integrity sha512-uS8X6lSKN2JumVoXrbUz+uG4BYG+eiawqm3qFcT7ammfbUHeCBoJMlHcec/S3krSk73/AE/f0szYFmgAA3kYZg==
32793283
dependencies:
32803284
type-fest "^0.20.2"
32813285

0 commit comments

Comments
 (0)