Skip to content

Commit 07e7ef0

Browse files
author
denis-itskovich
committed
[rxrpc-js] Fixing rxrpc-js modules
1 parent 1a41eef commit 07e7ef0

File tree

3 files changed

+1872
-1595
lines changed

3 files changed

+1872
-1595
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
},
3333
"homepage": "https://github.com/slim-gears/rxrpc-js#readme",
3434
"devDependencies": {
35-
"@types/jest": "^24.0.15",
36-
"jest": "^24.8.0",
37-
"rxjs": "^6.2.2",
38-
"ts-jest": "^24.0.2",
39-
"typescript": "^3.4.5"
35+
"@types/jest": "^26.0.22",
36+
"jest": "^26.6.3",
37+
"rxjs": "^6.6.7",
38+
"ts-jest": "^26.5.5",
39+
"typescript": "^4.2.4"
4040
},
4141
"peerDependencies": {
4242
"rxjs": "^6.2.2"

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"moduleResolution": "node",
77
"emitDecoratorMetadata": true,
88
"experimentalDecorators": true,
9-
"module": "es2015",
9+
"module": "commonjs",
1010
"esModuleInterop": true,
1111
"target": "es5",
1212
"lib": [ "es2015.promise", "es2015", "dom" ]

0 commit comments

Comments
 (0)