Skip to content

Commit 7138ced

Browse files
chore(deps): update npm
1 parent 286577e commit 7138ced

File tree

2 files changed

+755
-666
lines changed

2 files changed

+755
-666
lines changed

ui/package.json

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -30,25 +30,25 @@
3030
"prepublishOnly": "yarn run build:lib"
3131
},
3232
"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",
4242
"@splunk/react-toast-notifications": "^0.12.0",
43-
"@splunk/react-ui": "^4.47.0",
43+
"@splunk/react-ui": "^4.47.1",
4444
"@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",
4747
"@splunk/ui-utils": "^1.10.0",
48-
"@splunk/visualization-context": "^28.0.0",
48+
"@splunk/visualization-context": "^28.1.0",
4949
"@storybook/test": "^8.6.14",
5050
"@vitejs/plugin-react": "^4.7.0",
51-
"@testing-library/jest-dom": "^6.7.0",
51+
"@testing-library/jest-dom": "^6.8.0",
5252
"@testing-library/react": "^12.1.5",
5353
"@vitest/coverage-istanbul": "^3.2.4",
5454
"glob": "^11.0.3",
@@ -62,14 +62,14 @@
6262
"react-router-dom": "6.27.0",
6363
"styled-components": "^5.3.11",
6464
"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",
6868
"vitest": "^3.2.4"
6969
},
7070
"devDependencies": {
71-
"@babel/core": "^7.28.3",
72-
"@babel/eslint-parser": "^7.28.0",
71+
"@babel/core": "^7.28.4",
72+
"@babel/eslint-parser": "^7.28.4",
7373
"@babel/helper-plugin-utils": "^7.27.1",
7474
"@babel/plugin-transform-runtime": "^7.28.3",
7575
"@babel/preset-env": "^7.28.3",
@@ -95,12 +95,12 @@
9595
"@types/js-yaml": "^4.0.9",
9696
"@types/lodash": "^4.17.20",
9797
"@types/node": "^20.17.24",
98-
"@types/react": "^16.14.65",
98+
"@types/react": "^16.14.66",
9999
"@types/styled-components": "^5.1.34",
100100
"@typescript-eslint/eslint-plugin": "^6.21.0",
101101
"@typescript-eslint/parser": "^6.21.0",
102102
"babel-eslint": "^10.1.0",
103-
"babel-jest": "^30.0.5",
103+
"babel-jest": "^30.1.2",
104104
"babel-loader": "^8.4.1",
105105
"babel-plugin-module-resolver": "^5.0.2",
106106
"cross-env": "^10.0.0",
@@ -117,13 +117,13 @@
117117
"eslint-plugin-react": "^7.37.5",
118118
"eslint-plugin-react-hooks": "^4.6.2",
119119
"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",
124124
"jest-image-snapshot": "^6.5.1",
125125
"jsdom": "^26.1.0",
126-
"msw": "^2.10.5",
126+
"msw": "^2.11.1",
127127
"msw-storybook-addon": "^2.0.5",
128128
"prettier": "^2.8.8",
129129
"querystring-es3": "^0.2.1",
@@ -135,7 +135,7 @@
135135
"typescript": "^5.9.2",
136136
"undici": "^5.29.0",
137137
"url": "^0.11.4",
138-
"vite-plugin-dts": "4.5.3",
138+
"vite-plugin-dts": "4.5.4",
139139
"vite-plugin-node-polyfills": "^0.24.0"
140140
},
141141
"peerDependencies": {
@@ -147,7 +147,7 @@
147147
},
148148
"resolutions": {
149149
"@npmcli/git": "^2.1.0",
150-
"@types/react": "^16.14.65",
150+
"@types/react": "^16.14.66",
151151
"css-what": "^5.1.0",
152152
"d3-color": "^3.1.0",
153153
"d3-interpolate": "^3.0.1",
@@ -160,20 +160,20 @@
160160
"axios": "^1.11.0",
161161
"jspdf": "^3.0.2",
162162
"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"
177177
},
178178
"engines": {
179179
"node": ">=20.11.0",

0 commit comments

Comments
 (0)