Skip to content

Commit 7b8fa2d

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 2dde04d commit 7b8fa2d

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": "^24.0.16",
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": "^8.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"
@@ -4277,13 +4276,6 @@ ini@~1.3.0:
42774276
resolved "https://npm.lingkou.xyz/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c"
42784277
integrity sha1-op2kJbSIBvNHZ6Tvzjlyaa8oQyw=
42794278

4280-
injection-js@^2.2.1:
4281-
version "2.4.0"
4282-
resolved "https://npm.lingkou.xyz/injection-js/-/injection-js-2.4.0.tgz#ebe8871b1a349f23294eaa751bbd8209a636e754"
4283-
integrity sha1-6+iHGxo0nyMpTqp1G72CCaY251Q=
4284-
dependencies:
4285-
tslib "^2.0.0"
4286-
42874279
internal-slot@^1.0.3:
42884280
version "1.0.3"
42894281
resolved "https://npm.lingkou.xyz/internal-slot/-/internal-slot-1.0.3.tgz#7347e307deeea2faac2ac6205d4bc7d34967f59c"
@@ -8335,7 +8327,7 @@ tslib@^1.10.0, tslib@^1.8.1, tslib@^1.9.0:
83358327
resolved "https://npm.lingkou.xyz/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
83368328
integrity sha1-zy04vcNKE0vK8QkcQfZhni9nLQA=
83378329

8338-
tslib@^2.0.0, tslib@^2.1.0:
8330+
tslib@^2.1.0:
83398331
version "2.1.0"
83408332
resolved "https://npm.lingkou.xyz/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
83418333
integrity sha1-2mCGDxwuyqVwOrfTm8Bba/mIuXo=

0 commit comments

Comments
 (0)