diff --git a/package-lock.json b/package-lock.json index c726e40..7c81638 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1312,12 +1312,29 @@ "apollo-link-http": "^1.5.16", "graphql": "^14.5.8", "mobx": "^5.14.2" + }, + "dependencies": { + "@social-native/snpkg-dependency-check": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@social-native/snpkg-dependency-check/-/snpkg-dependency-check-0.1.0.tgz", + "integrity": "sha512-JclxKwlEkizGUKBY/oQshsb2BbiJCCKubk14fhwl4BtJbHV2anayfY1aOEsWISnneS6ViA07sYikkfMRew3ZTw==", + "dev": true, + "requires": { + "chalk": "^2.4.2", + "depcheck": "^0.7.2", + "fs-extra": "^8.1.0", + "prettier": "^1.17.0", + "tslint": "^5.16.0", + "tslint-eslint-rules": "^5.4.0", + "yargs": "^14.0.0" + } + } } }, "@social-native/snpkg-dependency-check": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@social-native/snpkg-dependency-check/-/snpkg-dependency-check-0.1.0.tgz", - "integrity": "sha512-JclxKwlEkizGUKBY/oQshsb2BbiJCCKubk14fhwl4BtJbHV2anayfY1aOEsWISnneS6ViA07sYikkfMRew3ZTw==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@social-native/snpkg-dependency-check/-/snpkg-dependency-check-0.2.0.tgz", + "integrity": "sha512-oiOnrAIjJE5CFD2XVxpFsqZ61o+jId9u7lj+TF1CtLqJo4kyyHAawosa06MXyPmwQgnlbDuYwG93XsRWTI/ZCQ==", "dev": true, "requires": { "chalk": "^2.4.2", diff --git a/package.json b/package.json index 3060f80..5085aa7 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "devDependencies": { "@rollup/plugin-json": "^4.0.2", "@social-native/snpkg-client-graphql-client": "^0.2.1", - "@social-native/snpkg-dependency-check": "^0.1.0", + "@social-native/snpkg-dependency-check": "^0.2.0", "@social-native/snpkg-package-version-validation": "^3.1.0", "@types/await-timeout": "^0.3.1", "@types/jest": "^24.0.13",