Skip to content

Commit 5742507

Browse files
committed
Fix dependencies
1 parent 0ea2420 commit 5742507

File tree

7 files changed

+95
-984
lines changed

7 files changed

+95
-984
lines changed

cypress/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
},
99
"devDependencies": {
1010
"@cypress/webpack-preprocessor": "^5.4.5",
11-
"cypress": "^5.1.0",
12-
"cypress-skip-and-only-ui": "^1.2.7"
11+
"cypress": "^5.1.0"
1312
}
1413
}

cypress/plugins/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
const wp = require('@cypress/webpack-preprocessor');
2-
const task = require('cypress-skip-and-only-ui/task');
32

43
module.exports = on => {
54
const options = {
@@ -18,6 +17,4 @@ module.exports = on => {
1817
}
1918
});
2019
on('file:preprocessor', wp(options));
21-
22-
on('task', task);
2320
};

examples/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"devDependencies": {
4747
"@types/fetch-mock": "^7.3.2",
4848
"@types/classnames": "^2.2.9",
49-
"@types/jest": "^24.0.23",
49+
"@types/jest": "^26.0.15",
5050
"@types/node": "^12.12.14",
5151
"@types/query-string": "5.1.0",
5252
"@types/react": "^16.9.13",

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
}
4242
},
4343
"devDependencies": {
44-
"@types/jest": "^24.0.13",
45-
"@types/react": "^16.9.0 || ^17.0.0",
44+
"@types/jest": "^26.0.15",
45+
"@types/react": "^16.9.56",
4646
"@types/react-redux": "^7.1.1",
4747
"@typescript-eslint/eslint-plugin": "^3.10.1",
4848
"@typescript-eslint/parser": "^3.10.1",
@@ -63,7 +63,10 @@
6363
"express": "~4.16.3",
6464
"full-icu": "~1.3.1",
6565
"husky": "^2.3.0",
66-
"jest": "^24.7.0",
66+
"jest": "26.6.0",
67+
"jest-circus": "26.6.0",
68+
"jest-resolve": "26.6.0",
69+
"jest-watch-typeahead": "0.6.1",
6770
"lerna": "~2.9.1",
6871
"lint-staged": "^8.1.7",
6972
"lolex": "~2.3.2",

packages/ra-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"final-form": "^4.20.0",
4242
"history": "^4.7.2",
4343
"ignore-styles": "~5.0.1",
44-
"react": "^16.9.0 || ^17.0.0",
45-
"react-dom": "^16.9.0 || ^17.0.0",
44+
"react": "^17.0.0",
45+
"react-dom": "^17.0.0",
4646
"react-final-form": "^6.5.0",
4747
"react-redux": "^7.1.0",
4848
"react-router": "^5.1.0",

packages/ra-ui-materialui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"final-form-arrays": "^3.0.1",
4040
"ignore-styles": "~5.0.1",
4141
"ra-core": "^3.10.0",
42-
"react": "^16.9.0 || ^17.0.0",
43-
"react-dom": "^16.9.0 || ^17.0.0",
42+
"react": "^17.0.0",
43+
"react-dom": "^17.0.0",
4444
"react-final-form": "^6.5.0",
4545
"react-final-form-arrays": "^3.1.1",
4646
"react-redux": "^7.1.0",

0 commit comments

Comments
 (0)