@hitachivantara/app-shell-vite-plugin 1.8.1 → 1.8.2

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.
@@ -56,12 +56,6 @@ export function HvAppShellVitePlugin(opts = {}, env = {}) {
56
56
  src: resolveModule("es-module-shims"),
57
57
  dest: "bundles",
58
58
  },
59
- // copy the ui kit icons' sprites to the "icons" folder
60
- // TODO: remove, no longer used
61
- {
62
- src: resolveModule("@hitachivantara/uikit-react-icons", "../sprites/*.svg"),
63
- dest: "icons",
64
- },
65
59
  ...(!devMode && buildEntryPoint
66
60
  ? [
67
61
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hitachivantara/app-shell-vite-plugin",
3
- "version": "1.8.1",
3
+ "version": "1.8.2",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "author": "Hitachi Vantara UI Kit Team",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@emotion/cache": "^11.11.0",
22
22
  "@emotion/react": "^11.11.1",
23
- "@hitachivantara/app-shell-shared": "^1.5.11",
24
- "@hitachivantara/app-shell-ui": "^1.11.1",
25
- "@hitachivantara/uikit-react-icons": "^5.16.1",
26
- "@hitachivantara/uikit-react-shared": "^5.5.1",
23
+ "@hitachivantara/app-shell-shared": "^1.5.12",
24
+ "@hitachivantara/app-shell-ui": "^1.11.2",
25
+ "@hitachivantara/uikit-react-icons": "^5.16.2",
26
+ "@hitachivantara/uikit-react-shared": "^5.5.2",
27
27
  "@rollup/plugin-commonjs": "^25.0.7",
28
28
  "@rollup/plugin-json": "^6.0.0",
29
29
  "@rollup/plugin-node-resolve": "^15.0.1",
@@ -58,5 +58,5 @@
58
58
  },
59
59
  "./package.json": "./package.json"
60
60
  },
61
- "gitHead": "3b3c13424f41d3ab57653e51d7b0108193eff962"
61
+ "gitHead": "ac709f3b46b8b62ea3fccfa689983b5a9b72c4ec"
62
62
  }