Skip to content

Commit

Permalink
chore(deps): update npm (#1331)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 9, 2024
1 parent ba60732 commit 17d29d0
Show file tree
Hide file tree
Showing 4 changed files with 336 additions and 263 deletions.
36 changes: 18 additions & 18 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@
"@splunk/dashboard-presets": "^27.3.1",
"@splunk/dashboard-state": "^27.3.1",
"@splunk/dashboard-types": "^27.3.1",
"@splunk/react-icons": "^4.6.0",
"@splunk/react-icons": "^4.7.0",
"@splunk/react-page": "^7.1.0",
"@splunk/react-toast-notifications": "^0.11.3",
"@splunk/react-ui": "^4.34.0",
"@splunk/react-ui": "^4.36.0",
"@splunk/search-job": "^3.1.0",
"@splunk/splunk-utils": "^3.1.0",
"@splunk/themes": "^0.20.0",
"@splunk/ui-utils": "^1.7.0",
"@splunk/themes": "^0.21.0",
"@splunk/ui-utils": "^1.7.1",
"@splunk/visualization-context": "^26.2.1",
"@storybook/test": "^8.2.9",
"axios": "^1.7.4",
"axios": "^1.7.7",
"immutability-helper": "^3.1.1",
"license-webpack-plugin": "^4.0.2",
"lodash": "^4.17.21",
Expand All @@ -53,8 +53,8 @@
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.25.3",
"@babel/plugin-transform-runtime": "^7.25.4",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@kickstartds/core": "^4.0.5",
"@kickstartds/storybook-addon-jsonschema": "^4.0.0",
Expand All @@ -71,12 +71,12 @@
"@storybook/react-webpack5": "^8.2.9",
"@storybook/test-runner": "^0.19.1",
"@testing-library/dom": "^8.20.1",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.16.1",
"@types/node": "^20.16.5",
"@types/react": "^16.14.60",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
Expand All @@ -88,20 +88,20 @@
"eslint": "^8.57.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^7.2.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.8.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-storybook": "^0.8.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-image-snapshot": "^6.4.0",
"js-yaml": "^4.1.0",
"msw": "^2.3.5",
"msw": "2.4.3",
"msw-storybook-addon": "^2.0.3",
"prettier": "^2.8.8",
"querystring-es3": "^0.2.1",
Expand All @@ -112,17 +112,17 @@
"typescript": "^5.5.4",
"undici": "^5.28.4",
"url": "^0.11.4",
"webpack": "^5.93.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"webpack-dev-server": "^5.1.0",
"webpack-merge": "^6.0.1"
},
"resolutions": {
"@npmcli/git": "^2.1.0",
"@types/react": "^16.14.60",
"css-what": "^5.1.0",
"glob-parent": "^5.1.2",
"postcss": "^8.4.41",
"postcss": "^8.4.45",
"semver": "^7.6.3",
"strip-ansi": "^6.0.1",
"string-width": "^4.2.3"
Expand Down
2 changes: 1 addition & 1 deletion ui/src/components/RadioComponent/RadioComponent.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ it('renders disabled', () => {
defaultRadioProps.controlOptions.items.forEach((option) => {
const optionWithCorrectText = screen.getByText(option.label);
expect(optionWithCorrectText).toBeInTheDocument();
expect(optionWithCorrectText.parentElement).toHaveAttribute('disabled');
expect(optionWithCorrectText.parentElement?.parentElement).toHaveAttribute('disabled');
});
});

Expand Down
2 changes: 1 addition & 1 deletion ui/src/public/mockServiceWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* - Please do NOT serve this file on production.
*/

const PACKAGE_VERSION = '2.3.0'
const PACKAGE_VERSION = '2.4.3'
const INTEGRITY_CHECKSUM = '26357c79639bfa20d64c0efca2a87423'
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
const activeClientIds = new Set()
Expand Down
Loading

0 comments on commit 17d29d0

Please sign in to comment.