Skip to content

Commit

Permalink
bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierZal committed Jan 24, 2025
1 parent d8484bb commit 408131d
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 26 deletions.
11 changes: 11 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,17 @@ const config = [
],
language: 'json/json',
...json.configs.recommended,
rules: {
...json.configs.recommended.rules,
'json/sort-keys': [
'error',
'asc',
{
caseSensitive: true,
natural: true,
},
],
},
},
{
files: ['**/*.md'],
Expand Down
62 changes: 40 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@
},
"devDependencies": {
"@eslint/js": "^9.18.0",
"@eslint/json": "^0.9.1",
"@eslint/markdown": "^6.2.1",
"@eslint/json": "^0.10.0",
"@eslint/markdown": "^6.2.2",
"@helljs/eslint-import-resolver-x": "^1.1.0",
"@html-eslint/eslint-plugin": "^0.33.0",
"@html-eslint/parser": "^0.33.0",
"@stylistic/eslint-plugin": "^2.13.0",
"@tailwindcss/cli": "^4.0.0",
"@types/homey": "npm:homey-apps-sdk-v3-types@^0.3.10",
"@types/luxon": "^3.4.2",
"@types/node": "^22.10.8",
"@types/node": "^22.10.10",
"apexcharts": "^4.4.0",
"daisyui": "^5.0.0-beta.1",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-package-json": "^0.20.1",
"eslint-plugin-package-json": "^0.21.1",
"eslint-plugin-perfectionist": "^4.7.0",
"jsonc-eslint-parser": "^2.4.0",
"prettier": "^3.4.2",
Expand Down

0 comments on commit 408131d

Please sign in to comment.