Skip to content

Commit

Permalink
chore(deps): update npm (#1341)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 17, 2024
1 parent bc6a36b commit 6a947e5
Show file tree
Hide file tree
Showing 4 changed files with 576 additions and 1,125 deletions.
4 changes: 2 additions & 2 deletions ui/jest.polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Object.defineProperties(globalThis, {
Blob: { value: Blob },
Headers: { value: Headers },
FormData: { value: FormData },
Request: { value: Request },
Response: { value: Response },
Request: { value: Request, configurable: true },
Response: { value: Response, configurable: true },
});

Object.defineProperty(URL, 'createObjectURL', {
Expand Down
40 changes: 20 additions & 20 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"@splunk/react-icons": "^4.7.0",
"@splunk/react-page": "^7.1.0",
"@splunk/react-toast-notifications": "^0.11.3",
"@splunk/react-ui": "^4.36.0",
"@splunk/react-ui": "^4.37.0",
"@splunk/search-job": "^3.1.0",
"@splunk/splunk-utils": "^3.1.0",
"@splunk/themes": "^0.21.0",
"@splunk/ui-utils": "^1.7.1",
"@splunk/visualization-context": "^26.2.1",
"@storybook/test": "^8.2.9",
"@storybook/test": "^8.3.1",
"axios": "^1.7.7",
"immutability-helper": "^3.1.1",
"license-webpack-plugin": "^4.0.2",
Expand All @@ -45,7 +45,7 @@
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-is": "^16.13.1",
"react-router-dom": "^6.26.1",
"react-router-dom": "^6.26.2",
"styled-components": "^5.3.11",
"uuid": "^10.0.0",
"zod": "^3.23.8"
Expand All @@ -61,55 +61,55 @@
"@splunk/babel-preset": "^4.0.0",
"@splunk/eslint-config": "^4.0.0",
"@splunk/webpack-configs": "^7.0.2",
"@storybook/addon-a11y": "^8.2.9",
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-interactions": "^8.2.9",
"@storybook/addon-links": "^8.2.9",
"@storybook/addon-a11y": "^8.3.1",
"@storybook/addon-essentials": "^8.3.1",
"@storybook/addon-interactions": "^8.3.1",
"@storybook/addon-links": "^8.3.1",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/blocks": "^8.2.9",
"@storybook/react": "^8.2.9",
"@storybook/react-webpack5": "^8.2.9",
"@storybook/blocks": "^8.3.1",
"@storybook/react": "^8.3.1",
"@storybook/react-webpack5": "^8.3.1",
"@storybook/test-runner": "^0.19.1",
"@testing-library/dom": "^8.20.1",
"@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/jest": "^29.5.13",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.16.5",
"@types/react": "^16.14.60",
"@types/react": "^16.14.61",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^29.7.0",
"babel-loader": "^8.3.0",
"babel-loader": "^8.4.1",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^7.2.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.2",
"eslint-plugin-react": "^7.36.1",
"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.4.3",
"msw": "2.4.8",
"msw-storybook-addon": "^2.0.3",
"prettier": "^2.8.8",
"querystring-es3": "^0.2.1",
"storybook": "^8.2.9",
"storybook": "^8.3.1",
"style-loader": "^4.0.0",
"stylelint": "^14.16.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"undici": "^5.28.4",
"url": "^0.11.4",
"webpack": "^5.94.0",
Expand All @@ -119,10 +119,10 @@
},
"resolutions": {
"@npmcli/git": "^2.1.0",
"@types/react": "^16.14.60",
"@types/react": "^16.14.61",
"css-what": "^5.1.0",
"glob-parent": "^5.1.2",
"postcss": "^8.4.45",
"postcss": "^8.4.47",
"semver": "^7.6.3",
"strip-ansi": "^6.0.1",
"string-width": "^4.2.3"
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.4.3'
const PACKAGE_VERSION = '2.4.8'
const INTEGRITY_CHECKSUM = '26357c79639bfa20d64c0efca2a87423'
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
const activeClientIds = new Set()
Expand Down
Loading

0 comments on commit 6a947e5

Please sign in to comment.