|
30 | 30 | "prepublishOnly": "yarn run build:lib" |
31 | 31 | }, |
32 | 32 | "dependencies": { |
33 | | - "@splunk/dashboard-action-buttons": "29.0.0", |
34 | | - "@splunk/dashboard-context": "29.0.0", |
35 | | - "@splunk/dashboard-core": "29.0.0", |
36 | | - "@splunk/dashboard-presets": "29.0.0", |
37 | | - "@splunk/dashboard-state": "29.0.0", |
38 | | - "@splunk/dashboard-types": "29.0.0", |
39 | | - "@splunk/react-events-viewer": "^28.0.0", |
40 | | - "@splunk/react-icons": "^5.2.0", |
41 | | - "@splunk/react-page": "^8.0.0", |
| 33 | + "@splunk/dashboard-action-buttons": "29.1.0", |
| 34 | + "@splunk/dashboard-context": "29.1.0", |
| 35 | + "@splunk/dashboard-core": "29.1.0", |
| 36 | + "@splunk/dashboard-presets": "29.1.0", |
| 37 | + "@splunk/dashboard-state": "29.1.0", |
| 38 | + "@splunk/dashboard-types": "29.1.0", |
| 39 | + "@splunk/react-events-viewer": "^28.1.0", |
| 40 | + "@splunk/react-icons": "^5.3.0", |
| 41 | + "@splunk/react-page": "^8.1.0", |
42 | 42 | "@splunk/react-toast-notifications": "^0.12.0", |
43 | | - "@splunk/react-ui": "^4.47.0", |
| 43 | + "@splunk/react-ui": "^4.47.1", |
44 | 44 | "@splunk/search-job": "^3.1.0", |
45 | | - "@splunk/splunk-utils": "^3.2.0", |
46 | | - "@splunk/themes": "^1.2.0", |
| 45 | + "@splunk/splunk-utils": "^3.3.0", |
| 46 | + "@splunk/themes": "^1.2.1", |
47 | 47 | "@splunk/ui-utils": "^1.10.0", |
48 | | - "@splunk/visualization-context": "^28.0.0", |
| 48 | + "@splunk/visualization-context": "^28.1.0", |
49 | 49 | "@storybook/test": "^8.6.14", |
50 | 50 | "@vitejs/plugin-react": "^4.7.0", |
51 | | - "@testing-library/jest-dom": "^6.7.0", |
| 51 | + "@testing-library/jest-dom": "^6.8.0", |
52 | 52 | "@testing-library/react": "^12.1.5", |
53 | 53 | "@vitest/coverage-istanbul": "^3.2.4", |
54 | 54 | "glob": "^11.0.3", |
|
62 | 62 | "react-router-dom": "6.27.0", |
63 | 63 | "styled-components": "^5.3.11", |
64 | 64 | "uuid": "^11.1.0", |
65 | | - "zod": "^4.0.17", |
66 | | - "vite": "^7.1.3", |
67 | | - "vite-plugin-checker": "^0.10.2", |
| 65 | + "zod": "^4.1.5", |
| 66 | + "vite": "^7.1.4", |
| 67 | + "vite-plugin-checker": "^0.10.3", |
68 | 68 | "vitest": "^3.2.4" |
69 | 69 | }, |
70 | 70 | "devDependencies": { |
|
95 | 95 | "@types/js-yaml": "^4.0.9", |
96 | 96 | "@types/lodash": "^4.17.20", |
97 | 97 | "@types/node": "^20.17.24", |
98 | | - "@types/react": "^16.14.65", |
| 98 | + "@types/react": "^16.14.66", |
99 | 99 | "@types/styled-components": "^5.1.34", |
100 | 100 | "@typescript-eslint/eslint-plugin": "^6.21.0", |
101 | 101 | "@typescript-eslint/parser": "^6.21.0", |
102 | 102 | "babel-eslint": "^10.1.0", |
103 | | - "babel-jest": "^30.0.5", |
| 103 | + "babel-jest": "^30.1.2", |
104 | 104 | "babel-loader": "^8.4.1", |
105 | 105 | "babel-plugin-module-resolver": "^5.0.2", |
106 | 106 | "cross-env": "^10.0.0", |
|
117 | 117 | "eslint-plugin-react": "^7.37.5", |
118 | 118 | "eslint-plugin-react-hooks": "^4.6.2", |
119 | 119 | "eslint-plugin-storybook": "^0.12.0 ", |
120 | | - "eslint-plugin-testing-library": "^7.6.6", |
121 | | - "jest": "^30.0.5", |
122 | | - "jest-environment-jsdom": "^30.0.5", |
123 | | - "jest-fixed-jsdom": "^0.0.9", |
| 120 | + "eslint-plugin-testing-library": "^7.6.8", |
| 121 | + "jest": "^30.1.3", |
| 122 | + "jest-environment-jsdom": "^30.1.2", |
| 123 | + "jest-fixed-jsdom": "^0.0.10", |
124 | 124 | "jest-image-snapshot": "^6.5.1", |
125 | 125 | "jsdom": "^26.1.0", |
126 | | - "msw": "^2.10.5", |
| 126 | + "msw": "^2.11.1", |
127 | 127 | "msw-storybook-addon": "^2.0.5", |
128 | 128 | "prettier": "^2.8.8", |
129 | 129 | "querystring-es3": "^0.2.1", |
|
135 | 135 | "typescript": "^5.9.2", |
136 | 136 | "undici": "^5.29.0", |
137 | 137 | "url": "^0.11.4", |
138 | | - "vite-plugin-dts": "4.5.3", |
| 138 | + "vite-plugin-dts": "4.5.4", |
139 | 139 | "vite-plugin-node-polyfills": "^0.24.0" |
140 | 140 | }, |
141 | 141 | "peerDependencies": { |
|
147 | 147 | }, |
148 | 148 | "resolutions": { |
149 | 149 | "@npmcli/git": "^2.1.0", |
150 | | - "@types/react": "^16.14.65", |
| 150 | + "@types/react": "^16.14.66", |
151 | 151 | "css-what": "^5.1.0", |
152 | 152 | "d3-color": "^3.1.0", |
153 | 153 | "d3-interpolate": "^3.0.1", |
|
160 | 160 | "axios": "^1.11.0", |
161 | 161 | "jspdf": "^3.0.2", |
162 | 162 | "http-proxy-middleware": "^3.0.5", |
163 | | - "@splunk/dashboard-event-handlers": "29.0.0", |
164 | | - "@splunk/dashboard-inputs": "29.0.0", |
165 | | - "@splunk/dashboard-search": "29.0.0", |
166 | | - "@splunk/datasources": "29.0.0", |
167 | | - "@splunk/visualization-schemas": "28.0.0", |
168 | | - "@splunk/dashboard-definition": "29.0.0", |
169 | | - "@splunk/dashboard-icons": "29.0.0", |
170 | | - "@splunk/dashboard-layouts": "29.0.0", |
171 | | - "@splunk/dashboard-state": "29.0.0", |
172 | | - "@splunk/dashboard-telemetry": "29.0.0", |
173 | | - "@splunk/dashboard-ui": "29.0.0", |
174 | | - "@splunk/dashboard-utils": "29.0.0", |
175 | | - "@splunk/dashboard-validation": "29.0.0", |
176 | | - "@splunk/datasource-utils": "29.0.0" |
| 163 | + "@splunk/dashboard-event-handlers": "29.1.0", |
| 164 | + "@splunk/dashboard-inputs": "29.1.0", |
| 165 | + "@splunk/dashboard-search": "29.1.0", |
| 166 | + "@splunk/datasources": "29.1.0", |
| 167 | + "@splunk/visualization-schemas": "28.1.0", |
| 168 | + "@splunk/dashboard-definition": "29.1.0", |
| 169 | + "@splunk/dashboard-icons": "29.1.0", |
| 170 | + "@splunk/dashboard-layouts": "29.1.0", |
| 171 | + "@splunk/dashboard-state": "29.1.0", |
| 172 | + "@splunk/dashboard-telemetry": "29.1.0", |
| 173 | + "@splunk/dashboard-ui": "29.1.0", |
| 174 | + "@splunk/dashboard-utils": "29.1.0", |
| 175 | + "@splunk/dashboard-validation": "29.1.0", |
| 176 | + "@splunk/datasource-utils": "29.1.0" |
177 | 177 | }, |
178 | 178 | "engines": { |
179 | 179 | "node": ">=20.11.0", |
|
0 commit comments