diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json index 03d8f1dd0..579319318 100644 --- a/package.json +++ b/package.json @@ -34,17 +34,17 @@ "fix": "npm run rtlcss && npm run stylelint_fix && npm run eslint_fix && npm run markdownlint_fix" }, "devDependencies": { - "eslint": "^9.19.0", - "@eslint/js": "^9.16.0", - "globals": "^15.14.0", + "eslint": "^9.20.1", + "@eslint/js": "^9.20.0", + "globals": "^16.0.0", "markdownlint-cli": "^0.44.0", - "neostandard": "^0.12.0", + "neostandard": "^0.12.1", "rtlcss": "^4.3.0", - "sass": "^1.83.4", + "sass": "^1.85.0", "stylelint": "^16.14.1", "stylelint-config-recommended-scss": "^14.1.0", "stylelint-order": "^6.0.4", - "@stylistic/stylelint-plugin": "^3.1.1" + "@stylistic/stylelint-plugin": "^3.1.2" }, "rtlcssConfig": {} } |