summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorPaul Tirk <paultirk@paultirk.com>2023-10-29 22:30:22 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2023-11-07 20:01:54 +0100
commit8970397a2f6a93e907bdef0ddcf078ed9111624d (patch)
tree2a527fed778e44d720b94ca874476016c5385ae2 /package.json
parentb5a18d339c10a372b94341ba1cd5e75b1acbc3ec (diff)
use @vue/vue2-jest package instead of vue-jest
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index 8ed9bc7bd..f90c2dfc7 100644
--- a/package.json
+++ b/package.json
@@ -35,7 +35,7 @@
},
"engines": {
"node": "^16.0.0",
- "npm": "^8.0.0"
+ "npm": "^7.0.0 || ^8.0.0"
},
"resolutions": {
"natives": "1.1.3"
@@ -52,8 +52,9 @@
"@nextcloud/password-confirmation": "^1.0.1",
"@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^7.8.0",
- "vue": "^2.7.0",
+ "@vue/vue2-jest": "^29.2.6",
"lodash": "^4.17.21",
+ "vue": "^2.7.0",
"vue-router": "^3.5.3",
"vuex": "^3.6.2"
},
@@ -124,7 +125,6 @@
"v-click-outside": "^3.2.0",
"vue-color": "^2.8.1",
"vue-eslint-parser": "^9.0.2",
- "vue-jest": "^3.0.7",
"vue-loader": "^15.10.1",
"vue-material-design-icons": "^5.1.2",
"vue-multiselect": "^2.1.6",
@@ -148,7 +148,7 @@
},
"testEnvironment": "jsdom",
"transform": {
- ".*\\.(vue)$": "vue-jest",
+ ".*\\.(vue)$": "@vue/vue2-jest",
"^.+\\.ts?$": "ts-jest"
},
"transformIgnorePatterns": [