Skip to content

Commit b28d6c5

Browse files
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](LeetCode-OpenSource/asuka@v0.2.0...v0.3.4) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 25badeb commit b28d6c5

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"shallowequal": "^1.1.0"
6262
},
6363
"devDependencies": {
64-
"@asuka/di": "^0.2.0",
64+
"@asuka/di": "^0.3.4",
6565
"@types/express": "^4.17.0",
6666
"@types/jest": "^24.0.16",
6767
"@types/lodash": "^4.14.136",
@@ -96,7 +96,7 @@
9696
"typescript": "^3.5.3"
9797
},
9898
"peerDependencies": {
99-
"@asuka/di": "^0.2.0",
99+
"@asuka/di": "^0.3.4",
100100
"immer": "^3.2.0",
101101
"lodash": "^4.17.15",
102102
"react": "^16.8.6",

yarn.lock

+4-10
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
# yarn lockfile v1
33

44

5-
"@asuka/di@^0.2.0":
6-
version "0.2.0"
7-
resolved "https://registry.yarnpkg.com/@asuka/di/-/di-0.2.0.tgz#bcb9d0625c491b35be14dac8a0c345aa84735626"
8-
integrity sha512-Hs/KGqn7Gad97eSnnY6DUT+jm9TYG9/XX/1QItui1Avk7b+YEyIndgKMNC3wHiqtmpQ8FbJQugH/ebJjtQKEvA==
5+
"@asuka/di@^0.3.4":
6+
version "0.3.4"
7+
resolved "https://registry.yarnpkg.com/@asuka/di/-/di-0.3.4.tgz#04c8b2994aed05509d819636c567de8ca29a8265"
8+
integrity sha512-xiNMRJDDmsbfCK3LIyu9xwLEA75wKWovQ+hQslavlvZAvrWdKnPJbps+MBm4tOmfCMbUZmmVpEAMbHpRzi9oZQ==
99
dependencies:
10-
injection-js "^2.2.1"
1110
tslib "^1.10.0"
1211
optionalDependencies:
1312
reflect-metadata "^0.1.13"
@@ -4008,11 +4007,6 @@ ini@^1.3.4, ini@~1.3.0:
40084007
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"
40094008
integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==
40104009

4011-
injection-js@^2.2.1:
4012-
version "2.2.1"
4013-
resolved "https://registry.yarnpkg.com/injection-js/-/injection-js-2.2.1.tgz#a8d6a085b2f0b8d8650f6f4487f6abb8cc0d67ce"
4014-
integrity sha512-zHI+E+dM0PXix5FFTO1Y4/UOyAzE7zG1l/QwAn4jchTThOoBq+UYRFK4AVG7lQgFL+go62SbrzSsjXy9DFEZUg==
4015-
40164010
inquirer@^7.0.0:
40174011
version "7.0.0"
40184012
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.0.0.tgz#9e2b032dde77da1db5db804758b8fea3a970519a"

0 commit comments

Comments
 (0)