@open-amt-cloud-toolkit/ui-toolkit-react 3.0.0 → 3.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/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # UI Toolkit React
2
2
 
3
3
  [![Known Vulnerabilities](https://snyk.io/test/github/open-amt-cloud-toolkit/ui-toolkit/badge.svg?targetFile=package.json)](https://snyk.io/test/github/open-amt-cloud-toolkit/ui-toolkit?targetFile=package.json) ![Node.js CI](https://github.com/open-amt-cloud-toolkit/sample-web-ui/workflows/Node.js%20CI/badge.svg)
4
- ![codecov.io](https://codecov.io/github/open-amt-cloud-toolkit/ui-toolkit-react/coverage.svg?branch=main)
4
+ ![codecov.io](https://codecov.io/github/open-amt-cloud-toolkit/ui-toolkit-react/coverage.svg?branch=main) [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/open-amt-cloud-toolkit/ui-toolkit-react/badge)](https://api.securityscorecards.dev/projects/github.com/open-amt-cloud-toolkit/ui-toolkit-react) [![Discord Shield](https://discordapp.com/api/guilds/1063200098680582154/widget.png?style=shield)](https://discord.gg/yrcMp2kDWh)
5
5
 
6
6
  > Disclaimer: Production viable releases are tagged and listed under 'Releases'. All other check-ins should be considered 'in-development' and should not be used in production
7
7
 
@@ -17,7 +17,7 @@ The UI Toolkit provides prebuilt, React-based components for integrating remote
17
17
 
18
18
  To succesfully deploy the UI Toolkit using React, the following software must be installed on your development system:
19
19
 
20
- - [Node.js* LTS 12.x.x or newer](https://nodejs.org/en/)
20
+ - [Node.js* LTS 18.x.x or newer](https://nodejs.org/en/)
21
21
  - [git](https://git-scm.com/downloads)
22
22
  - [Visual Studio Code](https://code.visualstudio.com/) or any other IDE of choice
23
23
 
@@ -58,12 +58,21 @@ The React app can be created in any preferred development directory. The MPS can
58
58
  On Your Network: http://172.16.17.4:3000
59
59
  ```
60
60
 
61
+ <br>
62
+
63
+ ## Additional Resources
64
+
65
+ - For detailed documentation and Getting Started, [visit the docs site](https://open-amt-cloud-toolkit.github.io/docs).
61
66
 
62
- Learn how to add the KVM control to your new React app [here](https://open-amt-cloud-toolkit.github.io/docs/2.0/Tutorials/uitoolkit/#add-a-sample-control)
67
+ - Looking to contribute? [Find more information here about contribution guidelines and practices](.\CONTRIBUTING.md).
63
68
 
69
+ - Find a bug? Or have ideas for new features? [Open a new Issue](https://github.com/open-amt-cloud-toolkit/ui-toolkit-react/issues).
64
70
 
65
- For detailed documentation about the UI Toolkit, see the [docs](https://open-amt-cloud-toolkit.github.io/docs/)
71
+ - Need additional support or want to get the latest news and events about Open AMT? Connect with the team directly through Discord.
66
72
 
73
+ [![Discord Banner 1](https://discordapp.com/api/guilds/1063200098680582154/widget.png?style=banner2)](https://discord.gg/yrcMp2kDWh)
74
+
75
+ <br>
67
76
 
68
77
  ## License Note
69
78
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-amt-cloud-toolkit/ui-toolkit-react",
3
- "version": "3.0.0",
3
+ "version": "3.0.3",
4
4
  "description": "React UI controls for Intel AMT features",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -29,25 +29,25 @@
29
29
  "@fortawesome/fontawesome-svg-core": "^6.2.1",
30
30
  "@fortawesome/free-solid-svg-icons": "^6.2.1",
31
31
  "@fortawesome/react-fontawesome": "^0.2.0",
32
- "@open-amt-cloud-toolkit/ui-toolkit": "^2.0.5",
33
- "i18next": "^22.0.5",
32
+ "@open-amt-cloud-toolkit/ui-toolkit": "^2.0.10",
33
+ "i18next": "^23.2.1",
34
34
  "i18next-browser-languagedetector": "^7.0.1",
35
35
  "md5": "^2.2.1",
36
36
  "moment": "^2.29.4",
37
- "react-i18next": "^12.0.0",
37
+ "react-i18next": "^13.0.0",
38
38
  "sass": "^1.56.1",
39
- "styled-components": "^5.3.0",
39
+ "styled-components": "^6.0.3",
40
40
  "winston": "^3.0.0",
41
41
  "ws": "^8.11.0",
42
42
  "xterm": "^5.0.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@testing-library/jest-dom": "^5.16.5",
46
- "@testing-library/react": "^13.4.0",
45
+ "@testing-library/jest-dom": "^6.0.0",
46
+ "@testing-library/react": "^14.0.0",
47
47
  "@testing-library/user-event": "^14.4.3",
48
48
  "@types/jest": "^29.2.3",
49
49
  "@types/md5": "^2.3.2",
50
- "@types/node": "^18.11.9",
50
+ "@types/node": "^20.0.0",
51
51
  "@types/react": "^18.0.25",
52
52
  "@types/react-dom": "^18.0.9",
53
53
  "@types/ws": "^8.2.0",
@@ -57,7 +57,7 @@
57
57
  "css-loader": "^6.7.2",
58
58
  "eslint": "^8.27.0",
59
59
  "eslint-config-standard": "^17.0.0",
60
- "eslint-config-standard-with-typescript": "^23.0.0",
60
+ "eslint-config-standard-with-typescript": "^37.0.0",
61
61
  "eslint-plugin-import": "^2.26.0",
62
62
  "eslint-plugin-node": "^11.1.0",
63
63
  "eslint-plugin-promise": "^6.1.1",
@@ -66,7 +66,7 @@
66
66
  "identity-obj-proxy": "^3.0.0",
67
67
  "jest": "^29.3.1 ",
68
68
  "jest-environment-jsdom": "^29.3.1",
69
- "jest-junit": "^14.0.1",
69
+ "jest-junit": "^16.0.0",
70
70
  "jest-transform-stub": "^2.0.0",
71
71
  "react": "^18.2.0",
72
72
  "react-dom": "^18.2.0",
@@ -75,9 +75,9 @@
75
75
  "style-loader": "^3.3.1",
76
76
  "ts-jest": "^29.0.3",
77
77
  "ts-loader": "^9.4.1",
78
- "typescript": "^4.9.3",
78
+ "typescript": "^5.0.4",
79
79
  "webpack": "^5.75.0",
80
- "webpack-cli": "^4.10.0",
80
+ "webpack-cli": "^5.0.1",
81
81
  "webpack-dev-server": "^4.11.1",
82
82
  "webpack-node-externals": "^3.0.0"
83
83
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-amt-cloud-toolkit/ui-toolkit-react",
3
- "version": "3.0.0",
3
+ "version": "3.0.3",
4
4
  "description": "React UI controls for Intel AMT features",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -29,25 +29,25 @@
29
29
  "@fortawesome/fontawesome-svg-core": "^6.2.1",
30
30
  "@fortawesome/free-solid-svg-icons": "^6.2.1",
31
31
  "@fortawesome/react-fontawesome": "^0.2.0",
32
- "@open-amt-cloud-toolkit/ui-toolkit": "^2.0.5",
33
- "i18next": "^22.0.5",
32
+ "@open-amt-cloud-toolkit/ui-toolkit": "^2.0.10",
33
+ "i18next": "^23.2.1",
34
34
  "i18next-browser-languagedetector": "^7.0.1",
35
35
  "md5": "^2.2.1",
36
36
  "moment": "^2.29.4",
37
- "react-i18next": "^12.0.0",
37
+ "react-i18next": "^13.0.0",
38
38
  "sass": "^1.56.1",
39
- "styled-components": "^5.3.0",
39
+ "styled-components": "^6.0.3",
40
40
  "winston": "^3.0.0",
41
41
  "ws": "^8.11.0",
42
42
  "xterm": "^5.0.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@testing-library/jest-dom": "^5.16.5",
46
- "@testing-library/react": "^13.4.0",
45
+ "@testing-library/jest-dom": "^6.0.0",
46
+ "@testing-library/react": "^14.0.0",
47
47
  "@testing-library/user-event": "^14.4.3",
48
48
  "@types/jest": "^29.2.3",
49
49
  "@types/md5": "^2.3.2",
50
- "@types/node": "^18.11.9",
50
+ "@types/node": "^20.0.0",
51
51
  "@types/react": "^18.0.25",
52
52
  "@types/react-dom": "^18.0.9",
53
53
  "@types/ws": "^8.2.0",
@@ -57,7 +57,7 @@
57
57
  "css-loader": "^6.7.2",
58
58
  "eslint": "^8.27.0",
59
59
  "eslint-config-standard": "^17.0.0",
60
- "eslint-config-standard-with-typescript": "^23.0.0",
60
+ "eslint-config-standard-with-typescript": "^37.0.0",
61
61
  "eslint-plugin-import": "^2.26.0",
62
62
  "eslint-plugin-node": "^11.1.0",
63
63
  "eslint-plugin-promise": "^6.1.1",
@@ -66,7 +66,7 @@
66
66
  "identity-obj-proxy": "^3.0.0",
67
67
  "jest": "^29.3.1 ",
68
68
  "jest-environment-jsdom": "^29.3.1",
69
- "jest-junit": "^14.0.1",
69
+ "jest-junit": "^16.0.0",
70
70
  "jest-transform-stub": "^2.0.0",
71
71
  "react": "^18.2.0",
72
72
  "react-dom": "^18.2.0",
@@ -75,9 +75,9 @@
75
75
  "style-loader": "^3.3.1",
76
76
  "ts-jest": "^29.0.3",
77
77
  "ts-loader": "^9.4.1",
78
- "typescript": "^4.9.3",
78
+ "typescript": "^5.0.4",
79
79
  "webpack": "^5.75.0",
80
- "webpack-cli": "^4.10.0",
80
+ "webpack-cli": "^5.0.1",
81
81
  "webpack-dev-server": "^4.11.1",
82
82
  "webpack-node-externals": "^3.0.0"
83
83
  }