Skip to content

Commit 2b7d734

Browse files
authored
fix(deps): restore typescript 5.x peer compatibility (#44)
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent e16e89e commit 2b7d734

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
"vuedraggable": "^4.1.0"
3636
},
3737
"devDependencies": {
38-
"@vue/test-utils": "^2.4.6",
39-
"@vitejs/plugin-vue": "^6.0.5",
4038
"@nextcloud/browserslist-config": "^3.1.2",
4139
"@nextcloud/vite-config": "^2.5.2",
4240
"@playwright/test": "^1.54.2",
41+
"@vitejs/plugin-vue": "^6.0.5",
42+
"@vue/test-utils": "^2.4.6",
4343
"jsdom": "^29.0.1",
4444
"openapi-typescript": "^7.13.0",
45-
"typescript": "^6.0.2",
45+
"typescript": "^5.9.3",
4646
"vitest": "^4.1.1"
4747
}
4848
}

0 commit comments

Comments
 (0)