x25 5.0.2 → 17.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Things.js CHANGED
@@ -14,7 +14,7 @@ var _Root2 = _interopRequireDefault(_Root);
14
14
 
15
15
  var _reactRedux = require("react-redux");
16
16
 
17
- var _reactNotificationSystemRedux = require("react-notification-system-redux");
17
+ var _reactNotificationSystemRedux = require("react-notification-system-redux2");
18
18
 
19
19
  var _reactNotificationSystemRedux2 = _interopRequireDefault(_reactNotificationSystemRedux);
20
20
 
package/actions.js CHANGED
@@ -31,7 +31,7 @@ Object.keys(_actions2).forEach(function (key) {
31
31
  });
32
32
  });
33
33
 
34
- var _reactNotificationSystemRedux = require("react-notification-system-redux");
34
+ var _reactNotificationSystemRedux = require("react-notification-system-redux2");
35
35
 
36
36
  var _reactNotificationSystemRedux2 = _interopRequireDefault(_reactNotificationSystemRedux);
37
37
 
package/dev/TheError.js CHANGED
@@ -12,7 +12,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
12
12
 
13
13
  var TheError = function TheError(props) {
14
14
 
15
- _react2.default.useEffect(function () {
15
+ _react2.default.useEfect(function () {
16
16
  document.addEventListener("keydown", props.handleKey);
17
17
 
18
18
  return function () {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "5.0.2",
2
+ "version": "17.0.0",
3
3
  "name": "x25",
4
4
  "description": "x25",
5
5
  "scripts": {
@@ -20,7 +20,7 @@
20
20
  "url": "git+https://github.com/cristian-sima/x25.git"
21
21
  },
22
22
  "keywords": [],
23
- "author": "Cristian Sima",
23
+ "author": "SC SIDEWORK SRL",
24
24
  "license": "MIT",
25
25
  "bugs": {
26
26
  "url": "https://github.com/cristian-sima/x25/issues"
@@ -95,19 +95,18 @@
95
95
  "eslint-plugin-flowtype": "^4.4.1",
96
96
  "eslint-plugin-jsx-a11y": "^6.2.3",
97
97
  "eslint-plugin-react": "^7.16.0",
98
+ "eslint-plugin-react-hooks": "^4.3.0",
98
99
  "file-loader": "^4.3.0",
99
100
  "flow-bin": "^0.112.0",
100
101
  "flow-status-webpack-plugin": "^0.1.7",
101
102
  "jest": "^23.6.0",
102
103
  "jest-immutable-matchers": "^2.0.1",
103
104
  "json-loader": "^0.5.7",
104
- "node-sass": "^4.13.0",
105
- "npm": "^8.3.2",
105
+ "node-sass": "^7.0.1",
106
106
  "npm-check": "^5.9.2",
107
107
  "npm-check-unused": "^6.0.0",
108
108
  "npm-check-updates": "^3.2.1",
109
109
  "postcss-loader": "^3.0.0",
110
- "react-hot-loader": "^4.12.18",
111
110
  "sass-loader": "^8.0.0",
112
111
  "scss-compile": "^0.1.7",
113
112
  "style-loader": "^1.0.0",
@@ -127,19 +126,20 @@
127
126
  "copy": "^0.3.2",
128
127
  "immutable": "^4.0.0-rc.12",
129
128
  "moment": "^2.22.2",
130
- "react": "^16.12.0",
131
- "react-dom": "^16.12.0",
129
+ "npm": "^6.13.1",
130
+ "react": "^17.0.2",
131
+ "react-dom": "^17.0.2",
132
132
  "react-loadable": "~5.5.0",
133
- "react-notification-system-redux": "^2.0.1",
134
- "react-redux": "^7.1.3",
133
+ "react-notification-system-redux2": "^2.0.1",
134
+ "react-redux": "^7.2.6",
135
135
  "react-router-dom": "^5.1.2",
136
- "react-select": "^3.0.8",
136
+ "react-select": "^5.2.2",
137
137
  "react-sidebar": "^3.0.2",
138
138
  "reactstrap": "^9.0.1",
139
139
  "redux": "^4.0.4",
140
- "redux-form": "^8.2.5",
140
+ "redux-form": "^8.3.8",
141
141
  "redux-injector": "^0.1.0",
142
- "reselect": "^4.0.0",
142
+ "reselect": "^4.1.5",
143
143
  "superagent": "^5.1.1"
144
144
  }
145
145
  }