Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 20 additions & 18 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@splunk/dashboard-presets": "^28.1.0",
"@splunk/dashboard-state": "^28.1.0",
"@splunk/dashboard-types": "^28.1.0",
"@splunk/react-events-viewer": "^5.4.6",
"@splunk/react-events-viewer": "^27.2.1",
"@splunk/react-icons": "^4.12.0",
"@splunk/react-page": "^7.1.0",
"@splunk/react-toast-notifications": "^0.11.3",
Expand All @@ -48,10 +48,9 @@
"@splunk/themes": "^0.23.0",
"@splunk/ui-utils": "^1.8.0",
"@splunk/visualization-context": "^27.2.1",
"@storybook/test": "^8.6.3",
"@storybook/test": "^8.6.7",
"immutability-helper": "^3.1.1",
"js-yaml": "^4.1.0",
"license-webpack-plugin": "^4.0.2",
"lodash": "^4.17.21",
"prop-types": "^15.8.1",
"react": "^16.14.0",
Expand All @@ -73,14 +72,14 @@
"@splunk/babel-preset": "^4.0.0",
"@splunk/eslint-config": "^5.0.0",
"@splunk/webpack-configs": "^7.0.2",
"@storybook/addon-a11y": "^8.6.3",
"@storybook/addon-essentials": "^8.6.3",
"@storybook/addon-interactions": "^8.6.3",
"@storybook/addon-links": "^8.6.3",
"@storybook/addon-a11y": "^8.6.7",
"@storybook/addon-essentials": "^8.6.7",
"@storybook/addon-interactions": "^8.6.7",
"@storybook/addon-links": "^8.6.7",
"@storybook/addon-webpack5-compiler-babel": "^3.0.5",
"@storybook/blocks": "^8.6.3",
"@storybook/react": "^8.6.3",
"@storybook/react-webpack5": "^8.6.3",
"@storybook/blocks": "^8.6.7",
"@storybook/react": "^8.6.7",
"@storybook/react-webpack5": "^8.6.7",
"@storybook/test-runner": "^0.22.0",
"@testing-library/dom": "^8.20.1",
"@testing-library/jest-dom": "^6.6.3",
Expand All @@ -90,8 +89,8 @@
"@types/jest-image-snapshot": "^6.4.0",
"@types/js-yaml": "^4.0.9",
"@types/lodash": "^4.17.16",
"@types/node": "^20.17.6",
"@types/react": "^16.14.62",
"@types/node": "^20.17.24",
"@types/react": "^16.14.63",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
Expand All @@ -102,29 +101,30 @@
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^7.2.0",
"eslint-import-resolver-typescript": "^3.8.3",
"eslint-import-resolver-typescript": "^3.9.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-storybook": "^0.11.4",
"eslint-plugin-storybook": "^0.11.6",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fixed-jsdom": "^0.0.9",
"jest-image-snapshot": "^6.4.0",
"msw": "2.7.3",
"msw-storybook-addon": "^2.0.4",
"license-webpack-plugin": "^4.0.2",
"prettier": "^2.8.8",
"querystring-es3": "^0.2.1",
"storybook": "^8.6.3",
"storybook": "^8.6.7",
"style-loader": "^4.0.0",
"stylelint": "^14.16.1",
"ts-node": "^10.9.2",
"typescript": "^5.8.2",
"undici": "^5.28.5",
"undici": "^5.29.0",
"url": "^0.11.4",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1",
Expand All @@ -137,15 +137,17 @@
},
"resolutions": {
"@npmcli/git": "^2.1.0",
"@types/react": "^16.14.62",
"@types/react": "^16.14.63",
"css-what": "^5.1.0",
"d3-color": "^3.1.0",
"d3-interpolate": "^3.0.1",
"glob-parent": "^5.1.2",
"postcss": "^8.5.3",
"semver": "^7.7.1",
"strip-ansi": "^6.0.1",
"string-width": "^4.2.3"
"string-width": "^4.2.3",
"esbuild": "^0.25.1",
"axios": "^1.8.4"
},
"engines": {
"node": ">=20.10.0",
Expand Down
2 changes: 1 addition & 1 deletion ui/src/pages/Dashboard/DashboardModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { DashboardCore } from '@splunk/dashboard-core';
import { DashboardContextProvider } from '@splunk/dashboard-context';
import EnterpriseViewOnlyPreset from '@splunk/dashboard-presets/EnterpriseViewOnlyPreset';
import type { DashboardCoreApi } from '@splunk/dashboard-types';
import type { EventType } from '@splunk/react-events-viewer/common-types';
import { EventType } from '@splunk/react-events-viewer/types/common-types';
import { getUnifiedConfigs } from '../../util/util';

import {
Expand Down
2 changes: 1 addition & 1 deletion ui/src/pages/Dashboard/DataIngestion.types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { EventType } from '@splunk/react-events-viewer/common-types';
import { EventType } from '@splunk/react-events-viewer/types/common-types';

export interface FieldValue {
value: string;
Expand Down
Loading
Loading