|
11 | 11 | "scripts": { |
12 | 12 | "clean": "rm -rf dist", |
13 | 13 | "webpack": "yarn exec webpack", |
14 | | - "build": "yarn clean && NODE_ENV=production NODE_OPTIONS=--max-old-space-size=6144 yarn webpack", |
15 | | - "build-dev": "yarn clean && NODE_OPTIONS=--max-old-space-size=6144 yarn webpack", |
| 14 | + "build": "yarn clean && NODE_ENV=production NODE_OPTIONS=--max-old-space-size=4096 yarn webpack", |
| 15 | + "build-dev": "yarn clean && NODE_OPTIONS=--max-old-space-size=4096 yarn webpack", |
16 | 16 | "start": "yarn webpack serve", |
17 | 17 | "start-console": "./start-console.sh", |
18 | 18 | "i18n": "./i18n-scripts/build-i18n.sh && node ./i18n-scripts/set-english-defaults.js", |
|
36 | 36 | "@openshift-console/dynamic-plugin-sdk": "4.22.0-prerelease.1", |
37 | 37 | "@openshift-console/dynamic-plugin-sdk-internal": "4.22.0-prerelease.1", |
38 | 38 | "@openshift-console/dynamic-plugin-sdk-webpack": "4.22.0-prerelease.1", |
39 | | - "@openshift/dynamic-plugin-sdk": "^4.0.0", |
40 | | - "@openshift/dynamic-plugin-sdk-extensions": "^1.3.0", |
41 | | - "@openshift/dynamic-plugin-sdk-utils": "^4.1.0", |
| 39 | + "@openshift/dynamic-plugin-sdk": "^8.1.0", |
| 40 | + "@openshift/dynamic-plugin-sdk-extensions": "^1.4.0", |
| 41 | + "@openshift/dynamic-plugin-sdk-utils": "^5.0.1", |
42 | 42 | "@patternfly/react-charts": "^8.0.0", |
43 | 43 | "@patternfly/react-component-groups": "^6.0.0", |
44 | 44 | "@patternfly/react-core": "^6.4.0", |
45 | 45 | "@patternfly/react-icons": "^6.4.0", |
46 | 46 | "@patternfly/react-log-viewer": "^6.0.0", |
| 47 | + "@patternfly/react-styles": "~6.4.0", |
47 | 48 | "@patternfly/react-table": "^6.4.0", |
48 | 49 | "@patternfly/react-tokens": "^6.4.0", |
49 | 50 | "@patternfly/react-topology": "^6.0.0", |
|
73 | 74 | "eslint-config-prettier": "^8.5.0", |
74 | 75 | "eslint-plugin-prettier": "^4.0.0", |
75 | 76 | "eslint-plugin-react": "^7.29.1", |
76 | | - "eslint-plugin-react-hooks": "4.1.2", |
| 77 | + "eslint-plugin-react-hooks": "^4.6.0", |
77 | 78 | "file-saver": "1.3.x", |
78 | | - "formik": "2.0.3", |
| 79 | + "formik": "^2.1.5", |
79 | 80 | "fuzzysearch": "1.0.x", |
80 | 81 | "gitlab": "10.0.1", |
81 | | - "i18next-parser": "^3.11.0", |
| 82 | + "i18next-parser": "^9.3.0", |
82 | 83 | "jest": "^30.2.0", |
83 | 84 | "jest-canvas-mock": "^2.5.2", |
84 | 85 | "jest-cli": "^30.2.0", |
|
102 | 103 | "react-monaco-editor": "0.46.x", |
103 | 104 | "react-redux": "8.1.3", |
104 | 105 | "react-rnd": "^10.3.4", |
| 106 | + "react-router": "5.3.x", |
105 | 107 | "react-router-dom": "5.3.x", |
106 | 108 | "react-router-dom-v5-compat": "^6.11.2", |
107 | 109 | "react-transition-group": "2.3.x", |
|
111 | 113 | "sass-loader": "^16.0.5", |
112 | 114 | "style-loader": "^3.3.1", |
113 | 115 | "stylelint": "16.12.0", |
114 | | - "stylelint-config-standard": "^31.0.0", |
| 116 | + "stylelint-config-standard": "^36.0.0", |
115 | 117 | "thread-loader": "^3.0.4", |
116 | 118 | "ts-jest": "^29.3.1", |
117 | 119 | "ts-loader": "^9.3.1", |
|
0 commit comments