From f3825ed6b04a2e18a5eda2ab508c22a684756863 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2020 13:10:16 +0000 Subject: [PATCH] Bump @nextcloud/typings from 0.2.4 to 1.0.0 Bumps [@nextcloud/typings](https://github.com/nextcloud/nextcloud-typings) from 0.2.4 to 1.0.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/v0.2.4...v1.0.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index fb07fbef..da0682d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3882,9 +3882,9 @@ "dev": true }, "@nextcloud/typings": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-0.2.4.tgz", - "integrity": "sha512-49M8XUDQH27VIQE+13KrqSOYcyOsDUk6Yfw17jbBVtXFoDJ3YBSYYq8YaKeAM3Lz2JVbEpqQW9suAT+EyYSb6g==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-1.0.0.tgz", + "integrity": "sha512-r8SRvXszWTyKWEhVd3gx7eBAcCKwdoLlr+ZrR8hrSxs2nfH00de/QoGdo0n/Rcv/9mMtX/haJNd71KwODM2+uQ==", "dev": true, "requires": { "@types/jquery": "2.0.54" diff --git a/package.json b/package.json index d3e6d1f4..07cd1bc9 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@babel/preset-env": "^7.9.5", "@babel/preset-typescript": "^7.9.0", "@nextcloud/browserslist-config": "^1.0.0", - "@nextcloud/typings": "^0.2.1", + "@nextcloud/typings": "^1.0.0", "@types/node-gettext": "^3.0", "babel-jest": "^26.0.1", "babel-plugin-transform-class-properties": "^6.24.1",