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",