Skip to content

Commit 32663d2

Browse files
fix: remove tslib dependency (#153)
1 parent cff4993 commit 32663d2

File tree

2 files changed

+21
-26
lines changed

2 files changed

+21
-26
lines changed

package-lock.json

+17-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-7
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"@types/fs-extra": "^9.0.1",
4848
"@types/jest": "^25.2.3",
4949
"@types/node": "^14.0.5",
50-
"@typescript-eslint/eslint-plugin": "^3.0.0",
51-
"@typescript-eslint/parser": "^3.0.0",
50+
"@typescript-eslint/eslint-plugin": "^3.0.1",
51+
"@typescript-eslint/parser": "^3.0.1",
5252
"codecov": "^3.7.0",
5353
"eslint": "^7.1.0",
5454
"eslint-plugin-promise": "^4.2.1",
@@ -59,17 +59,14 @@
5959
"jest": "26.0.1",
6060
"jest-junit": "^10.0.0",
6161
"rollup": "^2.10.9",
62-
"rxjs": "^6.5.4",
6362
"semantic-release": "^17.0.8",
6463
"terser": "^4.7.0",
6564
"ts-jest": "^26.0.0",
6665
"ts-node": "^8.10.1",
67-
"tslib": "^2.0.0",
6866
"typescript": "^3.9.3"
6967
},
70-
"peerDependencies": {
71-
"tslib": ">=1.13.0",
72-
"rxjs": ">=6"
68+
"optionalDependencies": {
69+
"rxjs": "^6"
7370
},
7471
"jest": {
7572
"testURL": "http://localhost",

0 commit comments

Comments
 (0)