mirror of
https://github.com/antebudimir/eslint-plugin-vanilla-extract.git
synced 2025-12-31 08:53:33 +00:00
feat 🥁: lower minimum Node.js version to 18.18.0
This commit is contained in:
parent
87acd612ea
commit
44aba9484a
3 changed files with 3 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@antebudimir/eslint-plugin-vanilla-extract",
|
||||
"version": "1.0.2",
|
||||
"version": "1.1.0",
|
||||
"description": "ESLint plugin for enforcing CSS ordering in vanilla-extract styles",
|
||||
"author": "Ante Budimir",
|
||||
"license": "MIT",
|
||||
|
|
@ -49,7 +49,7 @@
|
|||
"version:patch": "pnpm version patch --no-git-tag-version"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.18.3"
|
||||
"node": ">=18.18.0"
|
||||
},
|
||||
"packageManager": "pnpm@10.5.0",
|
||||
"peerDependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue