diff options
| author | Guilhem Moulin <guilhem@fripost.org> | 2026-09-15 21:18:05 +0200 |
|---|---|---|
| committer | Guilhem Moulin <guilhem@fripost.org> | 2026-09-15 21:25:24 +0200 |
| commit | 2992f35aa10be0a9d52ee40b2f7b1611fb34c9f6 (patch) | |
| tree | 6b4a9ca32e2bb2eb11d70b4f02309aed8ea14149 | |
| parent | fb389edfecb8b597d5295ed046bac306a6f1b539 (diff) | |
Upgrade @eslint/css to 2.0.x.
| -rw-r--r-- | package-lock.json | 10 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json index 00f617b..e7dc37b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "proj4": "2.20.x" }, "devDependencies": { - "@eslint/css": "^1.4.0", + "@eslint/css": "^2.0.0", "@eslint/js": "^10.0.1", "eslint": "^10.10.0", "globals": "^17.12.0", @@ -123,13 +123,13 @@ } }, "node_modules/@eslint/css": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@eslint/css/-/css-1.4.0.tgz", - "integrity": "sha512-OnRNKgnbX+tufPuZc2kOJS+v1iIARvfJHRNEAVwN77DBpojl+rGjEP8NKTL6pEZ7BR+HtwIuSSdrymEFlANGxg==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@eslint/css/-/css-2.0.0.tgz", + "integrity": "sha512-lODVRbtxOXgcSOWNvv3gE4A8oRTSUHefA0tX9zrWUD57F+5RTLGDX9I8bnHQROO8nWb0hrmke0uO23pTlNfZ0A==", "dev": true, "dependencies": { "@eslint/core": "^1.2.1", - "@eslint/css-tree": "^4.0.4", + "@eslint/css-tree": "^4.0.5", "@eslint/plugin-kit": "^0.7.2" }, "engines": { diff --git a/package.json b/package.json index 8b76c0a..a570b30 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "serve": "vite preview" }, "devDependencies": { - "@eslint/css": "^1.4.0", + "@eslint/css": "^2.0.0", "@eslint/js": "^10.0.1", "eslint": "^10.10.0", "globals": "^17.12.0", |
