Update dependencies to latest version (#20545)
This commit is contained in:
parent
828a7ae874
commit
b8b56ece65
9 changed files with 485 additions and 498 deletions
|
@ -11,24 +11,24 @@
|
|||
"@patternfly/react-core": "^4.276.8",
|
||||
"@patternfly/react-icons": "^4.93.6",
|
||||
"@patternfly/react-table": "^4.113.0",
|
||||
"i18next": "^22.4.15",
|
||||
"i18next-http-backend": "^2.2.0",
|
||||
"i18next": "^22.5.0",
|
||||
"i18next-http-backend": "^2.2.1",
|
||||
"keycloak-js": "workspace:*",
|
||||
"keycloak-masthead": "workspace:*",
|
||||
"lodash-es": "^4.17.21",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-hook-form": "^7.43.9",
|
||||
"react-i18next": "^12.2.2",
|
||||
"react-router-dom": "6.11.1",
|
||||
"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.6",
|
||||
"@types/react": "^18.2.7",
|
||||
"@types/react-dom": "^18.2.4",
|
||||
"@vitejs/plugin-react-swc": "^3.3.1",
|
||||
"vite": "^4.3.5",
|
||||
"vite": "^4.3.8",
|
||||
"vite-plugin-checker": "^0.6.0"
|
||||
},
|
||||
"wireit": {
|
||||
|
|
|
@ -72,8 +72,8 @@
|
|||
"file-saver": "^2.0.5",
|
||||
"file-selector": "^0.6.0",
|
||||
"flat": "^5.0.2",
|
||||
"i18next": "^22.4.15",
|
||||
"i18next-http-backend": "^2.2.0",
|
||||
"i18next": "^22.5.0",
|
||||
"i18next-http-backend": "^2.2.1",
|
||||
"keycloak-js": "workspace:*",
|
||||
"lodash-es": "^4.17.21",
|
||||
"monaco-editor": "^0.34.1",
|
||||
|
@ -82,10 +82,10 @@
|
|||
"react-dropzone": "^14.2.3",
|
||||
"react-error-boundary": "^3.1.4",
|
||||
"react-hook-form": "^7.43.9",
|
||||
"react-i18next": "^12.2.2",
|
||||
"react-router": "^6.11.1",
|
||||
"react-router-dom": "6.11.1",
|
||||
"reactflow": "^11.7.0",
|
||||
"react-i18next": "^12.3.1",
|
||||
"react-router": "^6.11.2",
|
||||
"react-router-dom": "6.11.2",
|
||||
"reactflow": "^11.7.2",
|
||||
"ui-shared": "workspace:*",
|
||||
"use-react-router-breadcrumbs": "^4.0.1"
|
||||
},
|
||||
|
@ -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.6",
|
||||
"@types/react": "^18.2.7",
|
||||
"@types/react-dom": "^18.2.4",
|
||||
"@vitejs/plugin-react-swc": "^3.3.1",
|
||||
"cypress": "^12.12.0",
|
||||
"cypress": "^12.13.0",
|
||||
"cypress-axe": "^1.4.0",
|
||||
"jsdom": "^22.0.0",
|
||||
"ldap-server-mock": "^6.0.1",
|
||||
"ts-node": "^10.9.1",
|
||||
"vite": "^4.3.5",
|
||||
"vite": "^4.3.8",
|
||||
"vite-plugin-checker": "^0.6.0",
|
||||
"vitest": "^0.31.0"
|
||||
"vitest": "^0.31.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@keycloak/keycloak-admin-client": "workspace:*",
|
||||
"@octokit/rest": "^19.0.8",
|
||||
"@octokit/rest": "^19.0.11",
|
||||
"@types/gunzip-maybe": "^1.4.0",
|
||||
"@types/tar-fs": "^2.0.1",
|
||||
"gunzip-maybe": "^1.4.2",
|
||||
|
|
|
@ -43,11 +43,11 @@
|
|||
"url-template": "^3.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@faker-js/faker": "^8.0.0",
|
||||
"@faker-js/faker": "^8.0.1",
|
||||
"@types/chai": "^4.3.5",
|
||||
"@types/lodash-es": "^4.17.7",
|
||||
"@types/mocha": "^10.0.1",
|
||||
"@types/node": "^20.1.4",
|
||||
"@types/node": "^20.2.3",
|
||||
"chai": "^4.3.7",
|
||||
"mocha": "^10.2.0",
|
||||
"ts-node": "^10.9.1"
|
||||
|
|
|
@ -45,10 +45,10 @@
|
|||
"@rollup/plugin-commonjs": "^25.0.0",
|
||||
"@rollup/plugin-inject": "^5.0.3",
|
||||
"@rollup/plugin-node-resolve": "^15.0.2",
|
||||
"@rollup/plugin-terser": "^0.4.1",
|
||||
"@rollup/plugin-terser": "^0.4.3",
|
||||
"@rollup/plugin-typescript": "^11.1.1",
|
||||
"es6-promise": "^4.2.8",
|
||||
"rollup": "^3.21.7"
|
||||
"rollup": "^3.23.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"base64-js": "^1.5.1",
|
||||
|
|
|
@ -47,11 +47,11 @@
|
|||
"react-dom": "^18.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.2.6",
|
||||
"@types/react": "^18.2.7",
|
||||
"@types/react-dom": "^18.2.4",
|
||||
"@vitejs/plugin-react-swc": "^3.3.1",
|
||||
"rollup-plugin-peer-deps-external": "^2.2.4",
|
||||
"vite": "^4.3.5",
|
||||
"vite": "^4.3.8",
|
||||
"vite-plugin-checker": "^0.6.0",
|
||||
"vite-plugin-dts": "^2.3.0"
|
||||
}
|
||||
|
|
|
@ -41,13 +41,13 @@
|
|||
"react-hook-form": "7.43.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.2.6",
|
||||
"@types/react": "^18.2.7",
|
||||
"@types/react-dom": "^18.2.4",
|
||||
"@vitejs/plugin-react-swc": "^3.3.1",
|
||||
"rollup-plugin-peer-deps-external": "^2.2.4",
|
||||
"vite": "^4.3.5",
|
||||
"vite": "^4.3.8",
|
||||
"vite-plugin-checker": "^0.6.0",
|
||||
"vite-plugin-dts": "^2.3.0",
|
||||
"vitest": "^0.31.0"
|
||||
"vitest": "^0.31.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
"prepare": "cd .. && husky install js/.husky"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.1.4",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.5",
|
||||
"@typescript-eslint/parser": "^5.59.5",
|
||||
"eslint": "^8.40.0",
|
||||
"@types/node": "^20.2.3",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.7",
|
||||
"@typescript-eslint/parser": "^5.59.7",
|
||||
"eslint": "^8.41.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-import-resolver-typescript": "^3.5.5",
|
||||
"eslint-plugin-cypress": "^2.13.3",
|
||||
|
@ -19,7 +19,7 @@
|
|||
"husky": "^8.0.3",
|
||||
"lint-staged": "^13.2.2",
|
||||
"prettier": "^2.8.8",
|
||||
"tslib": "^2.5.0",
|
||||
"tslib": "^2.5.2",
|
||||
"typescript": "^5.0.4",
|
||||
"wireit": "^0.9.5"
|
||||
},
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue