Skip to content

Commit

Permalink
Add dev dependencies to fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow committed Jan 14, 2024
1 parent 5f9ef53 commit ee17d12
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@
"@vitejs/plugin-vue": "^5.0.3",
"@vitest/coverage-istanbul": "^1.2.0",
"@vitest/coverage-v8": "^1.0.2",
"@vue/compiler-dom": "^3.4.13",
"@vue/compiler-sfc": "^3.3.6",
"@vue/eslint-config-standard": "^8.0.1",
"@vue/server-renderer": "^3.4.13",
"@vue/test-utils": "^2.4.1",
"concurrently": "^8.2.2",
"cypress": "^13.3.2",
Expand Down
6 changes: 4 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1210,8 +1210,10 @@ __metadata:
"@vitejs/plugin-vue": "npm:^5.0.3"
"@vitest/coverage-istanbul": "npm:^1.2.0"
"@vitest/coverage-v8": "npm:^1.0.2"
"@vue/compiler-dom": "npm:^3.4.13"
"@vue/compiler-sfc": "npm:^3.3.6"
"@vue/eslint-config-standard": "npm:^8.0.1"
"@vue/server-renderer": "npm:^3.4.13"
"@vue/test-utils": "npm:^2.4.1"
concurrently: "npm:^8.2.2"
cypress: "npm:^13.3.2"
Expand Down Expand Up @@ -1415,7 +1417,7 @@ __metadata:
languageName: node
linkType: hard

"@vue/compiler-dom@npm:3.4.13":
"@vue/compiler-dom@npm:3.4.13, @vue/compiler-dom@npm:^3.4.13":
version: 3.4.13
resolution: "@vue/compiler-dom@npm:3.4.13"
dependencies:
Expand Down Expand Up @@ -1499,7 +1501,7 @@ __metadata:
languageName: node
linkType: hard

"@vue/server-renderer@npm:3.4.13":
"@vue/server-renderer@npm:3.4.13, @vue/server-renderer@npm:^3.4.13":
version: 3.4.13
resolution: "@vue/server-renderer@npm:3.4.13"
dependencies:
Expand Down

0 comments on commit ee17d12

Please sign in to comment.