Skip to content

Commit

Permalink
Merge pull request #491 from nextcloud/fix/oc-win
Browse files Browse the repository at this point in the history
chore: update NC typings versions
  • Loading branch information
ChristophWurst committed Jun 14, 2023
2 parents eefe0fa + 12b76d1 commit 5fdd1db
Show file tree
Hide file tree
Showing 3 changed files with 183 additions and 24 deletions.
2 changes: 1 addition & 1 deletion lib/oc.d.ts
@@ -1,5 +1,5 @@
/// <reference types="@nextcloud/typings" />

declare interface Window {
OC: Nextcloud.v23.OC | Nextcloud.v24.OC | Nextcloud.v25.OC;
OC: Nextcloud.v25.OC | Nextcloud.v26.OC | Nextcloud.v27.OC;
}
203 changes: 181 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"core-js": "^3.6.4",
"@nextcloud/typings": "^1.0.0"
"@nextcloud/typings": "^1.7.0"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
Expand Down

0 comments on commit 5fdd1db

Please sign in to comment.