Skip to content

Commit e9b5874

Browse files
Merge pull request #99 from RobotlegsJS/@robotlegsjs/core-1.0.3
Update @robotlegsjs/core to the latest version 🚀
2 parents 3a12a90 + 8002386 commit e9b5874

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ Types of changes:
4545

4646
- Update `@robotlegsjs/signals` to version `1.0.3` (see #98).
4747

48+
- Update `@robotlegsjs/core` to version `1.0.3` (see #99).
49+
4850
- Update `instanbul` settings (see #97).
4951

5052
- Migrate project to `travis-ci.com`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"lib": "./lib"
7474
},
7575
"dependencies": {
76-
"@robotlegsjs/core": "^1.0.2",
76+
"@robotlegsjs/core": "^1.0.3",
7777
"@robotlegsjs/signals": "^1.0.3"
7878
},
7979
"devDependencies": {

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@
101101
resolved "https://registry.npmjs.org/@istanbuljs/nyc-config-typescript/-/nyc-config-typescript-0.1.3.tgz#944d15b3ebdb71f963a628daffaa25ade981bb86"
102102
integrity sha512-EzRFg92bRSD1W/zeuNkeGwph0nkWf+pP2l/lYW4/5hav7RjKKBN5kV1Ix7Tvi0CMu3pC4Wi/U7rNisiJMR3ORg==
103103

104-
"@robotlegsjs/core@^1.0.2":
105-
version "1.0.2"
106-
resolved "https://registry.npmjs.org/@robotlegsjs/core/-/core-1.0.2.tgz#084aa26bbea00b9659bc11dae3e1925f25210c9f"
107-
integrity sha512-tMxAdsKM1hAPQztD/vy9QNG1NnBWKpG0+A6XBi7IigPmJmVoVxBw4xZvODWsDWoCLvhs/a9IOok2edUDxDiNrg==
104+
"@robotlegsjs/core@^1.0.3":
105+
version "1.0.3"
106+
resolved "https://registry.npmjs.org/@robotlegsjs/core/-/core-1.0.3.tgz#3ae018b4e8834552a076caf4f4eed7fe1433951a"
107+
integrity sha512-fWQWvEqCx9SojQsIMbd1thvylhiUqyX11CBlnUJrpRxZEoLIWZ+F71E/7D662en79HGxtb8OAZZR7WXaiixljw==
108108
dependencies:
109109
inversify "^5.0.1"
110110
tslib "^1.10.0"
@@ -2767,9 +2767,9 @@ handle-thing@^2.0.0:
27672767
integrity sha512-d4sze1JNC454Wdo2fkuyzCr6aHcbL6PGGuFAz0Li/NcOm1tCHGnWDRmJP85dh9IhQErTc2svWFEX5xHIOo//kQ==
27682768

27692769
handlebars@^4.1.2:
2770-
version "4.4.3"
2771-
resolved "https://registry.npmjs.org/handlebars/-/handlebars-4.4.3.tgz#180bae52c1d0e9ec0c15d7e82a4362d662762f6e"
2772-
integrity sha512-B0W4A2U1ww3q7VVthTKfh+epHx+q4mCt6iK+zEAzbMBpWQAwxCeKxEGpj/1oQTpzPXDNSOG7hmG14TsISH50yw==
2770+
version "4.4.4"
2771+
resolved "https://registry.npmjs.org/handlebars/-/handlebars-4.4.4.tgz#d6cbdda5fb0706e6c1b43356afea30016106c60f"
2772+
integrity sha512-KDVIZvMQSrWTqwmJABFP5jI1rZDERoSDUD36BpccZni1h690o8cAmh3axy9XmVnT5A5i6KqtvE3lzxV/FOeVqA==
27732773
dependencies:
27742774
neo-async "^2.6.0"
27752775
optimist "^0.6.1"

0 commit comments

Comments
 (0)