From b28d6c517155ad75da78b5b7c0df4b855acf73f6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2020 21:20:27 +0000 Subject: [PATCH] chore(deps-dev): bump @asuka/di from 0.2.0 to 0.3.4 Bumps [@asuka/di](https://github.com/LeetCode-OpenSource/asuka) from 0.2.0 to 0.3.4. - [Release notes](https://github.com/LeetCode-OpenSource/asuka/releases) - [Commits](https://github.com/LeetCode-OpenSource/asuka/compare/v0.2.0...v0.3.4) Signed-off-by: dependabot-preview[bot] --- package.json | 4 ++-- yarn.lock | 14 ++++---------- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 09cec449..f0e6f53b 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "shallowequal": "^1.1.0" }, "devDependencies": { - "@asuka/di": "^0.2.0", + "@asuka/di": "^0.3.4", "@types/express": "^4.17.0", "@types/jest": "^24.0.16", "@types/lodash": "^4.14.136", @@ -96,7 +96,7 @@ "typescript": "^3.5.3" }, "peerDependencies": { - "@asuka/di": "^0.2.0", + "@asuka/di": "^0.3.4", "immer": "^3.2.0", "lodash": "^4.17.15", "react": "^16.8.6", diff --git a/yarn.lock b/yarn.lock index 5a7672b8..798f7be6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,12 +2,11 @@ # yarn lockfile v1 -"@asuka/di@^0.2.0": - version "0.2.0" - resolved "https://registry.yarnpkg.com/@asuka/di/-/di-0.2.0.tgz#bcb9d0625c491b35be14dac8a0c345aa84735626" - integrity sha512-Hs/KGqn7Gad97eSnnY6DUT+jm9TYG9/XX/1QItui1Avk7b+YEyIndgKMNC3wHiqtmpQ8FbJQugH/ebJjtQKEvA== +"@asuka/di@^0.3.4": + version "0.3.4" + resolved "https://registry.yarnpkg.com/@asuka/di/-/di-0.3.4.tgz#04c8b2994aed05509d819636c567de8ca29a8265" + integrity sha512-xiNMRJDDmsbfCK3LIyu9xwLEA75wKWovQ+hQslavlvZAvrWdKnPJbps+MBm4tOmfCMbUZmmVpEAMbHpRzi9oZQ== dependencies: - injection-js "^2.2.1" tslib "^1.10.0" optionalDependencies: reflect-metadata "^0.1.13" @@ -4008,11 +4007,6 @@ ini@^1.3.4, ini@~1.3.0: resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927" integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw== -injection-js@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/injection-js/-/injection-js-2.2.1.tgz#a8d6a085b2f0b8d8650f6f4487f6abb8cc0d67ce" - integrity sha512-zHI+E+dM0PXix5FFTO1Y4/UOyAzE7zG1l/QwAn4jchTThOoBq+UYRFK4AVG7lQgFL+go62SbrzSsjXy9DFEZUg== - inquirer@^7.0.0: version "7.0.0" resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.0.0.tgz#9e2b032dde77da1db5db804758b8fea3a970519a"