Upgrade JS dependencies to latest version (#29379)

Signed-off-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
Jon Koops 2024-05-08 15:02:45 +02:00 committed by GitHub
parent 19eaa48465
commit f098f19b15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 959 additions and 1670 deletions

View file

@ -22,31 +22,31 @@
},
"dependencies": {
"@keycloak/keycloak-ui-shared": "workspace:*",
"@patternfly/patternfly": "^5.3.0",
"@patternfly/react-core": "^5.3.0",
"@patternfly/react-icons": "^5.3.0",
"@patternfly/react-table": "^5.3.0",
"i18next": "^23.11.2",
"@patternfly/patternfly": "^5.3.1",
"@patternfly/react-core": "^5.3.3",
"@patternfly/react-icons": "^5.3.2",
"@patternfly/react-table": "^5.3.3",
"i18next": "^23.11.3",
"i18next-http-backend": "^2.5.1",
"keycloak-js": "workspace:*",
"lodash-es": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.4",
"react-i18next": "^14.1.1",
"react-router-dom": "^6.23.0"
},
"devDependencies": {
"@keycloak/keycloak-admin-client": "workspace:*",
"@playwright/test": "^1.43.1",
"@playwright/test": "^1.44.0",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"lightningcss": "^1.24.1",
"vite": "^5.2.10",
"vite": "^5.2.11",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-dts": "^3.9.0"
"vite-plugin-dts": "^3.9.1"
},
"wireit": {
"dev": {

View file

@ -63,54 +63,54 @@
"dependencies": {
"@keycloak/keycloak-admin-client": "workspace:*",
"@keycloak/keycloak-ui-shared": "workspace:*",
"@patternfly/patternfly": "^5.3.0",
"@patternfly/react-code-editor": "^5.3.0",
"@patternfly/react-core": "^5.3.0",
"@patternfly/react-icons": "^5.3.0",
"@patternfly/react-styles": "^5.3.0",
"@patternfly/react-table": "^5.3.0",
"@patternfly/patternfly": "^5.3.1",
"@patternfly/react-code-editor": "^5.3.3",
"@patternfly/react-core": "^5.3.3",
"@patternfly/react-icons": "^5.3.2",
"@patternfly/react-styles": "^5.3.1",
"@patternfly/react-table": "^5.3.3",
"admin-ui": "file:",
"dagre": "^0.8.5",
"file-saver": "^2.0.5",
"file-selector": "^0.6.0",
"flat": "^6.0.1",
"i18next": "^23.11.2",
"i18next": "^23.11.3",
"i18next-http-backend": "^2.5.1",
"keycloak-js": "workspace:*",
"lodash-es": "^4.17.21",
"monaco-editor": "^0.48.0",
"p-debounce": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.51.3",
"react-hook-form": "^7.51.4",
"react-i18next": "^14.1.1",
"react-router-dom": "^6.23.0",
"reactflow": "^11.11.2",
"reactflow": "^11.11.3",
"use-react-router-breadcrumbs": "^4.0.1"
},
"devDependencies": {
"@4tw/cypress-drag-drop": "^2.2.5",
"@testing-library/cypress": "^10.0.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.4",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@types/dagre": "^0.7.52",
"@types/file-saver": "^2.0.7",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.8",
"@vitejs/plugin-react-swc": "^3.6.0",
"cypress": "^13.8.1",
"cypress-axe": "^1.5.0",
"cypress-split": "^1.23.0",
"cypress-split": "^1.23.1",
"jsdom": "^24.0.0",
"ldap-server-mock": "^6.0.1",
"lightningcss": "^1.24.1",
"ts-node": "^10.9.2",
"uuid": "^9.0.1",
"vite": "^5.2.10",
"vite": "^5.2.11",
"vite-plugin-checker": "^0.6.4",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
}
}

View file

@ -16,10 +16,10 @@
},
"dependencies": {
"@keycloak/keycloak-admin-client": "workspace:*",
"@octokit/rest": "^20.1.0",
"@octokit/rest": "^20.1.1",
"@types/gunzip-maybe": "^1.4.2",
"@types/tar-fs": "^2.0.4",
"gunzip-maybe": "^1.4.2",
"tar-fs": "^3.0.5"
"tar-fs": "^3.0.6"
}
}

