|
35 | 35 | "lint": "npm run lint:biome && npm run lint:lit-analyzer && npm run lint:prettier && npm run lint:styles", |
36 | 36 | "lint:biome": "biome lint", |
37 | 37 | "lint:lit-analyzer": "lit-analyzer", |
38 | | - "lint:prettier": "prettier \"**/*.ts\" --check --ignore-path .gitignore", |
| 38 | + "lint:prettier": "prettier \"**/*.ts\" --check --experimental-cli --ignore-path .gitignore", |
39 | 39 | "lint:styles": "stylelint \"src/**/*.scss\"", |
40 | 40 | "format": "biome check --fix && prettier \"**/*.ts\" --write --ignore-path .gitignore", |
41 | 41 | "release": "node scripts/gen-changelog.mjs", |
|
58 | 58 | "lit": "^3.3.0" |
59 | 59 | }, |
60 | 60 | "devDependencies": { |
61 | | - "@biomejs/biome": "2.0.0", |
| 61 | + "@biomejs/biome": "~2.0.4", |
62 | 62 | "@custom-elements-manifest/analyzer": "^0.10.4", |
63 | 63 | "@igniteui/material-icons-extended": "^3.1.0", |
64 | 64 | "@open-wc/testing": "^4.0.0", |
65 | | - "@storybook/addon-a11y": "^9.0.11", |
66 | | - "@storybook/addon-docs": "^9.0.11", |
67 | | - "@storybook/addon-links": "^9.0.11", |
68 | | - "@storybook/web-components-vite": "^9.0.11", |
| 65 | + "@storybook/addon-a11y": "^9.0.12", |
| 66 | + "@storybook/addon-docs": "^9.0.12", |
| 67 | + "@storybook/addon-links": "^9.0.12", |
| 68 | + "@storybook/web-components-vite": "^9.0.12", |
69 | 69 | "@types/mocha": "^10.0.10", |
70 | 70 | "@web/dev-server-esbuild": "^1.0.4", |
71 | 71 | "@web/test-runner": "^0.20.2", |
72 | 72 | "@web/test-runner-playwright": "^0.11.1", |
73 | 73 | "autoprefixer": "^10.4.21", |
74 | 74 | "browser-sync": "^3.0.4", |
75 | 75 | "cem-plugin-expanded-types": "^1.4.0", |
76 | | - "concurrently": "^9.1.2", |
| 76 | + "concurrently": "^9.2.0", |
77 | 77 | "custom-element-jet-brains-integration": "^1.7.0", |
78 | 78 | "custom-element-vs-code-integration": "^1.5.0", |
79 | 79 | "globby": "^14.1.0", |
80 | 80 | "husky": "^9.1.7", |
81 | | - "ig-typedoc-theme": "^6.1.0", |
| 81 | + "ig-typedoc-theme": "^6.2.0", |
82 | 82 | "igniteui-theming": "^19.0.0", |
83 | 83 | "keep-a-changelog": "^2.6.2", |
84 | 84 | "lint-staged": "^16.1.2", |
85 | 85 | "lit-analyzer": "^2.0.3", |
86 | 86 | "madge": "^8.0.0", |
87 | 87 | "node-watch": "^0.7.4", |
88 | | - "playwright": "^1.53.0", |
| 88 | + "playwright": "^1.53.1", |
89 | 89 | "postcss": "^8.5.6", |
90 | | - "prettier": "^3.5.3", |
| 90 | + "prettier": "^3.6.0", |
91 | 91 | "rimraf": "^6.0.1", |
92 | 92 | "sass-embedded": "~1.78.0", |
93 | 93 | "sinon": "^21.0.0", |
94 | | - "storybook": "^9.0.11", |
95 | | - "stylelint": "^16.20.0", |
| 94 | + "storybook": "^9.0.12", |
| 95 | + "stylelint": "^16.21.0", |
96 | 96 | "stylelint-config-standard-scss": "^15.0.1", |
97 | 97 | "stylelint-prettier": "^5.0.3", |
98 | 98 | "stylelint-scss": "^6.12.1", |
|
0 commit comments