Skip to content

Commit 669602c

Browse files
committed
chore: update @robotlegsjs/core and @robotlegsjs/signals to version 1.0.1
1 parent d66f085 commit 669602c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171
"lib": "./lib"
7272
},
7373
"dependencies": {
74-
"@robotlegsjs/core": "^1.0.0",
75-
"@robotlegsjs/signals": "^1.0.0"
74+
"@robotlegsjs/core": "^1.0.1",
75+
"@robotlegsjs/signals": "^1.0.1"
7676
},
7777
"devDependencies": {
7878
"@types/bluebird": "^3.5.26",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -97,18 +97,18 @@
9797
dependencies:
9898
commander "^2.15.1"
9999

100-
"@robotlegsjs/core@^1.0.0":
101-
version "1.0.0"
102-
resolved "https://registry.npmjs.org/@robotlegsjs/core/-/core-1.0.0.tgz#7a187196765772830cb524f995b6eb1eb2c67f49"
103-
integrity sha512-hW7wCN87kxOZkPPXpIcYzYmQ5C19RN/IK9g4g1qLH4z4shzct4m9SR5ccQiGPbZwsepSv6aN4t7grTBzdjfxLw==
100+
"@robotlegsjs/core@^1.0.1":
101+
version "1.0.1"
102+
resolved "https://registry.npmjs.org/@robotlegsjs/core/-/core-1.0.1.tgz#5bed68e1250ff133846ddf2d79e7e5a8ebe6b729"
103+
integrity sha512-sj9pM6o91IeVE2oyb4mrhSPwxJHs4Wi+m22RAFgrYfA5drzCMyJ4L6awK99nxJNNGjF0tepKcRXQyALRO60VOA==
104104
dependencies:
105105
inversify "^5.0.1"
106106
tslib "^1.9.3"
107107

108-
"@robotlegsjs/signals@^1.0.0":
109-
version "1.0.0"
110-
resolved "https://registry.npmjs.org/@robotlegsjs/signals/-/signals-1.0.0.tgz#d09cafb9cbe3012f6fc0ecfbed205962a6606e68"
111-
integrity sha512-QORt8eMY69pyy4McsEa49Yl+WtLArk6BttGSOx3rfHRbdz10+v+w4qnxiapcDKV/jQZ5/pLWH9KAZ1gVralksw==
108+
"@robotlegsjs/signals@^1.0.1":
109+
version "1.0.1"
110+
resolved "https://registry.npmjs.org/@robotlegsjs/signals/-/signals-1.0.1.tgz#70b7b1604677acd4cc8176cf8847c2b235187397"
111+
integrity sha512-hvfPLOBWna1nrCpUeweO+N+LwIxxd2wo161LeFnfZCEUkyvPpZEDTEMO0gmj7FsKhbGYE6TKIBOMLoCQNnWpNA==
112112
dependencies:
113113
tslib "^1.9.3"
114114

0 commit comments

Comments
 (0)