|
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", |
|
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", |
|
87 | 87 | "node-watch": "^0.7.4", |
88 | 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", |
|
0 commit comments