diff options
author | skjnldsv <skjnldsv@protonmail.com> | 2024-02-22 10:20:21 +0100 |
---|---|---|
committer | skjnldsv <skjnldsv@protonmail.com> | 2024-02-23 14:12:14 +0100 |
commit | 7b9581129014f0c430272b8288ed9e45c0362499 (patch) | |
tree | c2ca8e55a17159d23ab5f3b8243c1a43997972d0 /package.json | |
parent | f1c79cd264ebadd0c191bd29abb9280c49aec3da (diff) | |
download | nextcloud-server-7b9581129014f0c430272b8288ed9e45c0362499.tar.gz nextcloud-server-7b9581129014f0c430272b8288ed9e45c0362499.zip |
chore(files_sharing): use `OCSResponse` from `@nextcloud/typings`
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 76599b529a5..c90894a5a16 100644 --- a/package.json +++ b/package.json @@ -127,6 +127,7 @@ "@nextcloud/cypress": "^1.0.0-beta.7", "@nextcloud/eslint-config": "^v8.3.0-beta.2", "@nextcloud/stylelint-config": "^2.4.0", + "@nextcloud/typings": "^1.8.0", "@nextcloud/webpack-vue-config": "^6.0.0", "@pinia/testing": "^0.1.2", "@testing-library/jest-dom": "^6.1.5", @@ -168,7 +169,6 @@ "karma-jasmine-sinon": "^1.0.4", "karma-spec-reporter": "^0.0.36", "karma-viewport": "^1.0.9", - "node-polyfill-webpack-plugin": "^2.0.1", "puppeteer": "^21.4.1", "raw-loader": "^4.0.2", "regextras": "^0.8.0", |