|
65 | 65 | "build": "stencil build --prod && npm run build.scss", |
66 | 66 | "build.scss": "tsx ./scripts/build/build-css.ts", |
67 | 67 | "build.watch": "stencil build --watch", |
68 | | - "lint": "eslint src/**/*{.ts,.tsx}", |
| 68 | + "lint": "eslint src", |
69 | 69 | "lint:fix": "npm run lint -- --fix", |
70 | 70 | "prettier": "npx prettier src --check", |
71 | 71 | "prettier:fix": "npm run prettier -- --write", |
|
93 | 93 | "@siemens/ix-icons": "catalog:", |
94 | 94 | "@stencil-community/eslint-plugin": "^0.10.0", |
95 | 95 | "@stencil-community/postcss": "^2.2.0", |
96 | | - "@stencil/angular-output-target": "^1.1.1", |
97 | | - "@stencil/core": "^4.37.1", |
98 | | - "@stencil/react-output-target": "^1.2.0", |
99 | | - "@stencil/sass": "^3.2.2", |
100 | | - "@stencil/vue-output-target": "^0.11.8", |
| 96 | + "@stencil/angular-output-target": "^1.3.0", |
| 97 | + "@stencil/core": "^4.43.1", |
| 98 | + "@stencil/react-output-target": "^1.4.2", |
| 99 | + "@stencil/sass": "^3.2.3", |
| 100 | + "@stencil/vue-output-target": "^0.13.1", |
101 | 101 | "@testing-library/dom": "^10.4.0", |
102 | 102 | "@testing-library/jest-dom": "^6.6.1", |
103 | 103 | "@types/fs-extra": "^11.0.4", |
104 | 104 | "@types/jest": "^29.5.12", |
105 | 105 | "@types/luxon": "^3.4.2", |
106 | 106 | "@types/mustache": "^4.2.6", |
107 | 107 | "@types/node": "^20.16.0", |
108 | | - "@typescript-eslint/eslint-plugin": "^6.21.0", |
109 | | - "@typescript-eslint/parser": "^6.21.0", |
| 108 | + "@typescript-eslint/eslint-plugin": "^8.56.1", |
| 109 | + "@typescript-eslint/parser": "^8.56.1", |
110 | 110 | "animate.css": "~4.1.1", |
111 | 111 | "autoprefixer": "10.4.20", |
112 | 112 | "cssnano": "^6.1.2", |
113 | 113 | "cz-conventional-changelog": "^3.3.0", |
114 | | - "eslint": "^8.57.0", |
| 114 | + "eslint": "catalog:", |
115 | 115 | "eslint-config-ix": "workspace:*", |
116 | 116 | "eslint-plugin-react": "^7.35.0", |
117 | 117 | "fs-extra": "^10.1.0", |
|
0 commit comments