Skip to content

Commit

Permalink
chore: release 5.0.0
Browse files Browse the repository at this point in the history
Cherry committed Jan 12, 2025
1 parent 6a6351a commit 2034ff5
Showing 2 changed files with 1,483 additions and 1,301 deletions.
2,756 changes: 1,469 additions & 1,287 deletions package-lock.json

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodecraft/stylelint-config",
"version": "4.0.0",
"version": "5.0.0",
"description": "Nodecraft base Stylelint config",
"keywords": [
"stylelint",
@@ -29,24 +29,24 @@
"test": "vitest run"
},
"devDependencies": {
"@nodecraft/eslint-config": "^43.0.1",
"@stylistic/stylelint-plugin": "^3.0.0",
"@types/node": "^20.14.15",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"eslint": "^8.57.0",
"@nodecraft/eslint-config": "^44.3.0",
"@stylistic/stylelint-plugin": "^3.1.1",
"@types/node": "^22.10.5",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"eslint": "^8.57.1",
"eslint-plugin-json": "^4.0.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-unicorn": "^55.0.0",
"eslint-plugin-unicorn": "^56.0.1",
"eslint-plugin-vitest": "^0.5.4",
"stylelint": "^16.8.2",
"stylelint-config-standard": "^36.0.1",
"vitest": "^2.0.5"
"stylelint": "^16.13.0",
"stylelint-config-standard": "^37.0.0",
"vitest": "^2.1.8"
},
"peerDependencies": {
"@stylistic/stylelint-plugin": "^3.0.0",
"stylelint": "^16.8.2",
"stylelint-config-standard": "^36.0.1"
"@stylistic/stylelint-plugin": "^3.1.1",
"stylelint": "^16.13.0",
"stylelint-config-standard": "^37.0.0"
},
"engines": {
"node": ">= 20"

0 comments on commit 2034ff5

Please sign in to comment.