|
1 | 1 | { |
2 | 2 | "name": "@devtron-labs/devtron-fe-common-lib", |
3 | | - "version": "1.23.3-beta-3", |
| 3 | + "version": "1.23.3-beta-7", |
4 | 4 | "description": "Supporting common component library", |
5 | 5 | "type": "module", |
6 | 6 | "main": "dist/index.js", |
|
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | 40 | "@esbuild-plugins/node-globals-polyfill": "0.2.3", |
41 | | - "react": "^19.2.4", |
42 | | - "react-dom": "^19.2.4", |
43 | 41 | "@laynezh/vite-plugin-lib-assets": "2.2.0", |
44 | 42 | "@sentry/browser": "^7.119.1", |
45 | 43 | "@tanstack/eslint-plugin-query": "^5.91.4", |
|
48 | 46 | "@typeform/embed-react": "2.20.0", |
49 | 47 | "@types/dompurify": "^3.0.5", |
50 | 48 | "@types/json-schema": "^7.0.15", |
| 49 | + "@types/node": "^25.5.0", |
51 | 50 | "@types/react": "^19.2.14", |
52 | 51 | "@types/react-csv": "^1.1.10", |
53 | 52 | "@types/react-dom": "^19.2.3", |
54 | 53 | "@typescript-eslint/eslint-plugin": "8.3.0", |
55 | 54 | "@typescript-eslint/parser": "8.3.0", |
56 | | - "@vitejs/plugin-react": "5.1.0", |
| 55 | + "@vitejs/plugin-react": "6.0.1", |
57 | 56 | "eslint": "^8.57.1", |
58 | 57 | "eslint-config-airbnb": "^19.0.4", |
59 | 58 | "eslint-config-prettier": "^9.1.0", |
|
70 | 69 | "lint-staged": "^12.5.0", |
71 | 70 | "moment": "^2.29.4", |
72 | 71 | "prettier": "^3.1.1", |
| 72 | + "react": "^19.2.4", |
| 73 | + "react-dom": "^19.2.4", |
73 | 74 | "react-ga4": "^1.4.1", |
74 | 75 | "react-toastify": "^10.0.6", |
75 | 76 | "sharp": "^0.33.5", |
76 | 77 | "svgo": "^3.3.2", |
77 | 78 | "typescript": "5.5.4", |
78 | | - "vite": "^7.3.0", |
| 79 | + "vite": "8.0.0", |
79 | 80 | "vite-plugin-dts": "4.5.4", |
80 | | - "vite-plugin-lib-inject-css": "2.1.1", |
81 | | - "vite-plugin-svgr": "^2.4.0", |
82 | | - "vite-tsconfig-paths": "5.0.1" |
| 81 | + "vite-plugin-lib-inject-css": "2.2.2", |
| 82 | + "vite-plugin-svgr": "4.5.0" |
83 | 83 | }, |
84 | 84 | "peerDependencies": { |
85 | 85 | "@typeform/embed-react": "2.20.0", |
|
127 | 127 | "marked": "^13.0.3", |
128 | 128 | "nanoid": "^3.3.8", |
129 | 129 | "qrcode.react": "^4.2.0", |
130 | | - "react-canvas-confetti": "^2.0.7", |
131 | 130 | "react-csv": "^2.2.2", |
132 | 131 | "react-day-picker": "^9.11.2", |
133 | 132 | "react-draggable": "^4.4.5", |
|
142 | 141 | "eslint-plugin-react-hooks": "^5.2.0", |
143 | 142 | "cross-spawn": "^7.0.5", |
144 | 143 | "vite-plugin-svgr": { |
145 | | - "vite": "^7.3.0" |
| 144 | + "vite": "8.0.0" |
146 | 145 | }, |
147 | 146 | "react-virtualized-sticky-tree": { |
148 | 147 | "react": "^19.2.4", |
149 | 148 | "react-dom": "^19.2.4" |
| 149 | + }, |
| 150 | + "@laynezh/vite-plugin-lib-assets": { |
| 151 | + "vite": "8.0.0" |
150 | 152 | } |
151 | 153 | } |
152 | 154 | } |
0 commit comments