Skip to content

Commit

Permalink
Merge pull request #1088 from nextcloud-libraries/fix/vue-peer-dep
Browse files Browse the repository at this point in the history
chore: Fix some issues with `package.json`
  • Loading branch information
Pytal committed Feb 13, 2024
2 parents a0bcb9e + 8cd8f41 commit b98e1bd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"engines": {
"node": "^20.0.0",
"npm": "^9.0.0"
"npm": "^10.0.0"
},
"homepage": "https://github.com/skjnldsv/nextcloud-upload",
"devDependencies": {
Expand Down Expand Up @@ -84,10 +84,10 @@
"p-cancelable": "^4.0.1",
"p-limit": "^5.0.0",
"p-queue": "^8.0.0",
"simple-eta": "^3.0.2",
"vue": "^2.7.15"
"simple-eta": "^3.0.2"
},
"peerDependencies": {
"@nextcloud/vue": "^8.0.0-beta || ^8.0.0"
"@nextcloud/vue": "^8.0.0-beta || ^8.0.0",
"vue": "^2.7.16"
}
}
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"esModuleInterop": true,
"emitDeclarationOnly": true,
"moduleResolution": "Bundler",
"noEmit": false,
"lib": ["DOM", "ESNext"],
"outDir": "./dist",
"rootDir": "lib/",
Expand Down

0 comments on commit b98e1bd

Please sign in to comment.