Skip to content

Commit 5f085a1

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] <support@dependabot.com>
1 parent 3ff532d commit 5f085a1

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
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": "^26.0.21",
6767
"@types/lodash": "^4.14.136",
@@ -96,7 +96,7 @@
9696
"typescript": "^4.2.3"
9797
},
9898
"peerDependencies": {
99-
"@asuka/di": "^0.2.0",
99+
"@asuka/di": "^0.3.4",
100100
"immer": "^9.0.1",
101101
"lodash": "^4.17.15",
102102
"react": "^17.0.1",

yarn.lock

+5-13
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://npm.lingkou.xyz/@asuka%2fdi/-/di-0.2.0.tgz#bcb9d0625c491b35be14dac8a0c345aa84735626"
8-
integrity sha1-vLnQYlxJGzW+FNrIoMNFqoRzViY=
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"
@@ -4204,13 +4203,6 @@ ini@~1.3.0:
42044203
resolved "https://npm.lingkou.xyz/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c"
42054204
integrity sha1-op2kJbSIBvNHZ6Tvzjlyaa8oQyw=
42064205

4207-
injection-js@^2.2.1:
4208-
version "2.4.0"
4209-
resolved "https://npm.lingkou.xyz/injection-js/-/injection-js-2.4.0.tgz#ebe8871b1a349f23294eaa751bbd8209a636e754"
4210-
integrity sha1-6+iHGxo0nyMpTqp1G72CCaY251Q=
4211-
dependencies:
4212-
tslib "^2.0.0"
4213-
42144206
internal-slot@^1.0.3:
42154207
version "1.0.3"
42164208
resolved "https://npm.lingkou.xyz/internal-slot/-/internal-slot-1.0.3.tgz#7347e307deeea2faac2ac6205d4bc7d34967f59c"
@@ -8154,7 +8146,7 @@ tslib@^1.10.0, tslib@^1.8.1, tslib@^1.9.0:
81548146
resolved "https://npm.lingkou.xyz/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
81558147
integrity sha1-zy04vcNKE0vK8QkcQfZhni9nLQA=
81568148

8157-
tslib@^2.0.0, tslib@^2.1.0:
8149+
tslib@^2.1.0:
81588150
version "2.1.0"
81598151
resolved "https://npm.lingkou.xyz/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
81608152
integrity sha1-2mCGDxwuyqVwOrfTm8Bba/mIuXo=

0 commit comments

Comments
 (0)