@open-amt-cloud-toolkit/ui-toolkit-react 3.2.8 → 4.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/README.md CHANGED
@@ -1,9 +1,9 @@
1
1
  # UI Toolkit React
2
2
 
3
- ![CodeQL](https://img.shields.io/github/actions/workflow/status/open-amt-cloud-toolkit/ui-toolkit-react/codeql-analysis.yml?style=for-the-badge&label=CodeQL&logo=github)
4
- ![Build](https://img.shields.io/github/actions/workflow/status/open-amt-cloud-toolkit/ui-toolkit-react/ci.yml?style=for-the-badge&logo=github)
5
- ![Codecov](https://img.shields.io/codecov/c/github/open-amt-cloud-toolkit/ui-toolkit-react?style=for-the-badge&logo=codecov)
6
- [![OSSF-Scorecard Score](https://img.shields.io/ossf-scorecard/github.com/open-amt-cloud-toolkit/ui-toolkit-react?style=for-the-badge&label=OSSF%20Score)](https://api.securityscorecards.dev/projects/github.com/open-amt-cloud-toolkit/ui-toolkir-react)
3
+ ![CodeQL](https://img.shields.io/github/actions/workflow/status/device-management-toolkit/ui-toolkit-react/codeql-analysis.yml?style=for-the-badge&label=CodeQL&logo=github)
4
+ ![Build](https://img.shields.io/github/actions/workflow/status/device-management-toolkit/ui-toolkit-react/ci.yml?style=for-the-badge&logo=github)
5
+ ![Codecov](https://img.shields.io/codecov/c/github/device-management-toolkit/ui-toolkit-react?style=for-the-badge&logo=codecov)
6
+ [![OSSF-Scorecard Score](https://img.shields.io/ossf-scorecard/github.com/device-management-toolkit/ui-toolkit-react?style=for-the-badge&label=OSSF%20Score)](https://api.securityscorecards.dev/projects/github.com/open-amt-cloud-toolkit/ui-toolkir-react)
7
7
  [![Discord](https://img.shields.io/discord/1063200098680582154?style=for-the-badge&label=Discord&logo=discord&logoColor=white&labelColor=%235865F2&link=https%3A%2F%2Fdiscord.gg%2FDKHeUNEWVH)](https://discord.gg/DKHeUNEWVH)
8
8
 
9
9
 
@@ -13,7 +13,7 @@ The UI Toolkit provides prebuilt, React-based components for integrating remote
13
13
 
14
14
  <br><br>
15
15
 
16
- **For detailed documentation** about [Getting Started with the UI Toolkit](https://open-amt-cloud-toolkit.github.io/docs/2.0/Tutorials/uitoolkit) or other features of the Open AMT Cloud Toolkit, see the [docs](https://open-amt-cloud-toolkit.github.io/docs/).
16
+ **For detailed documentation** about [Getting Started with the UI Toolkit](https://device-management-toolkit.github.io/docs/2.0/Tutorials/uitoolkit) or other features of the Device Management Toolkit, see the [docs](https://device-management-toolkit.github.io/docs/).
17
17
 
18
18
  <br>
19
19
 
@@ -66,11 +66,11 @@ The React app can be created in any preferred development directory. The MPS can
66
66
 
67
67
  ## Additional Resources
68
68
 
69
- - For detailed documentation and Getting Started, [visit the docs site](https://open-amt-cloud-toolkit.github.io/docs).
69
+ - For detailed documentation and Getting Started, [visit the docs site](https://device-management-toolkit.github.io/docs).
70
70
 
71
71
  - Looking to contribute? [Find more information here about contribution guidelines and practices](.\CONTRIBUTING.md).
72
72
 
73
- - Find a bug? Or have ideas for new features? [Open a new Issue](https://github.com/open-amt-cloud-toolkit/ui-toolkit-react/issues).
73
+ - Find a bug? Or have ideas for new features? [Open a new Issue](https://github.com/device-management-toolkit/ui-toolkit-react/issues).
74
74
 
75
75
  - Need additional support or want to get the latest news and events about Open AMT? Connect with the team directly through Discord.
76
76
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-amt-cloud-toolkit/ui-toolkit-react",
3
- "version": "3.2.8",
3
+ "version": "4.0.0",
4
4
  "description": "React UI controls for Intel AMT features",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -17,9 +17,9 @@
17
17
  "author": "",
18
18
  "license": "Apache-2.0",
19
19
  "bugs": {
20
- "url": "https://github.com/open-amt-cloud-toolkit/ui-toolkit-react/issues"
20
+ "url": "https://github.com/device-management-toolkit/ui-toolkit-react/issues"
21
21
  },
22
- "homepage": "https://github.com/open-amt-cloud-toolkit/ui-toolkit-react#readme",
22
+ "homepage": "https://github.com/device-management-toolkit/ui-toolkit-react#readme",
23
23
  "types": "index.d.ts",
24
24
  "peerDependencies": {
25
25
  "react": "^18.2.0",
@@ -29,9 +29,9 @@
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": "^3.2.8",
32
+ "@open-amt-cloud-toolkit/ui-toolkit": "^3.2.9",
33
33
  "@xterm/xterm": "^5.5.0",
34
- "i18next": "^23.2.1",
34
+ "i18next": "^24.0.5",
35
35
  "i18next-browser-languagedetector": "^8.0.0",
36
36
  "md5": "^2.2.1",
37
37
  "moment": "^2.29.4",
@@ -53,7 +53,6 @@
53
53
  "@types/ws": "^8.2.0",
54
54
  "@typescript-eslint/eslint-plugin": "^6.11.0",
55
55
  "@typescript-eslint/parser": "^6.11.0",
56
- "canvas": "^2.10.2",
57
56
  "css-loader": "^7.1.1",
58
57
  "eslint": "^8.27.0",
59
58
  "eslint-config-standard": "^17.0.0",
@@ -68,8 +67,8 @@
68
67
  "jest-environment-jsdom": "^29.3.1",
69
68
  "jest-junit": "^16.0.0",
70
69
  "jest-transform-stub": "^2.0.0",
71
- "react": "^18.2.0",
72
- "react-dom": "^18.2.0",
70
+ "react": "^19.0.0",
71
+ "react-dom": "^19.0.0",
73
72
  "sass-loader": "^16.0.0",
74
73
  "source-map-loader": "^5.0.0",
75
74
  "style-loader": "^4.0.0",
@@ -77,7 +76,7 @@
77
76
  "ts-loader": "^9.4.1",
78
77
  "typescript": "^5.0.4",
79
78
  "webpack": "^5.75.0",
80
- "webpack-cli": "^5.0.1",
79
+ "webpack-cli": "^6.0.1",
81
80
  "webpack-dev-server": "^5.0.1",
82
81
  "webpack-node-externals": "^3.0.0"
83
82
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-amt-cloud-toolkit/ui-toolkit-react",
3
- "version": "3.2.8",
3
+ "version": "4.0.0",
4
4
  "description": "React UI controls for Intel AMT features",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -17,9 +17,9 @@
17
17
  "author": "",
18
18
  "license": "Apache-2.0",
19
19
  "bugs": {
20
- "url": "https://github.com/open-amt-cloud-toolkit/ui-toolkit-react/issues"
20
+ "url": "https://github.com/device-management-toolkit/ui-toolkit-react/issues"
21
21
  },
22
- "homepage": "https://github.com/open-amt-cloud-toolkit/ui-toolkit-react#readme",
22
+ "homepage": "https://github.com/device-management-toolkit/ui-toolkit-react#readme",
23
23
  "types": "index.d.ts",
24
24
  "peerDependencies": {
25
25
  "react": "^18.2.0",
@@ -29,9 +29,9 @@
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": "^3.2.8",
32
+ "@open-amt-cloud-toolkit/ui-toolkit": "^3.2.9",
33
33
  "@xterm/xterm": "^5.5.0",
34
- "i18next": "^23.2.1",
34
+ "i18next": "^24.0.5",
35
35
  "i18next-browser-languagedetector": "^8.0.0",
36
36
  "md5": "^2.2.1",
37
37
  "moment": "^2.29.4",
@@ -53,7 +53,6 @@
53
53
  "@types/ws": "^8.2.0",
54
54
  "@typescript-eslint/eslint-plugin": "^6.11.0",
55
55
  "@typescript-eslint/parser": "^6.11.0",
56
- "canvas": "^2.10.2",
57
56
  "css-loader": "^7.1.1",
58
57
  "eslint": "^8.27.0",
59
58
  "eslint-config-standard": "^17.0.0",
@@ -68,8 +67,8 @@
68
67
  "jest-environment-jsdom": "^29.3.1",
69
68
  "jest-junit": "^16.0.0",
70
69
  "jest-transform-stub": "^2.0.0",
71
- "react": "^18.2.0",
72
- "react-dom": "^18.2.0",
70
+ "react": "^19.0.0",
71
+ "react-dom": "^19.0.0",
73
72
  "sass-loader": "^16.0.0",
74
73
  "source-map-loader": "^5.0.0",
75
74
  "style-loader": "^4.0.0",
@@ -77,7 +76,7 @@
77
76
  "ts-loader": "^9.4.1",
78
77
  "typescript": "^5.0.4",
79
78
  "webpack": "^5.75.0",
80
- "webpack-cli": "^5.0.1",
79
+ "webpack-cli": "^6.0.1",
81
80
  "webpack-dev-server": "^5.0.1",
82
81
  "webpack-node-externals": "^3.0.0"
83
82
  }