keycloak-scim/themes/package.json
dependabot[bot] 40affd0e51
Bump @patternfly/patternfly from 5.4.0 to 5.4.1 (#33417)
Bumps [@patternfly/patternfly](https://github.com/patternfly/patternfly) from 5.4.0 to 5.4.1.
- [Release notes](https://github.com/patternfly/patternfly/releases)
- [Changelog](https://github.com/patternfly/patternfly/blob/main/release.config.js)
- [Commits](https://github.com/patternfly/patternfly/compare/v5.4.0...v5.4.1)

---
updated-dependencies:
- dependency-name: "@patternfly/patternfly"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-08 11:51:45 +00:00

28 lines
818 B
JSON

{
"name": "keycloak-npm-dependencies",
"private": true,
"type": "module",
"scripts": {
"build": "pnpm build:clean && rollup --config && pnpm build:rewrite-import",
"build:rewrite-import": "node scripts/rewrite-imports.js",
"build:clean": "shx rm -rf vendor"
},
"dependencies": {
"@noble/hashes": "^1.5.0",
"@patternfly-v5/patternfly": "npm:@patternfly/patternfly@^5.3.1",
"@patternfly/patternfly": "^5.4.1",
"patternfly": "^3.59.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rfc4648": "^1.5.3",
"uuid": "^10.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-replace": "^6.0.1",
"@rollup/plugin-terser": "^0.4.4",
"rollup": "^4.24.0",
"shx": "^0.3.4"
}
}