From a0a821cc06f3b39ae670e68f6baeca867af6b9b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 16:48:08 +0000 Subject: [PATCH] Bump @123ishatest/igt-library from 0.0.0 to 1.0.0 Bumps [@123ishatest/igt-library](https://github.com/123ishaTest/igt-library) from 0.0.0 to 1.0.0. - [Release notes](https://github.com/123ishaTest/igt-library/releases) - [Changelog](https://github.com/123ishaTest/igt-library/blob/master/CHANGELOG.md) - [Commits](https://github.com/123ishaTest/igt-library/commits/v1.0.0) --- updated-dependencies: - dependency-name: "@123ishatest/igt-library" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index bdc995e..298d466 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "igt-react-native", "version": "0.1.0", "dependencies": { - "@123ishatest/igt-library": "^0.0.0", + "@123ishatest/igt-library": "^1.0.0", "@babel/plugin-proposal-export-namespace-from": "^7.18.9", "@expo/metro-runtime": "~3.1.3", "@react-native-community/slider": "4.4.2", @@ -48,9 +48,9 @@ } }, "node_modules/@123ishatest/igt-library": { - "version": "0.0.0", - "resolved": "https://registry.npmjs.org/@123ishatest/igt-library/-/igt-library-0.0.0.tgz", - "integrity": "sha512-NNT5oFzp/Y05BVjhk7gFo/bbB5Ljp/82Pl3rgB4shwnRCNIwMGb4aBpJt1hecFxMAwqPCM4alWMrHv/BY6QASA==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@123ishatest/igt-library/-/igt-library-1.0.0.tgz", + "integrity": "sha512-FsaZsab533oE/dE5/j1k1TX2VK7TaItc0E4VI0uB2lTihU+BMbS+ULjPP0VS5508t/WKQmH++aHPl4+FubvnQQ==", "dependencies": { "lodash-es": "^4.17.21", "mousetrap": "^1.6.5", diff --git a/package.json b/package.json index 2ccd13c..eaf1fb6 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "test:watch": "jest --watch" }, "dependencies": { - "@123ishatest/igt-library": "^0.0.0", + "@123ishatest/igt-library": "^1.0.0", "@babel/plugin-proposal-export-namespace-from": "^7.18.9", "@expo/metro-runtime": "~3.1.3", "expo": "^50.0.7",