Update dependencies to latest version (#20788)
This commit is contained in:
parent
989ffe2d22
commit
fcd2a5138d
9 changed files with 423 additions and 413 deletions
|
@ -18,17 +18,17 @@
|
|||
"lodash-es": "^4.17.21",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-hook-form": "^7.43.9",
|
||||
"react-hook-form": "^7.44.3",
|
||||
"react-i18next": "^12.3.1",
|
||||
"react-router-dom": "6.11.2",
|
||||
"ui-shared": "workspace:*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/lodash-es": "^4.17.7",
|
||||
"@types/react": "^18.2.7",
|
||||
"@types/react": "^18.2.8",
|
||||
"@types/react-dom": "^18.2.4",
|
||||
"@vitejs/plugin-react-swc": "^3.3.1",
|
||||
"vite": "^4.3.8",
|
||||
"@vitejs/plugin-react-swc": "^3.3.2",
|
||||
"vite": "^4.3.9",
|
||||
"vite-plugin-checker": "^0.6.0"
|
||||
},
|
||||
"wireit": {
|
||||
|
|
|
@ -81,7 +81,7 @@
|
|||
"react-dom": "^18.2.0",
|
||||
"react-dropzone": "^14.2.3",
|
||||
"react-error-boundary": "^3.1.4",
|
||||
"react-hook-form": "^7.43.9",
|
||||
"react-hook-form": "^7.44.3",
|
||||
"react-i18next": "^12.3.1",
|
||||
"react-router": "^6.11.2",
|
||||
"react-router-dom": "6.11.2",
|
||||
|
@ -90,7 +90,7 @@
|
|||
"use-react-router-breadcrumbs": "^4.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@4tw/cypress-drag-drop": "^2.2.3",
|
||||
"@4tw/cypress-drag-drop": "^2.2.4",
|
||||
"@testing-library/cypress": "^9.0.0",
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
"@testing-library/react": "^14.0.0",
|
||||
|
@ -98,16 +98,16 @@
|
|||
"@types/file-saver": "^2.0.5",
|
||||
"@types/flat": "^5.0.2",
|
||||
"@types/lodash-es": "^4.17.7",
|
||||
"@types/react": "^18.2.7",
|
||||
"@types/react": "^18.2.8",
|
||||
"@types/react-dom": "^18.2.4",
|
||||
"@vitejs/plugin-react-swc": "^3.3.1",
|
||||
"@vitejs/plugin-react-swc": "^3.3.2",
|
||||
"cypress": "^12.13.0",
|
||||
"cypress-axe": "^1.4.0",
|
||||
"jsdom": "^22.0.0",
|
||||
"jsdom": "^22.1.0",
|
||||
"ldap-server-mock": "^6.0.1",
|
||||
"ts-node": "^10.9.1",
|
||||
"vite": "^4.3.8",
|
||||
"vite": "^4.3.9",
|
||||
"vite-plugin-checker": "^0.6.0",
|
||||
"vitest": "^0.31.1"
|
||||
"vitest": "^0.31.4"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -43,11 +43,11 @@
|
|||
"url-template": "^3.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@faker-js/faker": "^8.0.1",
|
||||
"@faker-js/faker": "^8.0.2",
|
||||
"@types/chai": "^4.3.5",
|
||||
"@types/lodash-es": "^4.17.7",
|
||||
"@types/mocha": "^10.0.1",
|
||||
"@types/node": "^20.2.3",
|
||||
"@types/node": "^20.2.5",
|
||||
"chai": "^4.3.7",
|
||||
"mocha": "^10.2.0",
|
||||
"ts-node": "^10.9.1"
|
||||
|
|
|
@ -44,11 +44,11 @@
|
|||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^25.0.0",
|
||||
"@rollup/plugin-inject": "^5.0.3",
|
||||
"@rollup/plugin-node-resolve": "^15.0.2",
|
||||
"@rollup/plugin-node-resolve": "^15.1.0",
|
||||
"@rollup/plugin-terser": "^0.4.3",
|
||||
"@rollup/plugin-typescript": "^11.1.1",
|
||||
"es6-promise": "^4.2.8",
|
||||
"rollup": "^3.23.0"
|
||||
"rollup": "^3.23.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"base64-js": "^1.5.1",
|
||||
|
|
|
@ -47,11 +47,11 @@
|
|||
"react-dom": "^18.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.2.7",
|
||||
"@types/react": "^18.2.8",
|
||||
"@types/react-dom": "^18.2.4",
|
||||
"@vitejs/plugin-react-swc": "^3.3.1",
|
||||
"@vitejs/plugin-react-swc": "^3.3.2",
|
||||
"rollup-plugin-peer-deps-external": "^2.2.4",
|
||||
"vite": "^4.3.8",
|
||||
"vite": "^4.3.9",
|
||||
"vite-plugin-checker": "^0.6.0",
|
||||
"vite-plugin-dts": "^2.3.0"
|
||||
}
|
||||
|
|
|
@ -38,16 +38,16 @@
|
|||
"@patternfly/react-icons": "^4.93.6",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-hook-form": "7.43.9"
|
||||
"react-hook-form": "7.44.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.2.7",
|
||||
"@types/react": "^18.2.8",
|
||||
"@types/react-dom": "^18.2.4",
|
||||
"@vitejs/plugin-react-swc": "^3.3.1",
|
||||
"@vitejs/plugin-react-swc": "^3.3.2",
|
||||
"rollup-plugin-peer-deps-external": "^2.2.4",
|
||||
"vite": "^4.3.8",
|
||||
"vite": "^4.3.9",
|
||||
"vite-plugin-checker": "^0.6.0",
|
||||
"vite-plugin-dts": "^2.3.0",
|
||||
"vitest": "^0.31.1"
|
||||
"vitest": "^0.31.4"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
"prepare": "cd .. && husky install js/.husky"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.2.3",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.7",
|
||||
"@typescript-eslint/parser": "^5.59.7",
|
||||
"eslint": "^8.41.0",
|
||||
"@types/node": "^20.2.5",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.9",
|
||||
"@typescript-eslint/parser": "^5.59.9",
|
||||
"eslint": "^8.42.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-import-resolver-typescript": "^3.5.5",
|
||||
"eslint-plugin-cypress": "^2.13.3",
|
||||
|
@ -20,11 +20,11 @@
|
|||
"husky": "^8.0.3",
|
||||
"lint-staged": "^13.2.2",
|
||||
"prettier": "^2.8.8",
|
||||
"tslib": "^2.5.2",
|
||||
"tslib": "^2.5.3",
|
||||
"typescript": "^5.0.4",
|
||||
"wireit": "^0.9.5"
|
||||
},
|
||||
"packageManager": "pnpm@8.5.1",
|
||||
"packageManager": "pnpm@8.6.1",
|
||||
"lint-staged": {
|
||||
"*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load diff
2
pom.xml
2
pom.xml
|
@ -240,7 +240,7 @@
|
|||
|
||||
<!-- Frontend -->
|
||||
<node.version>v18.16.0</node.version>
|
||||
<pnpm.version>8.5.1</pnpm.version>
|
||||
<pnpm.version>8.6.1</pnpm.version>
|
||||
</properties>
|
||||
|
||||
<url>http://keycloak.org</url>
|
||||
|
|
Loading…
Reference in a new issue