@hitachivantara/uikit-cli 6.0.2 → 6.0.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hitachivantara/uikit-cli",
3
- "version": "6.0.2",
3
+ "version": "6.0.4",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "author": "Hitachi Vantara UI Kit Team",
@@ -28,16 +28,14 @@
28
28
  "prepare": "npx cpy ../../templates src"
29
29
  },
30
30
  "dependencies": {
31
- "chalk": "^5.2.0",
32
- "colors": "^1.4.0",
33
- "commander": "^10.0.0",
31
+ "chalk": "^5.6.2",
32
+ "commander": "^14.0.3",
34
33
  "fs-extra": "^11.1.0",
35
34
  "inquirer": "^9.1.4",
36
- "node-plop": "^0.31.1"
35
+ "node-plop": "^0.32.3"
37
36
  },
38
- "engineStrict": true,
39
37
  "engines": {
40
- "node": ">=16"
38
+ "node": ">=20"
41
39
  },
42
40
  "files": [
43
41
  "src"
@@ -46,5 +44,5 @@
46
44
  "access": "public",
47
45
  "directory": "package"
48
46
  },
49
- "gitHead": "f2b8a9e107bc8886231d527b37b30716d891105c"
47
+ "gitHead": "0985fa0fa2f1fdff7a57fced4fcb1385544cb457"
50
48
  }
@@ -19,8 +19,8 @@
19
19
  "@emotion/css": "^11.10.6",
20
20
  "@emotion/react": "^11.10.6",
21
21
  "@emotion/styled": "^11.10.6",
22
- "@hitachivantara/uikit-react-core": "^6.0.0-next.0",
23
- "@hitachivantara/uikit-react-icons": "^6.0.0-next.0",
22
+ "@hitachivantara/uikit-react-core": "^6.0.0",
23
+ "@hitachivantara/uikit-react-icons": "^6.0.0",
24
24
  "@mui/material": "^7.0.2",
25
25
  "i18next": "^23.7.8",
26
26
  "i18next-browser-languagedetector": "^7.0.1",
@@ -32,9 +32,9 @@
32
32
  "swr": "^2.2.0"
33
33
  },
34
34
  "devDependencies": {
35
- "@hitachivantara/app-shell-vite-plugin": "^2.0.0-next.0",
35
+ "@hitachivantara/app-shell-vite-plugin": "^2.0.0",
36
36
  "@hitachivantara/uikit-config": "^0.5.1",
37
- "@hitachivantara/uikit-uno-preset": "^1.0.0-next.0",
37
+ "@hitachivantara/uikit-uno-preset": "^1.0.0",
38
38
  "@testing-library/jest-dom": "^6.1.5",
39
39
  "@testing-library/react": "^14.0.0",
40
40
  "@testing-library/user-event": "^14.4.3",
@@ -1 +1,2 @@
1
1
  /// <reference types="vite/client" />
2
+ /// <reference types="vitest/globals" />
@@ -19,8 +19,8 @@
19
19
  "@emotion/css": "^11.10.6",
20
20
  "@emotion/react": "^11.10.6",
21
21
  "@emotion/styled": "^11.10.6",
22
- "@hitachivantara/uikit-react-core": "^6.0.0-next.0",
23
- "@hitachivantara/uikit-react-icons": "^6.0.0-next.0",
22
+ "@hitachivantara/uikit-react-core": "^6.0.0",
23
+ "@hitachivantara/uikit-react-icons": "^6.0.0",
24
24
  "@mui/material": "^7.0.2",
25
25
  "i18next": "^22.4.10",
26
26
  "i18next-browser-languagedetector": "^7.0.1",
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "devDependencies": {
35
35
  "@hitachivantara/uikit-config": "^0.5.1",
36
- "@hitachivantara/uikit-uno-preset": "^1.0.0-next.0",
36
+ "@hitachivantara/uikit-uno-preset": "^1.0.0",
37
37
  "@testing-library/jest-dom": "^6.1.5",
38
38
  "@testing-library/react": "^14.0.0",
39
39
  "@testing-library/user-event": "^14.4.3",
@@ -1 +1,2 @@
1
1
  /// <reference types="vite/client" />
2
+ /// <reference types="vitest/globals" />
@@ -1,8 +0,0 @@
1
- import type { Theme } from "@mui/material/styles";
2
-
3
- // makeStyles is now exported from @mui/styles package which does not know about Theme
4
- // we need to augment the DefaultTheme (empty object) in @mui/styles with Theme from the core.
5
- declare module "@mui/private-theming" {
6
- // eslint-disable-next-line @typescript-eslint/no-empty-interface
7
- interface DefaultTheme extends Theme {}
8
- }
@@ -1,8 +0,0 @@
1
- import type { Theme } from "@mui/material/styles";
2
-
3
- // makeStyles is now exported from @mui/styles package which does not know about Theme
4
- // we need to augment the DefaultTheme (empty object) in @mui/styles with Theme from the core.
5
- declare module "@mui/private-theming" {
6
- // eslint-disable-next-line @typescript-eslint/no-empty-interface
7
- interface DefaultTheme extends Theme {}
8
- }