|
16 | 16 | "test:ci": "jest --passWithNoTests --maxWorkers 4", |
17 | 17 | "typecheck": "tsc --noEmit", |
18 | 18 | "lint": "eslint --cache .", |
19 | | - "lint:fix": "yarn run lint --fix && prettier --write --list-different .", |
| 19 | + "lint:fix": "pnpm run lint --fix && prettier --write --list-different .", |
20 | 20 | "server": "docker compose -f ./devenv/docker-compose.yaml up --build -d", |
21 | 21 | "server:ci": "docker compose -f ./devenv/docker-compose.e2e.yaml up --build -d", |
22 | 22 | "server:ci:down": "docker compose -f ./devenv/docker-compose.e2e.yaml down", |
23 | 23 | "server:react19": "GRAFANA_VERSION=dev-preview-react19 GRAFANA_IMAGE=grafana-enterprise GF_FEATURE_TOGGLES_ENABLE=react19 docker compose -f ./devenv/docker-compose.yaml up --build", |
24 | | - "start": "yarn install && yarn dev", |
25 | | - "sign": "npx --yes @grafana/sign-plugin@latest" |
| 24 | + "start": "pnpm install && pnpm dev", |
| 25 | + "sign": "pnpm dlx @grafana/sign-plugin@latest" |
26 | 26 | }, |
27 | 27 | "author": "Grafana", |
28 | 28 | "license": "AGPL-3.0-only", |
|
47 | 47 | "@types/jest": "29.5.14", |
48 | 48 | "@types/lodash": "4.17.24", |
49 | 49 | "@types/node": "22.19.15", |
| 50 | + "@types/react": "^18.3.28", |
| 51 | + "@types/react-dom": "^18.3.7", |
50 | 52 | "@types/semver": "7.7.1", |
51 | 53 | "@types/testing-library__jest-dom": "5.14.9", |
52 | 54 | "@typescript-eslint/eslint-plugin": "8.57.2", |
|
101 | 103 | "@openfeature/ofrep-web-provider": "^0.3.5", |
102 | 104 | "@openfeature/react-sdk": "^1.2.0", |
103 | 105 | "@openfeature/web-sdk": "^1.7.2", |
| 106 | + "@react-aria/dialog": "^3.6.0", |
| 107 | + "@react-aria/overlays": "^3.32.0", |
104 | 108 | "@testing-library/dom": "^10.4.0", |
| 109 | + "moment": "^2.30.1", |
| 110 | + "rc-drawer": "^7.3.0", |
105 | 111 | "react": "^18.3.1", |
106 | 112 | "react-dom": "^18.3.1", |
| 113 | + "react-inlinesvg": "^4.3.0", |
107 | 114 | "react-loading-skeleton": "^3.5.0", |
108 | 115 | "react-router-dom": "^6.30.2", |
| 116 | + "react-select": "^5.10.2", |
109 | 117 | "react-use": "^17.6.0", |
110 | | - "rxjs": "7.8.2" |
| 118 | + "rxjs": "7.8.2", |
| 119 | + "uplot": "^1.6.32", |
| 120 | + "uuid": "^13.0.0" |
111 | 121 | }, |
112 | | - "resolutions": { |
113 | | - "nwsapi": "2.2.23", |
114 | | - "@tootallnate/once": ">=3.0.1", |
115 | | - "schema-utils/ajv": "8.18.0", |
116 | | - "rxjs": "^7.8.1", |
117 | | - "js-yaml": "4.1.1", |
118 | | - "@remix-run/router": "1.23.2", |
119 | | - "lodash": "4.18.1", |
120 | | - "react-router": "6.30.3", |
121 | | - "rtl-css-js": "1.16.1", |
122 | | - "serialize-javascript": "7.0.5", |
123 | | - "flatted": "3.4.2", |
124 | | - "immutable": "5.1.5", |
125 | | - "dompurify": "3.4.0", |
126 | | - "diff": "4.0.4", |
127 | | - "picomatch": ">=2.3.2", |
128 | | - "yaml": ">=2.8.3" |
| 122 | + "pnpm": { |
| 123 | + "overrides": { |
| 124 | + "@remix-run/router": "^1.23.2", |
| 125 | + "lodash": "^4.18.0", |
| 126 | + "react-router": "^6.30.2", |
| 127 | + "serialize-javascript": "^7.0.5", |
| 128 | + "flatted": "^3.4.0", |
| 129 | + "immutable": "^5.1.5", |
| 130 | + "dompurify": "^3.4.0", |
| 131 | + "picomatch@^2": "~2.3.2", |
| 132 | + "picomatch@^4": "^4.0.4", |
| 133 | + "yaml": "^2.8.3", |
| 134 | + "minimatch@^3": "~3.1.4", |
| 135 | + "minimatch@^9": "~10.2.0", |
| 136 | + "minimatch@^10": "^10.2.3", |
| 137 | + "undici": "^7.24.0", |
| 138 | + "brace-expansion@^1": "^1.1.13", |
| 139 | + "brace-expansion@^5": "^5.0.5", |
| 140 | + "@types/react": "^18.3.28", |
| 141 | + "@types/react-dom": "^18.3.7" |
| 142 | + } |
129 | 143 | }, |
130 | | - "packageManager": "yarn@1.22.22" |
| 144 | + "packageManager": "pnpm@10.33.1+sha512.05ba3c1d5d1c18f68df06470d74055e62d41fc110a0c660db1b2dfb2785327f04cf0f68345d4609bc52089e7fa0343c31593b2f9594e2c5d5da426230acc9820" |
131 | 145 | } |
0 commit comments