Skip to content

Commit

Permalink
Merge pull request #50 from RobotlegsJS/greenkeeper/@robotlegsjs/core…
Browse files Browse the repository at this point in the history
…-2.0.0

Update @robotlegsjs/core to the latest version 🚀
  • Loading branch information
tiagoschenkel authored Mar 1, 2020
2 parents 9890c4c + fe68164 commit e9654eb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ Types of changes:
- in case of vulnerabilities.
-->

#### Breaking Change

- Update [`@robotlegsjs/core`](https://github.com/RobotlegsJS/RobotlegsJS) to version `^2.0.0` (see #50).

- Migrate array notation from `Array<SomeType>` to `SomeType[]`.

- The rest of the `Public API` remains unchanged.

#### Added

- Add **Tidelift** as funding option (see #46).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"lib": "./lib"
},
"dependencies": {
"@robotlegsjs/core": "^1.0.3",
"@robotlegsjs/core": "^2.0.0",
"tslib": "^1.11.1"
},
"peerDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,13 @@
resolved "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.2.tgz#26520bf09abe4a5644cd5414e37125a8954241dd"
integrity sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw==

"@robotlegsjs/core@^1.0.3":
version "1.0.3"
resolved "https://registry.npmjs.org/@robotlegsjs/core/-/core-1.0.3.tgz#3ae018b4e8834552a076caf4f4eed7fe1433951a"
integrity sha512-fWQWvEqCx9SojQsIMbd1thvylhiUqyX11CBlnUJrpRxZEoLIWZ+F71E/7D662en79HGxtb8OAZZR7WXaiixljw==
"@robotlegsjs/core@^2.0.0":
version "2.0.0"
resolved "https://registry.npmjs.org/@robotlegsjs/core/-/core-2.0.0.tgz#6bbc0bd7c0f86d444de7efe58ac8d15d0ef8871b"
integrity sha512-yucJHS2aWoCQejV4SOKAfh61wVZXjjD2AX7fgIlYkRNErTHxtliISDla95AW5AhlpNuymTXA63afkbqqsysTyw==
dependencies:
inversify "^5.0.1"
tslib "^1.10.0"
tslib "^1.11.1"

"@sinonjs/commons@^1", "@sinonjs/commons@^1.6.0", "@sinonjs/commons@^1.7.0":
version "1.7.1"
Expand Down Expand Up @@ -449,9 +449,9 @@ acorn@^6.0.1, acorn@^6.2.1:
integrity sha512-gac8OEcQ2Li1dxIEWGZzsp2BitJxwkwcOm0zHAJLcPJaVvm58FRnk6RkuLRpU1EujipU2ZFODv2P9DLMfnV8mw==

acorn@^7.1.0:
version "7.1.0"
resolved "https://registry.npmjs.org/acorn/-/acorn-7.1.0.tgz#949d36f2c292535da602283586c2477c57eb2d6c"
integrity sha512-kL5CuoXA/dgxlBbVrflsflzQ3PAas7RYZB52NOm/6839iVYJgKMJ3cQJD+t2i5+qFa8h3MDpEOJiS64E8JLnSQ==
version "7.1.1"
resolved "https://registry.npmjs.org/acorn/-/acorn-7.1.1.tgz#e35668de0b402f359de515c5482a1ab9f89a69bf"
integrity sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg==

after@0.8.2:
version "0.8.2"
Expand Down

0 comments on commit e9654eb

Please sign in to comment.