|
29 | 29 | "test-unit": "jest test/unit --detectOpenHandles", |
30 | 30 | "coverage": "jest --coverage", |
31 | 31 | "test-integration": "jest --forceExit test/integration", |
32 | | - "test-integration-no-resend": "jest --testTimeout=10000 --testPathIgnorePatterns='resend|Resend' --testNamePattern='^((?!(resend|Resend|resent|Resent)).)*$' test/integration/*.test.js", |
| 32 | + "test-integration-no-resend": "jest --testTimeout=10000 --testPathIgnorePatterns='resend|Resend' --testNamePattern='^((?!(resend|Resend|resent|Resent|gap|Gap)).)*$' test/integration/*.test.js", |
33 | 33 | "test-integration-resend": "jest --testTimeout=15000 --testNamePattern='(resend|Resend|resent|Resent)' test/integration/*.test.js", |
34 | 34 | "test-integration-dataunions": "jest --testTimeout=15000 --runInBand test/integration/DataUnionEndpoints", |
35 | 35 | "test-flakey": "jest --forceExit test/flakey/*", |
|
49 | 49 | "@babel/plugin-proposal-class-properties": "^7.12.1", |
50 | 50 | "@babel/plugin-transform-classes": "^7.12.1", |
51 | 51 | "@babel/plugin-transform-modules-commonjs": "^7.12.1", |
52 | | - "@babel/plugin-transform-runtime": "^7.12.10", |
| 52 | + "@babel/plugin-transform-runtime": "^7.12.15", |
53 | 53 | "@babel/preset-env": "^7.12.11", |
54 | 54 | "@babel/preset-typescript": "^7.12.13", |
55 | 55 | "@types/debug": "^4.1.5", |
|
87 | 87 | }, |
88 | 88 | "#IMPORTANT": "babel-runtime must be in dependencies, not devDependencies", |
89 | 89 | "dependencies": { |
90 | | - "@babel/runtime": "^7.12.5", |
| 90 | + "@babel/runtime": "^7.12.13", |
| 91 | + "@babel/runtime-corejs3": "^7.12.13", |
91 | 92 | "@ethersproject/address": "^5.0.9", |
92 | 93 | "@ethersproject/bignumber": "^5.0.13", |
93 | 94 | "@ethersproject/bytes": "^5.0.9", |
|
112 | 113 | "qs": "^6.9.6", |
113 | 114 | "quick-lru": "^5.1.1", |
114 | 115 | "readable-stream": "^3.6.0", |
115 | | - "streamr-client-protocol": "^7.1.2", |
| 116 | + "streamr-client-protocol": "^8.0.0-beta.2", |
116 | 117 | "typescript": "^4.1.4", |
117 | 118 | "uuid": "^8.3.2", |
118 | 119 | "webpack-node-externals": "^2.5.2", |
|
0 commit comments