Files
dependabot[bot] b4765b83f1 bump stylelint in the stylelint group across 1 directory
Bumps the stylelint group with 1 update in the / directory: [stylelint](https://github.com/stylelint/stylelint).

Updates `stylelint` from 17.7.0 to 17.9.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/17.7.0...17.9.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-version: 17.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: stylelint
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-29 18:05:04 +02:00

63 lines
2.1 KiB
JSON

{
"name": "CockpitDevelopmentDependencies",
"description": "Cockpit isn't a Node package, these are devel time deps, not needed to build tarball either",
"type": "module",
"private": true,
"dependencies": {
"@patternfly/patternfly": "6.4.0",
"@patternfly/react-core": "6.4.3",
"@patternfly/react-icons": "6.4.0",
"@patternfly/react-styles": "6.4.0",
"@patternfly/react-table": "6.4.3",
"@patternfly/react-tokens": "6.4.0",
"argparse": "2.0.1",
"esbuild": "0.28.0",
"esbuild-sass-plugin": "3.7.0",
"dequal": "2.0.3",
"gettext-parser": "9.0.2",
"ipaddr.js": "2.3.0",
"json-stable-stringify-without-jsonify": "1.0.1",
"prop-types": "15.8.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"remarkable": "2.0.1",
"throttle-debounce": "5.0.2",
"uuid": "14.0.0",
"@xterm/xterm": "6.0.0",
"@xterm/addon-webgl": "0.19.0"
},
"devDependencies": {
"@types/qunit": "2.19.13",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/throttle-debounce": "5.0.2",
"@typescript-eslint/eslint-plugin": "8.46.0",
"esbuild-wasm": "0.28.0",
"eslint": "8.57.1",
"eslint-config-standard": "17.1.0",
"eslint-config-standard-jsx": "11.0.0",
"eslint-config-standard-react": "13.0.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.6.0",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "4.6.2",
"qunit": "2.25.0",
"qunit-tap": "1.5.1",
"stylelint": "17.9.0",
"stylelint-config-recommended-scss": "17.0.1",
"stylelint-config-standard": "40.0.0",
"stylelint-config-standard-scss": "17.0.0",
"stylelint-formatter-pretty": "4.0.1",
"stylelint-use-logical": "2.1.3",
"typescript": "5.9.3"
},
"scripts": {
"eslint": "eslint --ext .js --ext .jsx --ext .ts --ext .tsx pkg/ test/common/",
"eslint:fix": "eslint --fix --ext .js --ext .jsx --ext .ts --ext .tsx pkg/ test/common/",
"stylelint": "stylelint pkg/*/*.{css,scss}",
"stylelint:fix": "stylelint --fix pkg/*/*.{css,scss}"
}
}