Skip to content

Commit 1e09336

Browse files
Merge pull request #21 from RobotlegsJS/greenkeeper/@robotlegsjs/core-1.0.0
Update @robotlegsjs/core to the latest version 🚀
2 parents e655f9c + 435f6b2 commit 1e09336

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727

2828
#### Changed
2929

30+
- Update `@robotlegsjs/core` to version `1.0.0` (see #21).
31+
3032
- Update `karma` setup to generate code coverage report only for `src` folder (see #4).
3133

3234
- Improve webpack configuration used to run example project. The `npm start` script will generate hashed files (to avoid browser cache) and open the broswer automatically (see #5).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"lib": "./lib"
5656
},
5757
"dependencies": {
58-
"@robotlegsjs/core": "^0.2.1",
58+
"@robotlegsjs/core": "^1.0.0",
5959
"tslib": "^1.9.3"
6060
},
6161
"peerDependencies": {

yarn.lock

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

113-
"@robotlegsjs/core@^0.2.1":
114-
version "0.2.1"
115-
resolved "https://registry.npmjs.org/@robotlegsjs/core/-/core-0.2.1.tgz#4a77f0b85e67343866c44772387617470b67f6c3"
116-
integrity sha512-GookVVseOR1cuG3FimiBPuUQkt9pV8k0HWH7ZqgPwrh17/Yq2109Q4z9E8gVcQVgzs7RQiyafVCw5d84Ree1ew==
113+
"@robotlegsjs/core@^1.0.0":
114+
version "1.0.0"
115+
resolved "https://registry.npmjs.org/@robotlegsjs/core/-/core-1.0.0.tgz#7a187196765772830cb524f995b6eb1eb2c67f49"
116+
integrity sha512-hW7wCN87kxOZkPPXpIcYzYmQ5C19RN/IK9g4g1qLH4z4shzct4m9SR5ccQiGPbZwsepSv6aN4t7grTBzdjfxLw==
117117
dependencies:
118-
inversify "^4.13.0"
118+
inversify "^5.0.1"
119119
tslib "^1.9.3"
120120

121121
"@sinonjs/commons@^1.2.0":
@@ -3315,10 +3315,10 @@ invariant@^2.2.2:
33153315
dependencies:
33163316
loose-envify "^1.0.0"
33173317

3318-
inversify@^4.13.0:
3319-
version "4.13.0"
3320-
resolved "https://registry.npmjs.org/inversify/-/inversify-4.13.0.tgz#0ab40570bfa4474b04d5b919bbab3a4f682a72f5"
3321-
integrity sha512-O5d8y7gKtyRwrvTLZzYET3kdFjqUy58sGpBYMARF13mzqDobpfBXVOPLH7HmnD2VR6Q+1HzZtslGvsdQfeb0SA==
3318+
inversify@^5.0.1:
3319+
version "5.0.1"
3320+
resolved "https://registry.npmjs.org/inversify/-/inversify-5.0.1.tgz#500d709b1434896ce5a0d58915c4a4210e34fb6e"
3321+
integrity sha512-Ieh06s48WnEYGcqHepdsJUIJUXpwH5o5vodAX+DK2JA/gjy4EbEcQZxw+uFfzysmKjiLXGYwNG3qDZsKVMcINQ==
33223322

33233323
invert-kv@^2.0.0:
33243324
version "2.0.0"

0 commit comments

Comments
 (0)