|
1 | 1 | { |
2 | 2 | "name": "kensobi-spc-panel", |
3 | | - "version": "2.0.2", |
4 | | - "description": "", |
| 3 | + "version": "2.1.1", |
| 4 | + "description": "reate common SPC charts like Xbar-R, XbarS, and XmR charts.", |
5 | 5 | "scripts": { |
6 | 6 | "build": "webpack -c ./.config/webpack/webpack.config.ts --env production", |
7 | 7 | "dev": "webpack -w -c ./.config/webpack/webpack.config.ts --env development", |
|
18 | 18 | "author": "Kenso Software", |
19 | 19 | "license": "AGPL-3.0-only", |
20 | 20 | "devDependencies": { |
21 | | - "@babel/core": "^7.21.4", |
22 | | - "@grafana/eslint-config": "^7.0.0", |
23 | | - "@grafana/plugin-e2e": "^1.8.3", |
24 | | - "@grafana/tsconfig": "^2.0.0", |
25 | | - "@playwright/test": "^1.41.2", |
26 | | - "@swc/core": "^1.3.90", |
27 | | - "@swc/helpers": "^0.5.0", |
28 | | - "@swc/jest": "^0.2.26", |
29 | | - "@testing-library/jest-dom": "6.1.4", |
30 | | - "@testing-library/react": "14.0.0", |
31 | | - "@types/jest": "^29.5.0", |
32 | | - "@types/node": "^20.8.7", |
| 21 | + "@babel/core": "^7.28.6", |
| 22 | + "@grafana/eslint-config": "^9.0.0", |
| 23 | + "@grafana/plugin-e2e": "^3.1.2", |
| 24 | + "@grafana/tsconfig": "^2.0.1", |
| 25 | + "@playwright/test": "^1.58.0", |
| 26 | + "@stylistic/eslint-plugin-ts": "^4.4.1", |
| 27 | + "@swc/core": "^1.15.11", |
| 28 | + "@swc/helpers": "^0.5.18", |
| 29 | + "@swc/jest": "^0.2.39", |
| 30 | + "@testing-library/jest-dom": "^6.9.1", |
| 31 | + "@testing-library/react": "^16.3.2", |
| 32 | + "@types/jest": "^29.5.14", |
| 33 | + "@types/node": "^22.12.9", |
33 | 34 | "@types/react-router-dom": "^5.2.0", |
34 | | - "@types/testing-library__jest-dom": "5.14.8", |
35 | | - "@types/tinycolor2": "1.4.6", |
36 | | - "copy-webpack-plugin": "^11.0.0", |
37 | | - "css-loader": "^6.7.3", |
38 | | - "eslint-plugin-deprecation": "^2.0.0", |
39 | | - "eslint-webpack-plugin": "^4.0.1", |
40 | | - "fork-ts-checker-webpack-plugin": "^8.0.0", |
41 | | - "glob": "^10.2.7", |
42 | | - "identity-obj-proxy": "3.0.0", |
| 35 | + "@types/testing-library__jest-dom": "^5.14.9", |
| 36 | + "@types/tinycolor2": "^1.4.6", |
| 37 | + "@typescript-eslint/eslint-plugin": "^8.54.0", |
| 38 | + "@typescript-eslint/parser": "^8.54.0", |
| 39 | + "copy-webpack-plugin": "^13.0.1", |
| 40 | + "css-loader": "^7.1.3", |
| 41 | + "eslint": "^8.57.1", |
| 42 | + "eslint-config-prettier": "^10.1.8", |
| 43 | + "eslint-plugin-deprecation": "^3.0.0", |
| 44 | + "eslint-plugin-jsdoc": "^62.4.1", |
| 45 | + "eslint-plugin-react": "^7.37.5", |
| 46 | + "eslint-plugin-react-hooks": "^7.0.1", |
| 47 | + "eslint-webpack-plugin": "^4.2.0", |
| 48 | + "fork-ts-checker-webpack-plugin": "^9.1.0", |
| 49 | + "glob": "^11.0.0", |
| 50 | + "identity-obj-proxy": "^3.0.0", |
43 | 51 | "imports-loader": "^5.0.0", |
44 | | - "jest": "^29.5.0", |
45 | | - "jest-environment-jsdom": "^29.5.0", |
46 | | - "prettier": "^2.8.7", |
| 52 | + "jest": "^29.7.0", |
| 53 | + "jest-environment-jsdom": "^29.7.0", |
| 54 | + "prettier": "^3.8.1", |
| 55 | + "react": "^19.2.4", |
| 56 | + "react-dom": "^19.2.4", |
47 | 57 | "replace-in-file-webpack-plugin": "^1.0.6", |
48 | | - "sass": "1.63.2", |
49 | | - "sass-loader": "13.3.1", |
50 | | - "style-loader": "3.3.3", |
51 | | - "swc-loader": "^0.2.3", |
52 | | - "terser-webpack-plugin": "^5.3.10", |
| 58 | + "sass": "^1.97.3", |
| 59 | + "sass-loader": "^16.0.6", |
| 60 | + "style-loader": "^4.0.0", |
| 61 | + "swc-loader": "^0.2.7", |
| 62 | + "terser-webpack-plugin": "^5.3.16", |
53 | 63 | "ts-node": "^10.9.2", |
54 | 64 | "tsconfig-paths": "^4.2.0", |
55 | | - "typescript": "5.5.4", |
56 | | - "webpack": "^5.94.0", |
57 | | - "webpack-cli": "^5.1.4", |
| 65 | + "typescript": "^5.9.3", |
| 66 | + "webpack": "^5.104.1", |
| 67 | + "webpack-cli": "^6.0.1", |
58 | 68 | "webpack-livereload-plugin": "^3.0.2", |
59 | 69 | "webpack-subresource-integrity": "^5.1.0", |
60 | 70 | "webpack-virtual-modules": "^0.6.2" |
61 | 71 | }, |
62 | 72 | "engines": { |
63 | | - "node": ">=20" |
| 73 | + "node": ">= 20 <25" |
64 | 74 | }, |
65 | 75 | "dependencies": { |
66 | | - "@emotion/css": "11.10.6", |
67 | | - "@grafana/data": "^11.2.2", |
68 | | - "@grafana/runtime": "^11.2.2", |
69 | | - "@grafana/ui": "^11.2.2", |
70 | | - "@grafana/schema": "^11.2.2", |
71 | | - "react": "18.2.0", |
72 | | - "react-dom": "18.2.0", |
73 | | - "tslib": "2.5.3", |
74 | | - "tinycolor2": "1.6.0" |
| 76 | + "@emotion/css": "^11.13.5", |
| 77 | + "@grafana/data": "^11.6.10", |
| 78 | + "@grafana/runtime": "^11.6.10", |
| 79 | + "@grafana/schema": "^11.6.10", |
| 80 | + "@grafana/ui": "^11.6.10", |
| 81 | + "tinycolor2": "^1.6.0", |
| 82 | + "tslib": "^2.8.1" |
| 83 | + }, |
| 84 | + "peerDependencies": { |
| 85 | + "react": "^18.2.0 || ^19.0.0", |
| 86 | + "react-dom": "^18.2.0 || ^19.0.0" |
75 | 87 | } |
76 | 88 | } |
0 commit comments