Skip to content

Commit 04ab4b2

Browse files
authored
upgrade client and increase tests stablity (#615)
1 parent 86a6886 commit 04ab4b2

File tree

4 files changed

+1486
-3421
lines changed

4 files changed

+1486
-3421
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"test": "yarn test:jest",
8-
"test:jest": "jest --no-cache",
8+
"test:jest": "jest --no-cache --maxWorkers=2",
99
"test:watch": "yarn test -- --watch",
1010
"test:coverage": "yarn test --coverage",
1111
"build": "node ./node_modules/babel-cli/bin/babel-node.js ./node_modules/gulp/bin/gulp.js build",
@@ -37,7 +37,7 @@
3737
"react-router": "^3.0.0",
3838
"react-router-redux": "^4.0.7",
3939
"ringcentral": "^3.1.3",
40-
"ringcentral-client": "^1.0.0-rc1",
40+
"ringcentral-client": "^1.0.0-beta.1",
4141
"ringcentral-integration": "^0.7.37"
4242
},
4343
"devDependencies": {
@@ -90,7 +90,7 @@
9090
"redux-logger": "^3.0.6",
9191
"redux-thunk": "^2.2.0",
9292
"ringcentral": "^3.1.3",
93-
"ringcentral-client": "^1.0.0-rc1",
93+
"ringcentral-client": "^1.0.0-beta.1",
9494
"ringcentral-integration": "https://github.com/ringcentral/ringcentral-js-integration-commons#latest",
9595
"sass-loader": "^6.0.5",
9696
"source-map-loader": "^0.2.1",

0 commit comments

Comments
 (0)