Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/contacts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-05 10:34:03 +0300
committerGitHub <noreply@github.com>2022-11-05 10:34:03 +0300
commit3aa55c19dcbfbde98d135d60ec8b25c08eb3cfa8 (patch)
treeea02d4389661fbdbfdf4763129003c5687c1c5df
parent8cd9037439f9cb8166a7513ee4f31cbe5710ff20 (diff)
Bump @nextcloud/typings from 1.4.3 to 1.5.0
Bumps [@nextcloud/typings](https://github.com/nextcloud/nextcloud-typings) from 1.4.3 to 1.5.0. - [Release notes](https://github.com/nextcloud/nextcloud-typings/releases) - [Changelog](https://github.com/nextcloud/nextcloud-typings/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-typings/compare/v1.4.3...v1.5.0) --- updated-dependencies: - dependency-name: "@nextcloud/typings" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json18
-rw-r--r--package.json2
2 files changed, 12 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index c9d4a360..e53248c4 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -54,7 +54,7 @@
"@nextcloud/browserslist-config": "^2.3.0",
"@nextcloud/eslint-config": "^6.1.2",
"@nextcloud/stylelint-config": "^2.3.0",
- "@nextcloud/typings": "^1.4.3",
+ "@nextcloud/typings": "^1.5.0",
"@nextcloud/webpack-vue-config": "~5.1.0",
"@types/jest": "^27.4.1",
"@typescript-eslint/parser": "^5.42.0",
@@ -2977,11 +2977,15 @@
}
},
"node_modules/@nextcloud/typings": {
- "version": "1.4.3",
- "resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-1.4.3.tgz",
- "integrity": "sha512-9Yc40alExKpHwNKdpZzULwb+Fz5HgEFKZvywXYK5QbR96Z7V5iI3Greu8MhmZErfUJ6zES7PHpz3S3jM1kdnUw==",
+ "version": "1.5.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-1.5.0.tgz",
+ "integrity": "sha512-33GMGlajEccf+pKOgFas3DsrRQvEcFlAW6E8P9lVCPt+I4PngRqaF/JDYiRbIWRIkwo8fWbRwfQs37OShiDycQ==",
"dependencies": {
"@types/jquery": "2.0.60"
+ },
+ "engines": {
+ "node": "^16.0.0",
+ "npm": "^7.0.0 || ^8.0.0"
}
},
"node_modules/@nextcloud/typings/node_modules/@types/jquery": {
@@ -18501,9 +18505,9 @@
"requires": {}
},
"@nextcloud/typings": {
- "version": "1.4.3",
- "resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-1.4.3.tgz",
- "integrity": "sha512-9Yc40alExKpHwNKdpZzULwb+Fz5HgEFKZvywXYK5QbR96Z7V5iI3Greu8MhmZErfUJ6zES7PHpz3S3jM1kdnUw==",
+ "version": "1.5.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-1.5.0.tgz",
+ "integrity": "sha512-33GMGlajEccf+pKOgFas3DsrRQvEcFlAW6E8P9lVCPt+I4PngRqaF/JDYiRbIWRIkwo8fWbRwfQs37OShiDycQ==",
"requires": {
"@types/jquery": "2.0.60"
},
diff --git a/package.json b/package.json
index 9fb330c7..e541f948 100644
--- a/package.json
+++ b/package.json
@@ -85,7 +85,7 @@
"@nextcloud/browserslist-config": "^2.3.0",
"@nextcloud/eslint-config": "^6.1.2",
"@nextcloud/stylelint-config": "^2.3.0",
- "@nextcloud/typings": "^1.4.3",
+ "@nextcloud/typings": "^1.5.0",
"@nextcloud/webpack-vue-config": "~5.1.0",
"@types/jest": "^27.4.1",
"@typescript-eslint/parser": "^5.42.0",