Skip to content

Commit

Permalink
Update tslib to fix the core build
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Nov 22, 2021
1 parent 62d4cf5 commit 2c094d3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@
"prettier": "^2.0.2",
"spawn-command": "0.0.2-1",
"ts-jest": "^26.5.6",
"tslib": "^2.2.0",
"tslib": "^2.3.1",
"tslint": "^5.11.0",
"typescript": "^4.5.2",
"webpack-dev-middleware": "^3.6.0"
},
"resolutions": {
"**/tslib": "^2.2.0"
"**/tslib": "^2.3.1"
},
"husky": {
"hooks": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"rollup-plugin-uglify": "^6.0.2",
"rxjs": "^7.1.0",
"ts-jest": "^26.5.6",
"tslib": "^2.2.0",
"tslib": "^2.3.1",
"typescript": "^4.5.2",
"xml-js": "^1.6.11"
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7812,10 +7812,10 @@ ts-jest@^26.5.6:
semver "7.x"
yargs-parser "20.x"

[email protected], tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0, tslib@^2.2.0, tslib@~2.1.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c"
integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==
[email protected], tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0, tslib@^2.3.1, tslib@~2.1.0:
version "2.3.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==

tslint@^5.11.0:
version "5.20.1"
Expand Down

0 comments on commit 2c094d3

Please sign in to comment.