@open-amt-cloud-toolkit/ui-toolkit-react 2.0.7 → 3.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/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open-amt-cloud-toolkit/ui-toolkit-react",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "React UI controls for Intel AMT features",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -22,63 +22,63 @@
|
|
|
22
22
|
"homepage": "https://github.com/open-amt-cloud-toolkit/ui-toolkit-react#readme",
|
|
23
23
|
"types": "index.d.ts",
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"react": "^
|
|
26
|
-
"react-dom": "^
|
|
25
|
+
"react": "^18.2.0",
|
|
26
|
+
"react-dom": "^18.2.0"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@fortawesome/fontawesome-svg-core": "^6.
|
|
30
|
-
"@fortawesome/free-solid-svg-icons": "^6.
|
|
29
|
+
"@fortawesome/fontawesome-svg-core": "^6.2.1",
|
|
30
|
+
"@fortawesome/free-solid-svg-icons": "^6.2.1",
|
|
31
31
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
32
32
|
"@open-amt-cloud-toolkit/ui-toolkit": "^2.0.5",
|
|
33
|
-
"i18next": "^
|
|
34
|
-
"i18next-browser-languagedetector": "^
|
|
33
|
+
"i18next": "^22.0.5",
|
|
34
|
+
"i18next-browser-languagedetector": "^7.0.1",
|
|
35
35
|
"md5": "^2.2.1",
|
|
36
|
-
"moment": "^2.
|
|
37
|
-
"react-i18next": "^
|
|
38
|
-
"sass": "^1.
|
|
36
|
+
"moment": "^2.29.4",
|
|
37
|
+
"react-i18next": "^12.0.0",
|
|
38
|
+
"sass": "^1.56.1",
|
|
39
39
|
"styled-components": "^5.3.0",
|
|
40
40
|
"winston": "^3.0.0",
|
|
41
|
-
"ws": "^8.
|
|
41
|
+
"ws": "^8.11.0",
|
|
42
42
|
"xterm": "^5.0.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@
|
|
46
|
-
"@
|
|
47
|
-
"@
|
|
48
|
-
"@types/
|
|
49
|
-
"@types/
|
|
50
|
-
"@types/
|
|
51
|
-
"@types/react
|
|
45
|
+
"@testing-library/jest-dom": "^5.16.5",
|
|
46
|
+
"@testing-library/react": "^13.4.0",
|
|
47
|
+
"@testing-library/user-event": "^14.4.3",
|
|
48
|
+
"@types/jest": "^29.2.3",
|
|
49
|
+
"@types/md5": "^2.3.2",
|
|
50
|
+
"@types/node": "^18.11.9",
|
|
51
|
+
"@types/react": "^18.0.25",
|
|
52
|
+
"@types/react-dom": "^18.0.9",
|
|
52
53
|
"@types/ws": "^8.2.0",
|
|
53
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
54
|
-
"@typescript-eslint/parser": "^
|
|
55
|
-
"canvas": "^2.
|
|
56
|
-
"css-loader": "^6.2
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"eslint": "^
|
|
60
|
-
"eslint-
|
|
61
|
-
"eslint-config-standard-with-typescript": "^21.0.1",
|
|
62
|
-
"eslint-plugin-import": "^2.23.4",
|
|
54
|
+
"@typescript-eslint/eslint-plugin": "^5.43.0",
|
|
55
|
+
"@typescript-eslint/parser": "^5.43.0",
|
|
56
|
+
"canvas": "^2.10.2",
|
|
57
|
+
"css-loader": "^6.7.2",
|
|
58
|
+
"eslint": "^8.27.0",
|
|
59
|
+
"eslint-config-standard": "^17.0.0",
|
|
60
|
+
"eslint-config-standard-with-typescript": "^23.0.0",
|
|
61
|
+
"eslint-plugin-import": "^2.26.0",
|
|
63
62
|
"eslint-plugin-node": "^11.1.0",
|
|
64
|
-
"eslint-plugin-promise": "^
|
|
63
|
+
"eslint-plugin-promise": "^6.1.1",
|
|
65
64
|
"filereader": "^0.10.3",
|
|
66
|
-
"html-webpack-plugin": "^5.
|
|
65
|
+
"html-webpack-plugin": "^5.5.0",
|
|
67
66
|
"identity-obj-proxy": "^3.0.0",
|
|
68
|
-
"jest": "^
|
|
69
|
-
"jest-
|
|
67
|
+
"jest": "^29.3.1 ",
|
|
68
|
+
"jest-environment-jsdom": "^29.3.1",
|
|
69
|
+
"jest-junit": "^14.0.1",
|
|
70
70
|
"jest-transform-stub": "^2.0.0",
|
|
71
|
-
"react": "^
|
|
72
|
-
"react-dom": "^
|
|
73
|
-
"sass-loader": "^13.
|
|
74
|
-
"source-map-loader": "^4.0.
|
|
75
|
-
"style-loader": "^3.
|
|
76
|
-
"ts-jest": "^
|
|
77
|
-
"ts-loader": "^9.
|
|
78
|
-
"typescript": "^4.3
|
|
79
|
-
"webpack": "^5.
|
|
80
|
-
"webpack-cli": "^4.
|
|
81
|
-
"webpack-dev-server": "^4.
|
|
71
|
+
"react": "^18.2.0",
|
|
72
|
+
"react-dom": "^18.2.0",
|
|
73
|
+
"sass-loader": "^13.2.0",
|
|
74
|
+
"source-map-loader": "^4.0.1",
|
|
75
|
+
"style-loader": "^3.3.1",
|
|
76
|
+
"ts-jest": "^29.0.3",
|
|
77
|
+
"ts-loader": "^9.4.1",
|
|
78
|
+
"typescript": "^4.9.3",
|
|
79
|
+
"webpack": "^5.75.0",
|
|
80
|
+
"webpack-cli": "^4.10.0",
|
|
81
|
+
"webpack-dev-server": "^4.11.1",
|
|
82
82
|
"webpack-node-externals": "^3.0.0"
|
|
83
83
|
}
|
|
84
84
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open-amt-cloud-toolkit/ui-toolkit-react",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "React UI controls for Intel AMT features",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -22,63 +22,63 @@
|
|
|
22
22
|
"homepage": "https://github.com/open-amt-cloud-toolkit/ui-toolkit-react#readme",
|
|
23
23
|
"types": "index.d.ts",
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"react": "^
|
|
26
|
-
"react-dom": "^
|
|
25
|
+
"react": "^18.2.0",
|
|
26
|
+
"react-dom": "^18.2.0"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@fortawesome/fontawesome-svg-core": "^6.
|
|
30
|
-
"@fortawesome/free-solid-svg-icons": "^6.
|
|
29
|
+
"@fortawesome/fontawesome-svg-core": "^6.2.1",
|
|
30
|
+
"@fortawesome/free-solid-svg-icons": "^6.2.1",
|
|
31
31
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
32
32
|
"@open-amt-cloud-toolkit/ui-toolkit": "^2.0.5",
|
|
33
|
-
"i18next": "^
|
|
34
|
-
"i18next-browser-languagedetector": "^
|
|
33
|
+
"i18next": "^22.0.5",
|
|
34
|
+
"i18next-browser-languagedetector": "^7.0.1",
|
|
35
35
|
"md5": "^2.2.1",
|
|
36
|
-
"moment": "^2.
|
|
37
|
-
"react-i18next": "^
|
|
38
|
-
"sass": "^1.
|
|
36
|
+
"moment": "^2.29.4",
|
|
37
|
+
"react-i18next": "^12.0.0",
|
|
38
|
+
"sass": "^1.56.1",
|
|
39
39
|
"styled-components": "^5.3.0",
|
|
40
40
|
"winston": "^3.0.0",
|
|
41
|
-
"ws": "^8.
|
|
41
|
+
"ws": "^8.11.0",
|
|
42
42
|
"xterm": "^5.0.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@
|
|
46
|
-
"@
|
|
47
|
-
"@
|
|
48
|
-
"@types/
|
|
49
|
-
"@types/
|
|
50
|
-
"@types/
|
|
51
|
-
"@types/react
|
|
45
|
+
"@testing-library/jest-dom": "^5.16.5",
|
|
46
|
+
"@testing-library/react": "^13.4.0",
|
|
47
|
+
"@testing-library/user-event": "^14.4.3",
|
|
48
|
+
"@types/jest": "^29.2.3",
|
|
49
|
+
"@types/md5": "^2.3.2",
|
|
50
|
+
"@types/node": "^18.11.9",
|
|
51
|
+
"@types/react": "^18.0.25",
|
|
52
|
+
"@types/react-dom": "^18.0.9",
|
|
52
53
|
"@types/ws": "^8.2.0",
|
|
53
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
54
|
-
"@typescript-eslint/parser": "^
|
|
55
|
-
"canvas": "^2.
|
|
56
|
-
"css-loader": "^6.2
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"eslint": "^
|
|
60
|
-
"eslint-
|
|
61
|
-
"eslint-config-standard-with-typescript": "^21.0.1",
|
|
62
|
-
"eslint-plugin-import": "^2.23.4",
|
|
54
|
+
"@typescript-eslint/eslint-plugin": "^5.43.0",
|
|
55
|
+
"@typescript-eslint/parser": "^5.43.0",
|
|
56
|
+
"canvas": "^2.10.2",
|
|
57
|
+
"css-loader": "^6.7.2",
|
|
58
|
+
"eslint": "^8.27.0",
|
|
59
|
+
"eslint-config-standard": "^17.0.0",
|
|
60
|
+
"eslint-config-standard-with-typescript": "^23.0.0",
|
|
61
|
+
"eslint-plugin-import": "^2.26.0",
|
|
63
62
|
"eslint-plugin-node": "^11.1.0",
|
|
64
|
-
"eslint-plugin-promise": "^
|
|
63
|
+
"eslint-plugin-promise": "^6.1.1",
|
|
65
64
|
"filereader": "^0.10.3",
|
|
66
|
-
"html-webpack-plugin": "^5.
|
|
65
|
+
"html-webpack-plugin": "^5.5.0",
|
|
67
66
|
"identity-obj-proxy": "^3.0.0",
|
|
68
|
-
"jest": "^
|
|
69
|
-
"jest-
|
|
67
|
+
"jest": "^29.3.1 ",
|
|
68
|
+
"jest-environment-jsdom": "^29.3.1",
|
|
69
|
+
"jest-junit": "^14.0.1",
|
|
70
70
|
"jest-transform-stub": "^2.0.0",
|
|
71
|
-
"react": "^
|
|
72
|
-
"react-dom": "^
|
|
73
|
-
"sass-loader": "^13.
|
|
74
|
-
"source-map-loader": "^4.0.
|
|
75
|
-
"style-loader": "^3.
|
|
76
|
-
"ts-jest": "^
|
|
77
|
-
"ts-loader": "^9.
|
|
78
|
-
"typescript": "^4.3
|
|
79
|
-
"webpack": "^5.
|
|
80
|
-
"webpack-cli": "^4.
|
|
81
|
-
"webpack-dev-server": "^4.
|
|
71
|
+
"react": "^18.2.0",
|
|
72
|
+
"react-dom": "^18.2.0",
|
|
73
|
+
"sass-loader": "^13.2.0",
|
|
74
|
+
"source-map-loader": "^4.0.1",
|
|
75
|
+
"style-loader": "^3.3.1",
|
|
76
|
+
"ts-jest": "^29.0.3",
|
|
77
|
+
"ts-loader": "^9.4.1",
|
|
78
|
+
"typescript": "^4.9.3",
|
|
79
|
+
"webpack": "^5.75.0",
|
|
80
|
+
"webpack-cli": "^4.10.0",
|
|
81
|
+
"webpack-dev-server": "^4.11.1",
|
|
82
82
|
"webpack-node-externals": "^3.0.0"
|
|
83
83
|
}
|
|
84
84
|
}
|