summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 6 insertions, 5 deletions
diff --git a/package.json b/package.json
index 52310c01..fd3c0a5c 100644
--- a/package.json
+++ b/package.json
@@ -87,16 +87,17 @@
"@nextcloud/stylelint-config": "^2.3.0",
"@nextcloud/typings": "^1.6.0",
"@nextcloud/webpack-vue-config": "^5.2.0",
- "@types/jest": "^27.4.1",
+ "@types/jest": "^29.2.5",
"@typescript-eslint/parser": "^5.48.1",
"@vue/composition-api": "^1.7.1",
- "@vue/vue2-jest": "^27",
- "babel-jest": "^27",
+ "@vue/vue2-jest": "^29.2.2",
+ "babel-jest": "^29.3.1",
"eslint-import-resolver-typescript": "^3.5.3",
- "jest": "^27",
+ "jest": "^29.3.1",
+ "jest-environment-jsdom": "^29.3.1",
"stylelint": "^14.16.1",
"stylelint-config-recommended-scss": "^7.0.0",
- "ts-jest": "^27.1.4",
+ "ts-jest": "^29.0.5",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
"vue-template-compiler": "~2.6"