|
13 | 13 | "test:e2e": "NODE_TLS_REJECT_UNAUTHORIZED=0 TS_NODE_PROJECT=./tests/e2e/tsconfig.json cucumber-js"
|
14 | 14 | },
|
15 | 15 | "devDependencies": {
|
16 |
| - "@cucumber/cucumber": "10.0.1", |
17 |
| - "@cucumber/pretty-formatter": "^1.0.0", |
| 16 | + "@cucumber/cucumber": "10.8.0", |
| 17 | + "@cucumber/pretty-formatter": "^1.0.1", |
18 | 18 | "@ownclouders/eslint-config": "0.0.1",
|
19 | 19 | "@ownclouders/extension-sdk": "0.0.5-alpha.2",
|
20 | 20 | "@ownclouders/prettier-config": "0.0.1",
|
21 |
| - "@ownclouders/tsconfig": "0.0.5-alpha.1", |
22 |
| - "@playwright/test": "^1.41.1", |
23 |
| - "@types/jest": "29.5.1", |
24 |
| - "@types/node": "^20.2.3", |
25 |
| - "@typescript-eslint/eslint-plugin": "^7.0.1", |
26 |
| - "@vitejs/plugin-vue": "4.5.2", |
27 |
| - "@vitest/coverage-v8": "1.1.0", |
28 |
| - "axios": "^1.6.7", |
29 |
| - "happy-dom": "12.10.3", |
30 |
| - "join-path": "^1.1.1", |
31 |
| - "@vue/test-utils": "2.4.4", |
| 21 | + "@ownclouders/tsconfig": "0.0.6", |
| 22 | + "@playwright/test": "^1.45.1", |
| 23 | + "@types/jest": "29.5.12", |
| 24 | + "@types/node": "^20.14.9", |
| 25 | + "@typescript-eslint/eslint-plugin": "7.15.0", |
| 26 | + "@vitejs/plugin-vue": "5.0.5", |
| 27 | + "@vitest/coverage-v8": "1.6.0", |
| 28 | + "@vue/test-utils": "2.4.6", |
| 29 | + "axios": "^0.27.2", |
32 | 30 | "eslint": "8.56.0",
|
33 | 31 | "eslint-config-prettier": "^9.1.0",
|
34 | 32 | "eslint-plugin-prettier-vue": "^5.0.0",
|
35 |
| - "eslint-plugin-unused-imports": "^3.1.0", |
36 |
| - "eslint-plugin-vue": "^9.21.1", |
37 |
| - "jsdom": "23.0.1", |
| 33 | + "eslint-plugin-unused-imports": "^3.2.0", |
| 34 | + "eslint-plugin-vue": "^9.27.0", |
| 35 | + "happy-dom": "14.12.3", |
| 36 | + "join-path": "^1.1.1", |
| 37 | + "jsdom": "24.1.0", |
38 | 38 | "lodash": "^4.17.21",
|
39 |
| - "prettier": "2.6.2", |
| 39 | + "prettier": "3.3.2", |
40 | 40 | "ts-node": "^10.9.2",
|
41 |
| - "typescript": "5.3.3", |
42 |
| - "vite": "^5.0.0", |
43 |
| - "vitest": "^1.1.0", |
| 41 | + "typescript": "5.5.3", |
| 42 | + "vite": "^5.3.3", |
| 43 | + "vitest": "^1.6.0", |
44 | 44 | "vitest-mock-extended": "1.3.1",
|
45 |
| - "xml-js": "^1.6.11", |
46 |
| - "vue": "3.3.8", |
47 |
| - "vue3-gettext": "2.5.0-alpha.1" |
| 45 | + "vue": "3.4.31", |
| 46 | + "vue3-gettext": "2.5.0-alpha.1", |
| 47 | + "xml-js": "^1.6.11" |
48 | 48 | },
|
49 | 49 | "dependencies": {
|
50 |
| - "@cornerstonejs/core": "^1.13.0", |
51 |
| - "@cornerstonejs/dicom-image-loader": "^1.13.0", |
| 50 | + "@cornerstonejs/core": "^1.81.3", |
| 51 | + "@cornerstonejs/dicom-image-loader": "^1.81.3", |
| 52 | + "@typescript-eslint/parser": "^7.15.0", |
52 | 53 | "dicom-parser": "^1.8.21"
|
53 | 54 | },
|
54 | 55 | "peerDependencies": {
|
55 |
| - "@casl/ability": "^6.3.3", |
56 |
| - "@casl/vue": "^2.2.1", |
| 56 | + "@casl/ability": "^6.7.1", |
| 57 | + "@casl/vue": "^2.2.2", |
57 | 58 | "@ownclouders/web-client": "0.0.1",
|
58 | 59 | "@ownclouders/web-pkg": "0.0.5-alpha.9",
|
59 | 60 | "lodash-es": "^4.17.21",
|
60 | 61 | "luxon": "^2.4.0",
|
61 |
| - "pinia": "2.1.4", |
| 62 | + "pinia": "2.1.7", |
62 | 63 | "vuex": "4.1.0"
|
63 | 64 | },
|
64 | 65 | "pnpm": {
|
|
71 | 72 | ]
|
72 | 73 | }
|
73 | 74 | },
|
74 |
| - "packageManager": "pnpm@9.0.6" |
| 75 | + "packageManager": "pnpm@9.4.0" |
75 | 76 | }
|
0 commit comments