|
3 | 3 | "description": "OpenShift Console plugin for GitOps.", |
4 | 4 | "version": "0.0.1", |
5 | 5 | "private": true, |
| 6 | + "packageManager": "pnpm@10.33.2", |
6 | 7 | "license": "Apache-2.0", |
7 | 8 | "scripts": { |
| 9 | + "preinstall": "npx only-allow pnpm", |
8 | 10 | "http-server": "./http-server.sh ./dist", |
9 | 11 | "clean": "rm -rf dist", |
10 | | - "build": "yarn clean && NODE_ENV=production yarn ts-node node_modules/.bin/webpack", |
11 | | - "build-dev": "yarn clean && yarn ts-node node_modules/.bin/webpack", |
12 | | - "start": "yarn ts-node node_modules/.bin/webpack serve", |
| 12 | + "build": "pnpm clean && NODE_ENV=production pnpm ts-node node_modules/webpack-cli/bin/cli.js", |
| 13 | + "build-dev": "pnpm clean && pnpm ts-node node_modules/webpack-cli/bin/cli.js", |
| 14 | + "start": "pnpm ts-node node_modules/webpack-cli/bin/cli.js serve", |
13 | 15 | "start-console": "./start-console.sh", |
14 | 16 | "i18n": "i18next \"src/**/*.{js,jsx,ts,tsx}\" [-oc] -c i18next-parser.config.js", |
15 | 17 | "ts-node": "ts-node -O '{\"module\":\"commonjs\"}'", |
16 | 18 | "lint": "eslint ./src --fix", |
17 | 19 | "test": "jest", |
18 | | - "test:update": "jest -u", |
| 20 | + "test:update": "jest --updateSnapshot", |
19 | 21 | "test:coverage": "jest --coverage" |
20 | 22 | }, |
21 | 23 | "devDependencies": { |
|
28 | 30 | "@patternfly/react-charts": "^8.4.0", |
29 | 31 | "@patternfly/react-core": "^6.4.0", |
30 | 32 | "@patternfly/react-data-view": "^6.4.0", |
| 33 | + "@patternfly/react-component-groups": "^6.3.0", |
31 | 34 | "@patternfly/react-icons": "^6.4.0", |
| 35 | + "@patternfly/react-styles": "^6.4.0", |
32 | 36 | "@patternfly/react-table": "^6.4.0", |
33 | 37 | "@patternfly/react-tokens": "6.4.0", |
| 38 | + "@patternfly/react-topology": "^6.2.0", |
34 | 39 | "@svgr/webpack": "^8.1.0", |
35 | 40 | "@types/classnames": "^2.3.1", |
| 41 | + "@jest/types": "^29.0.0", |
| 42 | + "@types/jest": "^29.0.0", |
36 | 43 | "@types/dagre": "^0.7.53", |
37 | 44 | "@types/git-url-parse": "^9.0.0", |
| 45 | + "@types/lodash": "^4.14.0", |
38 | 46 | "@types/node": "^17.0.21", |
39 | 47 | "@types/react": "17.0.91", |
40 | 48 | "@types/react-redux": "7.1.34", |
|
59 | 67 | "http-server": "0.12.x", |
60 | 68 | "i18next": "^19.8.3", |
61 | 69 | "i18next-parser": "^3.3.0", |
| 70 | + "lodash-es": "^4.17.23", |
62 | 71 | "marked": "15.0.12", |
| 72 | + "mobx-react": "^7.6.0", |
63 | 73 | "prettier": "^2.6.0", |
64 | 74 | "prop-types": "15.8.x", |
65 | 75 | "react": "17.0.2", |
66 | 76 | "react-dom": "17.0.2", |
67 | 77 | "react-i18next": "^11.7.3", |
| 78 | + "react-router": "5.3.4", |
| 79 | + "semver": "^7.0.0", |
68 | 80 | "sass": "^1.42.1", |
69 | 81 | "sass-loader": "^10.1.1", |
70 | 82 | "style-loader": "^2.0.0", |
71 | 83 | "ts-loader": "^9.5.1", |
72 | 84 | "ts-node": "^10.7.0", |
73 | 85 | "tsconfig-paths-webpack-plugin": "^4.1.0", |
| 86 | + "jest": "^29.0.0", |
| 87 | + "jest-environment-jsdom": "^29.0.0", |
| 88 | + "ts-jest": "^29.0.0", |
| 89 | + "typesafe-actions": "^4.4.2", |
74 | 90 | "typescript": "5.9.3", |
75 | 91 | "webpack": "^5.1.0", |
76 | 92 | "webpack-cli": "^4.9.2", |
77 | | - "webpack-dev-server": "^4.9.3", |
78 | | - "jest": "^29.7.0", |
79 | | - "ts-jest": "^29.3.4", |
80 | | - "@types/jest": "^29.5.0", |
81 | | - "jest-environment-jsdom": "^29.7.0" |
| 93 | + "webpack-dev-server": "^4.9.3" |
82 | 94 | }, |
83 | | - "resolutions": { |
84 | | - "glob-parent": "^6.0.0", |
85 | | - "showdown": "^2.1.0", |
86 | | - "express": "4.22.1", |
87 | | - "@types/jest": "^29.5.0", |
88 | | - "hosted-git-info": "^3.0.8", |
89 | | - "jquery": "4.0.0", |
90 | | - "lodash-es": "^4.18.1", |
91 | | - "lodash": "^4.18.1", |
92 | | - "minimist": "1.2.8", |
93 | | - "ua-parser-js": "^0.7.24", |
94 | | - "jest": "^29.7.0", |
95 | | - "postcss": "^8.2.13" |
| 95 | + "pnpm": { |
| 96 | + "overrides": { |
| 97 | + "glob-parent": "^6.0.0", |
| 98 | + "showdown": "^2.1.0", |
| 99 | + "express": "4.22.1", |
| 100 | + "@types/jest": "^29.5.0", |
| 101 | + "hosted-git-info": "^3.0.8", |
| 102 | + "jquery": "4.0.0", |
| 103 | + "lodash-es": "^4.18.1", |
| 104 | + "lodash": "^4.18.1", |
| 105 | + "minimist": "1.2.8", |
| 106 | + "ua-parser-js": "^0.7.24", |
| 107 | + "jest": "^29.7.0", |
| 108 | + "postcss": "^8.2.13" |
| 109 | + } |
96 | 110 | }, |
97 | 111 | "consolePlugin": { |
98 | 112 | "name": "gitops-plugin", |
|
107 | 121 | "classnames": "^2.3.2", |
108 | 122 | "dagre": "^0.8.5", |
109 | 123 | "git-url-parse": "^13.1.0", |
| 124 | + "lodash": "^4.18.1", |
110 | 125 | "react": "17.0.2", |
111 | 126 | "react-helmet": "^6.1.0", |
112 | 127 | "react-redux": "7.2.9", |
|
0 commit comments