@hitachivantara/app-shell-vite-plugin 0.17.3 → 0.17.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.
Files changed (1) hide show
  1. package/package.json +6 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hitachivantara/app-shell-vite-plugin",
3
- "version": "0.17.3",
3
+ "version": "0.17.4",
4
4
  "description": "AppShell Vite Plugin",
5
5
  "author": "Hitachi Vantara - Boba Fett Team",
6
6
  "license": "Apache-2.0",
@@ -26,16 +26,17 @@
26
26
  "build": "npm-run-all clean build:*",
27
27
  "build:esm": "tsc -p tsconfig.json",
28
28
  "build:esm-externals": "npx rollup --config",
29
- "clean": "npx rimraf ./dist *.tgz",
29
+ "clean": "npx rimraf ./dist *.tgz tsconfig.tsbuildinfo",
30
30
  "dev": "tsc-watch --noClear -p tsconfig.json",
31
+ "lint-check": "npx eslint --ext .js,.jsx,.ts,.tsx src --color",
31
32
  "lint": "npm-run-all --parallel lint:*",
32
- "lint:eslint": "npx eslint --ext .js,.jsx,.ts,.tsx src --color --cache --fix",
33
+ "lint:eslint": "npm run lint-check -- --cache --fix",
33
34
  "lint:prettier": "npx prettier --write \"src/**/*.{html,css,js,jsx,ts,tsx}\""
34
35
  },
35
36
  "dependencies": {
36
37
  "@emotion/cache": "^11.11.0",
37
38
  "@emotion/react": "^11.11.1",
38
- "@hitachivantara/app-shell-shared": "0.11.2",
39
+ "@hitachivantara/app-shell-shared": "0.11.3",
39
40
  "@hitachivantara/uikit-react-icons": "^5.6.0",
40
41
  "@hitachivantara/uikit-react-shared": "^5.1.0",
41
42
  "@rollup/plugin-commonjs": "^24.0.0",
@@ -58,5 +59,5 @@
58
59
  "@types/react-dom": "^18.0.11",
59
60
  "tsc-watch": "^6.0.0"
60
61
  },
61
- "gitHead": "d72c2a8410851710899fab00d2576d69978823e1"
62
+ "gitHead": "431bcd8b17db5b91b697728037024f1f000680d5"
62
63
  }