Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
d8vjork committed Jan 12, 2024
1 parent 0f4f6f1 commit dcf85db
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@types/node": "^17.0.18",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"@vue/compiler-dom": "^3.4.10",
"@vue/test-utils": "^2.0.0-rc.17",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
Expand Down
47 changes: 47 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,15 @@ __metadata:
languageName: node
linkType: hard

"@babel/parser@npm:^7.23.6":
version: 7.23.6
resolution: "@babel/parser@npm:7.23.6"
bin:
parser: ./bin/babel-parser.js
checksum: 6f76cd5ccae1fa9bcab3525b0865c6222e9c1d22f87abc69f28c5c7b2c8816a13361f5bd06bddbd5faf903f7320a8feba02545c981468acec45d12a03db7755e
languageName: node
linkType: hard

"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:^7.16.7":
version: 7.16.7
resolution: "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:7.16.7"
Expand Down Expand Up @@ -2606,6 +2615,19 @@ __metadata:
languageName: node
linkType: hard

"@vue/compiler-core@npm:3.4.10":
version: 3.4.10
resolution: "@vue/compiler-core@npm:3.4.10"
dependencies:
"@babel/parser": "npm:^7.23.6"
"@vue/shared": "npm:3.4.10"
entities: "npm:^4.5.0"
estree-walker: "npm:^2.0.2"
source-map-js: "npm:^1.0.2"
checksum: d64454c2669772bcb90e337c5191857f51beeed29ea4f6728db57404dab2445137bb93bea2c59420a3a5bae8cf065270e23d0d9d3cda6d186f62efb6b1c167c4
languageName: node
linkType: hard

"@vue/compiler-dom@npm:3.2.31":
version: 3.2.31
resolution: "@vue/compiler-dom@npm:3.2.31"
Expand All @@ -2616,6 +2638,16 @@ __metadata:
languageName: node
linkType: hard

"@vue/compiler-dom@npm:^3.4.10":
version: 3.4.10
resolution: "@vue/compiler-dom@npm:3.4.10"
dependencies:
"@vue/compiler-core": "npm:3.4.10"
"@vue/shared": "npm:3.4.10"
checksum: 2759966a9851e3553ac2dba0b64beb80af407fbb7da04fdff1720f8a23b110446a653a64136c28424e9053fcde64857a5debbf526aa7d4346e1f58f906e97dd7
languageName: node
linkType: hard

"@vue/compiler-sfc@npm:3.2.31":
version: 3.2.31
resolution: "@vue/compiler-sfc@npm:3.2.31"
Expand Down Expand Up @@ -2706,6 +2738,13 @@ __metadata:
languageName: node
linkType: hard

"@vue/shared@npm:3.4.10":
version: 3.4.10
resolution: "@vue/shared@npm:3.4.10"
checksum: a41991a56bb5896ef165f986a15398b965dbd0cd2ffda7a6e5fd2b02104f5d91c113594fc047d6d9d604d2f7a53cac9d65d0462622ca38c101ba544ed386e556
languageName: node
linkType: hard

"@vue/test-utils@npm:^2.0.0-rc.17":
version: 2.2.7
resolution: "@vue/test-utils@npm:2.2.7"
Expand Down Expand Up @@ -4016,6 +4055,13 @@ __metadata:
languageName: node
linkType: hard

"entities@npm:^4.5.0":
version: 4.5.0
resolution: "entities@npm:4.5.0"
checksum: 5b039739f7621f5d1ad996715e53d964035f75ad3b9a4d38c6b3804bb226e282ffeae2443624d8fdd9c47d8e926ae9ac009c54671243f0c3294c26af7cc85250
languageName: node
linkType: hard

"env-paths@npm:^2.2.0":
version: 2.2.1
resolution: "env-paths@npm:2.2.1"
Expand Down Expand Up @@ -9041,6 +9087,7 @@ __metadata:
"@types/node": "npm:^17.0.18"
"@typescript-eslint/eslint-plugin": "npm:^5.10.2"
"@typescript-eslint/parser": "npm:^5.10.2"
"@vue/compiler-dom": "npm:^3.4.10"
"@vue/test-utils": "npm:^2.0.0-rc.17"
"@vueuse/shared": "npm:^9.0"
eslint: "npm:^8.8.0"
Expand Down

0 comments on commit dcf85db

Please sign in to comment.