|
7 | 7 | "build": "yarn clean && NODE_ENV=production yarn ts-node node_modules/.bin/webpack", |
8 | 8 | "build-dev": "yarn clean && yarn ts-node node_modules/.bin/webpack", |
9 | 9 | "build-plugin-sdk": "yarn --cwd ../frontend build-plugin-sdk && yarn install-plugin-sdk", |
10 | | - "install-plugin-sdk": "rm -rf node_modules/@openshift-console && yarn install --check-files", |
| 10 | + "install-plugin-sdk": "rm -rf node_modules/@openshift-console && yarn install", |
11 | 11 | "start-console": "./start-console.sh", |
12 | 12 | "http-server": "./http-server.sh dist", |
13 | | - "i18n": "i18next \"src/**/*.{js,jsx,ts,tsx}\" [-oc] -c i18next-parser.config.js", |
14 | | - "ts-node": "ts-node -O '{\"module\":\"commonjs\"}'" |
| 13 | + "i18n": "i18next \"src/**/*.{js,jsx,ts,tsx}\" -c i18next-parser.config.js", |
| 14 | + "ts-node": "NODE_OPTIONS='--preserve-symlinks' ts-node -O '{\"module\":\"commonjs\"}'" |
15 | 15 | }, |
16 | 16 | "devDependencies": { |
17 | | - "@openshift-console/dynamic-plugin-sdk": "file:../frontend/packages/console-dynamic-plugin-sdk/dist/core", |
18 | | - "@openshift-console/dynamic-plugin-sdk-webpack": "file:../frontend/packages/console-dynamic-plugin-sdk/dist/webpack", |
19 | | - "@openshift-console/plugin-shared": "file:../frontend/packages/console-plugin-shared/dist", |
| 17 | + "@openshift-console/dynamic-plugin-sdk": "portal:../frontend/packages/console-dynamic-plugin-sdk/dist/core", |
| 18 | + "@openshift-console/dynamic-plugin-sdk-webpack": "portal:../frontend/packages/console-dynamic-plugin-sdk/dist/webpack", |
| 19 | + "@openshift-console/plugin-shared": "portal:../frontend/packages/console-plugin-shared/dist", |
20 | 20 | "@patternfly/react-core": "^6.2.2", |
21 | 21 | "@patternfly/react-icons": "^6.2.2", |
22 | 22 | "@patternfly/react-table": "^6.2.2", |
23 | | - "@types/react": "16.8.13", |
| 23 | + "@types/react": "17.x", |
24 | 24 | "@types/react-router": "^5.1.20", |
25 | 25 | "@types/react-router-dom": "5.3.x", |
26 | 26 | "copy-webpack-plugin": "^6.4.1", |
|
29 | 29 | "http-server": "0.12.x", |
30 | 30 | "i18next-parser": "^3.3.0", |
31 | 31 | "js-yaml": "^4.1.0", |
32 | | - "react": "17.0.1", |
33 | | - "react-dom": "17.0.1", |
| 32 | + "react": "17.0.2", |
| 33 | + "react-dom": "17.0.2", |
34 | 34 | "react-i18next": "^11.7.3", |
35 | 35 | "react-router": "5.3.x", |
36 | 36 | "react-router-dom": "5.3.x", |
|
76 | 76 | "disableStaticPlugins": [ |
77 | 77 | "@console/demo-plugin" |
78 | 78 | ] |
79 | | - } |
| 79 | + }, |
| 80 | + "packageManager": "yarn@4.12.0" |
80 | 81 | } |
0 commit comments