Skip to content

Commit 094fc24

Browse files
Merge pull request #52 from RobotlegsJS/@robotlegsjs/core-1.0.3
Update @robotlegsjs/core to the latest version 🚀
2 parents 3980b26 + 053ebca commit 094fc24

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
@@ -47,6 +47,8 @@ Types of changes:
4747

4848
#### Changed
4949

50+
- Update `@robotlegsjs/core` to version `1.0.3` (see #52).
51+
5052
- Deploy example project (see #24).
5153

5254
- Improve `prettier` rules and `autoformat` script (see #32).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"lib": "./lib"
5858
},
5959
"dependencies": {
60-
"@robotlegsjs/core": "^1.0.2",
60+
"@robotlegsjs/core": "^1.0.3",
6161
"tslib": "^1.10.0"
6262
},
6363
"peerDependencies": {

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@
109109
resolved "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b"
110110
integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==
111111

112-
"@robotlegsjs/core@^1.0.2":
113-
version "1.0.2"
114-
resolved "https://registry.npmjs.org/@robotlegsjs/core/-/core-1.0.2.tgz#084aa26bbea00b9659bc11dae3e1925f25210c9f"
115-
integrity sha512-tMxAdsKM1hAPQztD/vy9QNG1NnBWKpG0+A6XBi7IigPmJmVoVxBw4xZvODWsDWoCLvhs/a9IOok2edUDxDiNrg==
112+
"@robotlegsjs/core@^1.0.3":
113+
version "1.0.3"
114+
resolved "https://registry.npmjs.org/@robotlegsjs/core/-/core-1.0.3.tgz#3ae018b4e8834552a076caf4f4eed7fe1433951a"
115+
integrity sha512-fWQWvEqCx9SojQsIMbd1thvylhiUqyX11CBlnUJrpRxZEoLIWZ+F71E/7D662en79HGxtb8OAZZR7WXaiixljw==
116116
dependencies:
117117
inversify "^5.0.1"
118118
tslib "^1.10.0"
@@ -3075,9 +3075,9 @@ handle-thing@^2.0.0:
30753075
integrity sha512-d4sze1JNC454Wdo2fkuyzCr6aHcbL6PGGuFAz0Li/NcOm1tCHGnWDRmJP85dh9IhQErTc2svWFEX5xHIOo//kQ==
30763076

30773077
handlebars@^4.0.1, handlebars@^4.1.2:
3078-
version "4.4.3"
3079-
resolved "https://registry.npmjs.org/handlebars/-/handlebars-4.4.3.tgz#180bae52c1d0e9ec0c15d7e82a4362d662762f6e"
3080-
integrity sha512-B0W4A2U1ww3q7VVthTKfh+epHx+q4mCt6iK+zEAzbMBpWQAwxCeKxEGpj/1oQTpzPXDNSOG7hmG14TsISH50yw==
3078+
version "4.4.5"
3079+
resolved "https://registry.npmjs.org/handlebars/-/handlebars-4.4.5.tgz#1b1f94f9bfe7379adda86a8b73fb570265a0dddd"
3080+
integrity sha512-0Ce31oWVB7YidkaTq33ZxEbN+UDxMMgThvCe8ptgQViymL5DPis9uLdTA13MiRPhgvqyxIegugrP97iK3JeBHg==
30813081
dependencies:
30823082
neo-async "^2.6.0"
30833083
optimist "^0.6.1"

0 commit comments

Comments
 (0)