|
56 | 56 | "test:cov": "yarn test --coverage",
|
57 | 57 | "ci": "yarn ci:lint && yarn ci:test && yarn ci:coverage",
|
58 | 58 | "ci:lint": "yarn lint",
|
59 |
| - "ci:test": "cross-env CI=true JEST_JUNIT_OUTPUT='junit/jest.xml' yarn test --ci --coverage --expand --forceExit", |
| 59 | + "ci:test": "cross-env CI=true yarn test --ci --coverage --expand --forceExit --detectOpenHandles -w 1", |
60 | 60 | "ci:coverage": "codecov -f coverage/coverage-final.json",
|
61 | 61 | "ci:publish": "yarn semantic-release",
|
62 | 62 | "prettify": "prettier-eslint --write \"./src/**/*.js\"",
|
|
65 | 65 | },
|
66 | 66 | "dependencies": {
|
67 | 67 | "fast-stable-stringify": "1.0.0",
|
68 |
| - "hoist-non-react-statics": "3.2.1", |
| 68 | + "hoist-non-react-statics": "3.3.0", |
69 | 69 | "is-object": "1.0.1",
|
70 | 70 | "murmur-hash": "1.0.0",
|
71 |
| - "qs": "6.6.0", |
72 |
| - "re-reselect": "2.3.0", |
73 |
| - "regenerator-runtime": "0.12.1", |
| 71 | + "qs": "6.7.0", |
| 72 | + "re-reselect": "3.1.0", |
| 73 | + "regenerator-runtime": "0.13.2", |
74 | 74 | "reselect": "4.0.0"
|
75 | 75 | },
|
76 | 76 | "devDependencies": {
|
77 |
| - "@ampproject/rollup-plugin-closure-compiler": "0.8.5", |
78 |
| - "@babel/cli": "7.2.3", |
79 |
| - "@babel/core": "7.2.2", |
80 |
| - "@babel/plugin-proposal-class-properties": "7.2.3", |
81 |
| - "@babel/preset-env": "7.2.3", |
| 77 | + "@ampproject/rollup-plugin-closure-compiler": "0.9.0", |
| 78 | + "@babel/cli": "7.4.3", |
| 79 | + "@babel/core": "7.4.3", |
| 80 | + "@babel/plugin-proposal-class-properties": "7.4.0", |
| 81 | + "@babel/preset-env": "7.4.3", |
82 | 82 | "@babel/preset-react": "7.0.0",
|
83 |
| - "@semantic-release/git": "7.0.7", |
84 |
| - "all-contributors-cli": "5.7.0", |
| 83 | + "@semantic-release/git": "7.0.8", |
| 84 | + "all-contributors-cli": "6.3.1", |
85 | 85 | "babel-core": "7.0.0-bridge.0",
|
86 | 86 | "babel-eslint": "10.0.1",
|
87 |
| - "babel-jest": "23.6.0", |
88 |
| - "codecov": "3.1.0", |
| 87 | + "babel-jest": "24.7.1", |
| 88 | + "codecov": "3.3.0", |
| 89 | + "core-js": "3", |
89 | 90 | "cross-env": "5.2.0",
|
90 |
| - "eslint": "5.12.0", |
| 91 | + "eslint": "5.16.0", |
91 | 92 | "eslint-config-airbnb": "17.1.0",
|
92 |
| - "eslint-config-prettier": "3.3.0", |
93 |
| - "eslint-plugin-import": "2.14.0", |
94 |
| - "eslint-plugin-jsx-a11y": "6.1.2", |
95 |
| - "eslint-plugin-react": "7.12.3", |
96 |
| - "fetch-mock": "7.3.0", |
97 |
| - "jest-cli": "23.6.0", |
| 93 | + "eslint-config-prettier": "4.1.0", |
| 94 | + "eslint-plugin-import": "2.17.2", |
| 95 | + "eslint-plugin-jsx-a11y": "6.2.1", |
| 96 | + "eslint-plugin-react": "7.12.4", |
| 97 | + "fetch-mock": "7.3.3", |
| 98 | + "jest-cli": "24.7.1", |
98 | 99 | "mockdate": "2.0.2",
|
99 |
| - "moment": "2.23.0", |
| 100 | + "moment": "2.24.0", |
100 | 101 | "prettier-eslint-cli": "4.7.1",
|
101 |
| - "react": "16.7.0", |
102 |
| - "react-redux": "6.0.0", |
| 102 | + "react": "16.8.6", |
| 103 | + "react-dom": "16.8.6", |
| 104 | + "react-redux": "7.0.2", |
103 | 105 | "redux": "4.0.1",
|
104 | 106 | "rimraf": "2.6.3",
|
105 |
| - "rollup": "1.1.0", |
106 |
| - "rollup-plugin-babel": "4.3.0", |
107 |
| - "rollup-plugin-commonjs": "9.2.0", |
108 |
| - "rollup-plugin-node-resolve": "4.0.0", |
109 |
| - "rollup-plugin-replace": "2.1.0", |
| 107 | + "rollup": "1.10.1", |
| 108 | + "rollup-plugin-babel": "4.3.2", |
| 109 | + "rollup-plugin-commonjs": "9.3.4", |
| 110 | + "rollup-plugin-node-resolve": "4.2.3", |
| 111 | + "rollup-plugin-replace": "2.2.0", |
110 | 112 | "semantic-release": "15.13.3"
|
111 | 113 | },
|
112 | 114 | "peerDependencies": {
|
113 |
| - "react": "^16.4.0-0", |
114 |
| - "react-redux": "^6.0.0", |
115 |
| - "redux-thunk": "^2.0.0" |
| 115 | + "react": "^16.8.3", |
| 116 | + "react-redux": "^7.0.0", |
| 117 | + "redux-thunk": "^2.0.0 || ^3.0.0 || ^4.0.0-0" |
116 | 118 | }
|
117 | 119 | }
|
0 commit comments