Skip to content

Commit 56db6d5

Browse files
committed
build(deps): add missing dependencies
During the initial Vue 3 migration some dependencies were forgotten to be explicitly mentioned as dependencies. This aligns those dependencies with the package.json It was only working because they were peer dependencies of other dependencies we already added. Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent 2af533e commit 56db6d5

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

package-lock.json

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

package.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,33 @@
4040
],
4141
"dependencies": {
4242
"@mdi/svg": "^7.4.47",
43+
"@nextcloud/auth": "^2.5.3",
4344
"@nextcloud/axios": "^2.5.2",
4445
"@nextcloud/calendar-availability-vue": "^3.0.0",
46+
"@nextcloud/capabilities": "^1.2.1",
4547
"@nextcloud/dialogs": "^7.1.0",
48+
"@nextcloud/event-bus": "^3.3.3",
49+
"@nextcloud/files": "^3.12.0",
50+
"@nextcloud/initial-state": "^3.0.0",
51+
"@nextcloud/l10n": "^3.4.1",
52+
"@nextcloud/logger": "^3.0.2",
4653
"@nextcloud/moment": "^1.3.5",
4754
"@nextcloud/password-confirmation": "^6.0.2",
4855
"@nextcloud/paths": "^2.3.0",
56+
"@nextcloud/router": "^3.1.0",
57+
"@nextcloud/sharing": "^0.3.0",
4958
"@nextcloud/vue": "^9.3.0",
59+
"debounce": "^3.0.0",
5060
"pinia": "^3.0.3",
51-
"vue": "^3.5.24"
61+
"vue": "^3.5.24",
62+
"webdav": "^5.8.0"
5263
},
5364
"devDependencies": {
5465
"@nextcloud/browserslist-config": "^3.1.2",
5566
"@nextcloud/e2e-test-server": "^0.4.0",
5667
"@nextcloud/eslint-config": "^9.0.0-rc.6",
5768
"@nextcloud/stylelint-config": "^3.1.1",
69+
"@nextcloud/typings": "^1.10.0",
5870
"@nextcloud/vite-config": "^2.5.2",
5971
"@testing-library/cypress": "^10.1.0",
6072
"@testing-library/jest-dom": "^6.9.1",
@@ -77,6 +89,7 @@
7789
"eslint-plugin-cypress": "^5.2.0",
7890
"eslint-plugin-no-only-tests": "^3.3.0",
7991
"globals": "^16.5.0",
92+
"is-svg": "^6.1.0",
8093
"jsdom": "^27.2.0",
8194
"jsdom-testing-mocks": "^1.16.0",
8295
"sass": "^1.94.2",

0 commit comments

Comments
 (0)