diff --git a/package.json b/package.json index 4e018e8..ce057eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-killswitch", - "version": "0.0.3", + "version": "1.0.0", "description": "The official React Native implementation of Mirego’s killswitch", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -71,7 +71,7 @@ "react-native-builder-bob": "^0.23.2", "react-test-renderer": "^18.2.0", "release-it": "^17.0.0", - "typescript": "^4.5.2" + "typescript": "^5.3.2" }, "peerDependencies": { "react": "*", diff --git a/yarn.lock b/yarn.lock index c27c851..0edc0f1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9103,10 +9103,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA== -typescript@^4.5.2: - version "4.9.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.3.tgz#3aea307c1746b8c384435d8ac36b8a2e580d85db" - integrity sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA== +typescript@^5.3.2: + version "5.3.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.2.tgz#00d1c7c1c46928c5845c1ee8d0cc2791031d4c43" + integrity sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ== uglify-es@^3.1.9: version "3.3.9"