x25 5.0.2 → 17.0.3
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 +1 -1
- package/actions.js +1 -1
- package/dev/TheError.js +1 -1
- package/package.json +19 -20
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-
|
|
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-
|
|
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.
|
|
15
|
+
_react2.default.useEfect(function () {
|
|
16
16
|
document.addEventListener("keydown", props.handleKey);
|
|
17
17
|
|
|
18
18
|
return function () {
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "
|
|
2
|
+
"version": "17.0.3",
|
|
3
3
|
"name": "x25",
|
|
4
4
|
"description": "x25",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"load": "npm run intern-pre && cd dist && npm publish",
|
|
7
7
|
"load-beta": "npm run intern-pre && cd dist && npm publish --tag beta",
|
|
8
|
-
"check": "npm-check -u -i babel-jest -i jest
|
|
8
|
+
"check": "npm-check -u -i babel-jest -i jest --specials=bin,eslint,babel,webpack",
|
|
9
9
|
"eslint": "eslint --ext .jsx,.js src --fix",
|
|
10
10
|
"intern-pre": "npm run intern-test && npm run eslint && npm run intern-clean && npm run intern-build && npm run intern-copy",
|
|
11
11
|
"intern-build-scss": "node-sass --output-style compressed src -o dist",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"url": "git+https://github.com/cristian-sima/x25.git"
|
|
21
21
|
},
|
|
22
22
|
"keywords": [],
|
|
23
|
-
"author": "
|
|
23
|
+
"author": "SC SIDEWORK SRL",
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"bugs": {
|
|
26
26
|
"url": "https://github.com/cristian-sima/x25/issues"
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
58
|
"engines": {
|
|
59
|
-
"node": ">=
|
|
59
|
+
"node": ">= 16.0.0"
|
|
60
60
|
},
|
|
61
61
|
"jest": {
|
|
62
62
|
"transform": {
|
|
@@ -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": "^
|
|
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",
|
|
@@ -121,25 +120,25 @@
|
|
|
121
120
|
"webpack-preset-babel-stage-2": "^0.2.0"
|
|
122
121
|
},
|
|
123
122
|
"dependencies": {
|
|
124
|
-
"@sentry/browser": "^
|
|
125
|
-
"big.js": "^
|
|
126
|
-
"classnames": "^2.
|
|
123
|
+
"@sentry/browser": "^6.17.2",
|
|
124
|
+
"big.js": "^6.1.1",
|
|
125
|
+
"classnames": "^2.3.1",
|
|
127
126
|
"copy": "^0.3.2",
|
|
128
127
|
"immutable": "^4.0.0-rc.12",
|
|
129
|
-
"moment": "^2.
|
|
130
|
-
"react": "^
|
|
131
|
-
"react-dom": "^
|
|
128
|
+
"moment": "^2.29.1",
|
|
129
|
+
"react": "^17.0.2",
|
|
130
|
+
"react-dom": "^17.0.2",
|
|
132
131
|
"react-loadable": "~5.5.0",
|
|
133
|
-
"react-notification-system-
|
|
134
|
-
"react-redux": "^7.
|
|
132
|
+
"react-notification-system-redux2": "^2.0.1",
|
|
133
|
+
"react-redux": "^7.2.6",
|
|
135
134
|
"react-router-dom": "^5.1.2",
|
|
136
|
-
"react-select": "^
|
|
135
|
+
"react-select": "^5.2.2",
|
|
137
136
|
"react-sidebar": "^3.0.2",
|
|
138
137
|
"reactstrap": "^9.0.1",
|
|
139
|
-
"redux": "^4.
|
|
140
|
-
"redux-form": "^8.
|
|
138
|
+
"redux": "^4.1.2",
|
|
139
|
+
"redux-form": "^8.3.8",
|
|
141
140
|
"redux-injector": "^0.1.0",
|
|
142
|
-
"reselect": "^4.
|
|
143
|
-
"superagent": "^
|
|
141
|
+
"reselect": "^4.1.5",
|
|
142
|
+
"superagent": "^7.1.1"
|
|
144
143
|
}
|
|
145
144
|
}
|