Files
cockpit/package.json
T
dependabot[bot] 38ce30e219 bump uuid from 13.0.0 to 14.0.0
Bumps [uuid](https://github.com/uuidjs/uuid) from 13.0.0 to 14.0.0.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v13.0.0...v14.0.0)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version: 14.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-20 17:39:51 +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.1",
"@patternfly/react-icons": "6.4.0",
"@patternfly/react-styles": "6.4.0",
"@patternfly/react-table": "6.4.1",
"@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.7.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}"
}
}