Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit fa7cf69

Browse files
committed
Fix react-redux version
1 parent ca82a03 commit fa7cf69

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

core/src/plugins/gui.ajax/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@
3737
"react-infinite": "*",
3838
"react-joyride": "^1.10.1",
3939
"react-motion": "*",
40-
"react-redux": "*",
40+
"react-redux": "^5.0.7",
4141
"react-router": "^2.7.0",
4242
"react-scrollbar": "^0.5.1",
4343
"react-select": "^0.6.5",
4444
"react-tap-event-plugin": "^2.0.1",
4545
"react-textfit": "^0.1.9",
4646
"reactify": "^1.1.1",
47-
"redux": "*",
47+
"redux": "^4.0.1",
4848
"systemjs": "^0.20.11",
4949
"whatwg-fetch": "^2.0.2",
5050
"wicked-good-xpath": "^1.3.0"

core/src/plugins/gui.ajax/res/themes/material/css/pydio.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,6 @@ input {
9393
*::-moz-focus-inner {
9494
border: none;
9595
}
96-
.no_select_bg::-moz-selection {
97-
background: transparent;
98-
}
9996
.no_select_bg::selection {
10097
background: transparent;
10198
}

0 commit comments

Comments
 (0)