Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 1, 2024
1 parent 830594e commit e011645
Show file tree
Hide file tree
Showing 4 changed files with 574 additions and 397 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-release.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- id: matrix
uses: splunk/addonfactory-test-matrix-action@v1.12
uses: splunk/addonfactory-test-matrix-action@v1.13

fossa-scan:
continue-on-error: true
Expand Down
52 changes: 34 additions & 18 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions ui/package.json
Expand Up @@ -39,30 +39,30 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/core": "^7.23.7",
"@babel/eslint-parser": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/plugin-transform-runtime": "^7.23.7",
"@babel/preset-env": "^7.23.7",
"@babel/preset-react": "^7.23.3",
"@splunk/babel-preset": "^4.0.0",
"@splunk/eslint-config": "^4.0.0",
"@splunk/webpack-configs": "^7.0.2",
"@storybook/addon-essentials": "^7.6.6",
"@storybook/addon-interactions": "^7.6.6",
"@storybook/addon-links": "^7.6.6",
"@storybook/blocks": "^7.6.6",
"@storybook/react": "^7.6.6",
"@storybook/react-webpack5": "^7.6.6",
"@storybook/addon-essentials": "^7.6.7",
"@storybook/addon-interactions": "^7.6.7",
"@storybook/addon-links": "^7.6.7",
"@storybook/blocks": "^7.6.7",
"@storybook/react": "^7.6.7",
"@storybook/react-webpack5": "^7.6.7",
"@storybook/testing-library": "^0.2.2",
"@testing-library/jest-dom": "^6.1.6",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.5.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.11",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.10.5",
"@types/node": "^20.10.6",
"@types/react": "^16.14.51",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^29.7.0",
"babel-loader": "^8.3.0",
Expand All @@ -73,7 +73,7 @@
"eslint-config-prettier": "^7.2.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-jest": "^27.6.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.33.2",
Expand All @@ -84,10 +84,10 @@
"jest-environment-jsdom": "^29.7.0",
"js-yaml": "^4.1.0",
"msw": "^2.0.11",
"msw-storybook-addon": "2.0.0--canary.122.06f0c92.0",
"msw-storybook-addon": "2.0.0--canary.122.b3ed3b1.0",
"prettier": "^2.8.8",
"querystring-es3": "^0.2.1",
"storybook": "^7.6.6",
"storybook": "^7.6.7",
"style-loader": "^3.3.3",
"stylelint": "^14.16.1",
"ts-node": "^10.9.2",
Expand Down

0 comments on commit e011645

Please sign in to comment.