@sis-cc/dotstatsuite-visions 7.20.12 → 7.21.13
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/es/Dataflow/Dataflow.js +1 -1
- package/lib/Dataflow/Dataflow.js +1 -1
- package/package.json +15 -14
package/es/Dataflow/Dataflow.js
CHANGED
|
@@ -322,7 +322,7 @@ var Dataflow = function Dataflow(_ref2) {
|
|
|
322
322
|
mapIndexed(function (category, idx) {
|
|
323
323
|
return R.is(Array)(category) ? React.createElement(
|
|
324
324
|
Tooltip,
|
|
325
|
-
{ title: R.join(' > ', category) },
|
|
325
|
+
{ key: 'category-tooltip-value-' + idx, title: R.join(' > ', category) },
|
|
326
326
|
React.createElement(
|
|
327
327
|
'span',
|
|
328
328
|
null,
|
package/lib/Dataflow/Dataflow.js
CHANGED
|
@@ -383,7 +383,7 @@ var Dataflow = function Dataflow(_ref2) {
|
|
|
383
383
|
mapIndexed(function (category, idx) {
|
|
384
384
|
return R.is(Array)(category) ? _react2.default.createElement(
|
|
385
385
|
_Tooltip2.default,
|
|
386
|
-
{ title: R.join(' > ', category) },
|
|
386
|
+
{ key: 'category-tooltip-value-' + idx, title: R.join(' > ', category) },
|
|
387
387
|
_react2.default.createElement(
|
|
388
388
|
'span',
|
|
389
389
|
null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sis-cc/dotstatsuite-visions",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.21.13",
|
|
4
4
|
"description": "Library of visual components",
|
|
5
5
|
"author": "OECD",
|
|
6
6
|
"homepage": "https://visions-qa.siscc.org/#o",
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@loadable/component": "^5.10.2",
|
|
33
|
-
"@material-ui/core": "^4.
|
|
34
|
-
"@material-ui/icons": "^4.
|
|
35
|
-
"@material-ui/styles": "^4.
|
|
33
|
+
"@material-ui/core": "^4.9.5",
|
|
34
|
+
"@material-ui/icons": "^4.5.1",
|
|
35
|
+
"@material-ui/styles": "^4.5.0",
|
|
36
36
|
"@react-hook/size": "^2.1.1",
|
|
37
37
|
"classnames": "^2.2.6",
|
|
38
38
|
"date-fns": "^1.30.1",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"numeral": "^2.0.6",
|
|
41
41
|
"prop-types": "^15.7.2",
|
|
42
42
|
"ramda": "^0.27.0",
|
|
43
|
-
"react": "
|
|
43
|
+
"react": "16.x",
|
|
44
44
|
"react-beautiful-dnd": "^13.0.0",
|
|
45
45
|
"react-dom": "^16.8.6",
|
|
46
46
|
"react-draggable": "^4.4.5",
|
|
@@ -66,26 +66,27 @@
|
|
|
66
66
|
"dox": "^0.9.0",
|
|
67
67
|
"enzyme": "^3.10.0",
|
|
68
68
|
"enzyme-adapter-react-16": "^1.14.0",
|
|
69
|
-
"eslint": "^
|
|
70
|
-
"eslint-plugin-import": "^2.
|
|
71
|
-
"eslint-plugin-jsx-a11y": "^6.
|
|
72
|
-
"eslint-plugin-prettier": "^
|
|
73
|
-
"eslint-plugin-react": "^7.
|
|
74
|
-
"eslint-plugin-react-hooks": "^
|
|
69
|
+
"eslint": "^8.39.0",
|
|
70
|
+
"eslint-plugin-import": "^2.27.5",
|
|
71
|
+
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
72
|
+
"eslint-plugin-prettier": "^4.2.1",
|
|
73
|
+
"eslint-plugin-react": "^7.32.2",
|
|
74
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
75
75
|
"husky": "^2.7.0",
|
|
76
76
|
"identity-obj-proxy": "^3.0.0",
|
|
77
77
|
"jest": "^24.8.0",
|
|
78
78
|
"jest-environment-jsdom-fourteen": "0.1.0",
|
|
79
|
+
"jss": "^10.10.0",
|
|
79
80
|
"jss-rtl": "^0.2.3",
|
|
80
81
|
"lint-staged": "^8.2.1",
|
|
81
82
|
"nwb": "0.23.0",
|
|
82
|
-
"prettier": "
|
|
83
|
-
"pretty-quick": "^1.
|
|
83
|
+
"prettier": "^2.8.8",
|
|
84
|
+
"pretty-quick": "^3.1.3",
|
|
84
85
|
"react-a11y": "^1.1.0",
|
|
85
86
|
"react-helmet": "^5.2.1",
|
|
86
87
|
"react-scrollable-anchor": "^0.6.1",
|
|
87
88
|
"react-syntax-highlighter": "^10.2.1",
|
|
88
|
-
"sanitize-html": "
|
|
89
|
+
"sanitize-html": "2.7.0",
|
|
89
90
|
"webpack": "^5.68.0",
|
|
90
91
|
"webpack-cli": "^4.9.2",
|
|
91
92
|
"webpack-dev-server": "^4.7.4"
|