Update dependencies to latest version (#20355)
This commit is contained in:
parent
3443739336
commit
8331f57bfd
10 changed files with 451 additions and 450 deletions
|
@ -10,8 +10,8 @@
|
||||||
"@patternfly/patternfly": "^4.224.2",
|
"@patternfly/patternfly": "^4.224.2",
|
||||||
"@patternfly/react-core": "^4.276.8",
|
"@patternfly/react-core": "^4.276.8",
|
||||||
"@patternfly/react-icons": "^4.93.6",
|
"@patternfly/react-icons": "^4.93.6",
|
||||||
"i18next": "^22.4.15",
|
|
||||||
"@patternfly/react-table": "^4.113.0",
|
"@patternfly/react-table": "^4.113.0",
|
||||||
|
"i18next": "^22.4.15",
|
||||||
"i18next-http-backend": "^2.2.0",
|
"i18next-http-backend": "^2.2.0",
|
||||||
"keycloak-js": "workspace:*",
|
"keycloak-js": "workspace:*",
|
||||||
"keycloak-masthead": "workspace:*",
|
"keycloak-masthead": "workspace:*",
|
||||||
|
@ -25,10 +25,10 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/lodash-es": "^4.17.7",
|
"@types/lodash-es": "^4.17.7",
|
||||||
"@types/react": "^18.2.4",
|
"@types/react": "^18.2.6",
|
||||||
"@types/react-dom": "^18.2.3",
|
"@types/react-dom": "^18.2.4",
|
||||||
"@vitejs/plugin-react-swc": "^3.3.0",
|
"@vitejs/plugin-react-swc": "^3.3.1",
|
||||||
"vite": "^4.3.4",
|
"vite": "^4.3.5",
|
||||||
"vite-plugin-checker": "^0.6.0"
|
"vite-plugin-checker": "^0.6.0"
|
||||||
},
|
},
|
||||||
"wireit": {
|
"wireit": {
|
||||||
|
|
|
@ -98,15 +98,15 @@
|
||||||
"@types/file-saver": "^2.0.5",
|
"@types/file-saver": "^2.0.5",
|
||||||
"@types/flat": "^5.0.2",
|
"@types/flat": "^5.0.2",
|
||||||
"@types/lodash-es": "^4.17.7",
|
"@types/lodash-es": "^4.17.7",
|
||||||
"@types/react": "^18.2.4",
|
"@types/react": "^18.2.6",
|
||||||
"@types/react-dom": "^18.2.3",
|
"@types/react-dom": "^18.2.4",
|
||||||
"@vitejs/plugin-react-swc": "^3.3.0",
|
"@vitejs/plugin-react-swc": "^3.3.1",
|
||||||
"cypress": "^12.11.0",
|
"cypress": "^12.12.0",
|
||||||
"cypress-axe": "^1.4.0",
|
"cypress-axe": "^1.4.0",
|
||||||
"jsdom": "^22.0.0",
|
"jsdom": "^22.0.0",
|
||||||
"ldap-server-mock": "^6.0.1",
|
"ldap-server-mock": "^6.0.1",
|
||||||
"ts-node": "^10.9.1",
|
"ts-node": "^10.9.1",
|
||||||
"vite": "^4.3.4",
|
"vite": "^4.3.5",
|
||||||
"vite-plugin-checker": "^0.6.0",
|
"vite-plugin-checker": "^0.6.0",
|
||||||
"vitest": "^0.31.0"
|
"vitest": "^0.31.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@keycloak/keycloak-admin-client": "workspace:*",
|
"@keycloak/keycloak-admin-client": "workspace:*",
|
||||||
"@octokit/rest": "^19.0.7",
|
"@octokit/rest": "^19.0.8",
|
||||||
"@types/gunzip-maybe": "^1.4.0",
|
"@types/gunzip-maybe": "^1.4.0",
|
||||||
"@types/tar-fs": "^2.0.1",
|
"@types/tar-fs": "^2.0.1",
|
||||||
"gunzip-maybe": "^1.4.2",
|
"gunzip-maybe": "^1.4.2",
|
||||||
|
|
|
@ -43,11 +43,11 @@
|
||||||
"url-template": "^3.1.0"
|
"url-template": "^3.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@faker-js/faker": "^7.6.0",
|
"@faker-js/faker": "^8.0.0",
|
||||||
"@types/chai": "^4.3.5",
|
"@types/chai": "^4.3.5",
|
||||||
"@types/lodash-es": "^4.17.7",
|
"@types/lodash-es": "^4.17.7",
|
||||||
"@types/mocha": "^10.0.1",
|
"@types/mocha": "^10.0.1",
|
||||||
"@types/node": "^18.16.3",
|
"@types/node": "^20.1.4",
|
||||||
"chai": "^4.3.7",
|
"chai": "^4.3.7",
|
||||||
"mocha": "^10.2.0",
|
"mocha": "^10.2.0",
|
||||||
"ts-node": "^10.9.1"
|
"ts-node": "^10.9.1"
|
||||||
|
|
|
@ -42,13 +42,13 @@
|
||||||
"authentication"
|
"authentication"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@rollup/plugin-commonjs": "^24.1.0",
|
"@rollup/plugin-commonjs": "^25.0.0",
|
||||||
"@rollup/plugin-inject": "^5.0.3",
|
"@rollup/plugin-inject": "^5.0.3",
|
||||||
"@rollup/plugin-node-resolve": "^15.0.2",
|
"@rollup/plugin-node-resolve": "^15.0.2",
|
||||||
"@rollup/plugin-terser": "^0.4.1",
|
"@rollup/plugin-terser": "^0.4.1",
|
||||||
"@rollup/plugin-typescript": "^11.1.0",
|
"@rollup/plugin-typescript": "^11.1.1",
|
||||||
"es6-promise": "^4.2.8",
|
"es6-promise": "^4.2.8",
|
||||||
"rollup": "^3.21.4"
|
"rollup": "^3.21.7"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"base64-js": "^1.5.1",
|
"base64-js": "^1.5.1",
|
||||||
|
|
|
@ -47,11 +47,11 @@
|
||||||
"react-dom": "^18.2.0"
|
"react-dom": "^18.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/react": "^18.2.4",
|
"@types/react": "^18.2.6",
|
||||||
"@types/react-dom": "^18.2.3",
|
"@types/react-dom": "^18.2.4",
|
||||||
"@vitejs/plugin-react-swc": "^3.3.0",
|
"@vitejs/plugin-react-swc": "^3.3.1",
|
||||||
"rollup-plugin-peer-deps-external": "^2.2.4",
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
||||||
"vite": "^4.3.4",
|
"vite": "^4.3.5",
|
||||||
"vite-plugin-checker": "^0.6.0",
|
"vite-plugin-checker": "^0.6.0",
|
||||||
"vite-plugin-dts": "^2.3.0"
|
"vite-plugin-dts": "^2.3.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -41,11 +41,11 @@
|
||||||
"react-hook-form": "7.43.9"
|
"react-hook-form": "7.43.9"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/react": "^18.2.4",
|
"@types/react": "^18.2.6",
|
||||||
"@types/react-dom": "^18.2.3",
|
"@types/react-dom": "^18.2.4",
|
||||||
"@vitejs/plugin-react-swc": "^3.3.0",
|
"@vitejs/plugin-react-swc": "^3.3.1",
|
||||||
"rollup-plugin-peer-deps-external": "^2.2.4",
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
||||||
"vite": "^4.3.4",
|
"vite": "^4.3.5",
|
||||||
"vite-plugin-checker": "^0.6.0",
|
"vite-plugin-checker": "^0.6.0",
|
||||||
"vite-plugin-dts": "^2.3.0",
|
"vite-plugin-dts": "^2.3.0",
|
||||||
"vitest": "^0.31.0"
|
"vitest": "^0.31.0"
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
"prepare": "cd .. && husky install js/.husky"
|
"prepare": "cd .. && husky install js/.husky"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^18.16.3",
|
"@types/node": "^20.1.4",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.59.2",
|
"@typescript-eslint/eslint-plugin": "^5.59.5",
|
||||||
"@typescript-eslint/parser": "^5.59.2",
|
"@typescript-eslint/parser": "^5.59.5",
|
||||||
"eslint": "^8.39.0",
|
"eslint": "^8.40.0",
|
||||||
"eslint-config-prettier": "^8.8.0",
|
"eslint-config-prettier": "^8.8.0",
|
||||||
"eslint-import-resolver-typescript": "^3.5.5",
|
"eslint-import-resolver-typescript": "^3.5.5",
|
||||||
"eslint-plugin-cypress": "^2.13.3",
|
"eslint-plugin-cypress": "^2.13.3",
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
"typescript": "^5.0.4",
|
"typescript": "^5.0.4",
|
||||||
"wireit": "^0.9.5"
|
"wireit": "^0.9.5"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@8.4.0",
|
"packageManager": "pnpm@8.5.1",
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"
|
"*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load diff
2
pom.xml
2
pom.xml
|
@ -239,7 +239,7 @@
|
||||||
|
|
||||||
<!-- Frontend -->
|
<!-- Frontend -->
|
||||||
<node.version>v18.16.0</node.version>
|
<node.version>v18.16.0</node.version>
|
||||||
<pnpm.version>8.4.0</pnpm.version>
|
<pnpm.version>8.5.1</pnpm.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<url>http://keycloak.org</url>
|
<url>http://keycloak.org</url>
|
||||||
|
|
Loading…
Reference in a new issue