View file

@ -43,10 +43,10 @@
},
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@types/chai": "^4.3.14",
"@types/chai": "^4.3.16",
"@types/lodash-es": "^4.17.12",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.7",
"@types/node": "^20.12.10",
"chai": "^5.1.0",
"lodash-es": "^4.17.21",
"mocha": "^10.4.0",

View file

@ -71,7 +71,7 @@
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"es6-promise": "^4.2.8",
"rollup": "^4.16.4",
"rollup": "^4.17.2",
"shx": "^0.3.4"
},
"dependencies": {

View file

@ -42,27 +42,27 @@
},
"dependencies": {
"@keycloak/keycloak-admin-client": "workspace:*",
"@patternfly/react-core": "^5.3.0",
"@patternfly/react-icons": "^5.3.0",
"@patternfly/react-styles": "^5.3.0",
"i18next": "^23.11.2",
"@patternfly/react-core": "^5.3.3",
"@patternfly/react-icons": "^5.3.2",
"@patternfly/react-styles": "^5.3.1",
"i18next": "^23.11.3",
"keycloak-js": "workspace:*",
"lodash-es": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "7.51.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "7.51.4",
"react-i18next": "^14.1.1"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"vite": "^5.2.10",
"vite": "^5.2.11",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-dts": "^3.9.0",
"vite-plugin-dts": "^3.9.1",
"vite-plugin-lib-inject-css": "^2.0.1",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
}
}

View file

@ -1,28 +1,28 @@
{
"name": "root",
"type": "module",
"packageManager": "pnpm@9.0.1",
"packageManager": "pnpm@9.1.0+sha256.22e36fba7f4880ecf749a5ca128b8435da085ecd49575e7fb9e64d6bf4fad394",
"scripts": {
"prepare": "husky js/.husky"
},
"devDependencies": {
"@eslint/eslintrc": "^3.0.2",
"@eslint/js": "^9.1.1",
"@types/node": "^20.12.7",
"@eslint/js": "^9.2.0",
"@types/node": "^20.12.10",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^3.0.0",
"eslint-plugin-cypress": "^3.2.0",
"eslint-plugin-lodash": "^7.4.0",
"eslint-plugin-mocha": "^10.4.3",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-hooks": "^4.6.2",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"typescript-eslint": "^7.7.1",
"typescript-eslint": "^7.8.0",
"wireit": "^0.14.4"
},
"lint-staged": {

File diff suppressed because it is too large Load diff

View file

@ -231,8 +231,8 @@
<server.output.dir.version>${project.version}</server.output.dir.version>
<!-- Frontend -->
<node.version>v20.12.2</node.version>
<pnpm.version>9.0.1</pnpm.version>
<node.version>v20.13.0</node.version>
<pnpm.version>9.1.0</pnpm.version>
<pnpm.args.install>install --prefer-offline --frozen-lockfile --ignore-scripts</pnpm.args.install>
<!-- The clean step is skipped on Windows -->
<js.skip.clean>false</js.skip.clean>

View file

@ -6,14 +6,13 @@
"build:clean": "shx rm -rf vendor"
},
"dependencies": {
"@patternfly-v5/patternfly": "npm:@patternfly/patternfly@^5.3.0",
"@patternfly-v5/patternfly": "npm:@patternfly/patternfly@^5.3.1",
"@patternfly/patternfly": "^4.224.5",
"@patternfly/react-core": "^4.278.1",
"alpinejs": "^3.13.9",
"alpinejs": "^3.13.10",
"jquery": "^3.7.1",
"patternfly": "^3.59.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rfc4648": "^1.5.3"
},
"devDependencies": {
@ -21,7 +20,7 @@
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"rollup": "^4.16.4",
"rollup": "^4.17.2",
"shx": "^0.3.4"
}
}