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 Oct 20, 2023
1 parent 4495403 commit 06e64d8
Show file tree
Hide file tree
Showing 4 changed files with 4,437 additions and 5,227 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.10
uses: splunk/addonfactory-test-matrix-action@v1.11

fossa-scan:
continue-on-error: true
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Expand Up @@ -41,7 +41,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.7"
jinja2 = ">=2,<4"
addonfactory-splunk-conf-parser-lib = "^0.3.3"
addonfactory-splunk-conf-parser-lib = "^0.4.0"
dunamai = "^1.9.0"
jsonschema = "^4.4.0"
PyYAML = "^6.0"
Expand All @@ -55,7 +55,7 @@ mkdocs = "^1.4.2"
importlib-metadata = {version="*", python="<3.8"}
pytest = "^7.2.1"
pytest-splunk-addon = "^5.0.0"
pytest-splunk-addon-ui-smartx = "2.3.4"
pytest-splunk-addon-ui-smartx = "2.4.0"
pytest-rerunfailures = "^11.1.1"
mkdocs-material = "^9.1.3"
pytest-cov = "^4.0.0"
Expand Down
42 changes: 21 additions & 21 deletions ui/package.json
Expand Up @@ -23,17 +23,17 @@
"@splunk/react-toast-notifications": "^0.11.1",
"@splunk/react-ui": "^4.16.0",
"@splunk/splunk-utils": "^2.3.0",
"@splunk/themes": "^0.14.0",
"@splunk/themes": "^0.16.0",
"@splunk/ui-utils": "^1.5.2",
"axios": "^1.2.3",
"immutability-helper": "^3.1.1",
"license-webpack-plugin": "^4.0.2",
"lodash": "^4.17.21",
"prop-types": "^15.8.1",
"react": "^16.9.38",
"react-dom": "^16.9.8",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.7.0",
"styled-components": "^5.3.6",
"styled-components": "^6.0.0",
"uuid": "^9.0.0"
},
"devDependencies": {
Expand All @@ -42,64 +42,64 @@
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@splunk/babel-preset": "^3.0.0",
"@splunk/babel-preset": "^4.0.0",
"@splunk/eslint-config": "^4.0.0",
"@splunk/webpack-configs": "^6.0.0",
"@splunk/webpack-configs": "^7.0.0",
"@storybook/addon-essentials": "^7.4.1",
"@storybook/addon-interactions": "^7.4.1",
"@storybook/addon-links": "^7.4.1",
"@storybook/blocks": "^7.4.1",
"@storybook/react": "^7.4.1",
"@storybook/react-webpack5": "^7.4.1",
"@storybook/testing-library": "^0.2.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.2",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/js-yaml": "^4.0.5",
"@types/react": "^16.14.35",
"@types/react": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"babel-eslint": "^10.1.0",
"@babel/eslint-parser": "^7.11.0",
"babel-jest": "^29.3.1",
"babel-loader": "^9.1.2",
"cross-env": "^7.0.3",
"css-loader": "^6.7.3",
"eslint": "^8.32.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.6.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.13",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"fork-ts-checker-webpack-plugin": "^9.0.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"js-yaml": "^4.1.0",
"lint-staged": "^13.1.0",
"lint-staged": "^15.0.0",
"msw": "^1.3.0",
"msw-storybook-addon": "^1.8.0",
"prettier": "^2.8.3",
"semantic-release": "^19.0.5",
"prettier": "^3.0.0",
"semantic-release": "^22.0.0",
"storybook": "^7.4.1",
"style-loader": "^3.3.1",
"stylelint": "^14.16.1",
"stylelint": "^15.0.0",
"typescript": "^5.2.2",
"url": "^0.11.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-merge": "^5.8.0"
},
"resolutions": {
"@npmcli/git": "^2.0.8",
"css-what": "^5.0.1",
"glob-parent": "^5.1.2",
"@npmcli/git": "^5.0.0",
"css-what": "^6.0.0",
"glob-parent": "^6.0.0",
"postcss": "^8.2.10",
"semver": "^7.5.2",
"@types/react": "^16.14.35"
"@types/react": "^18.0.0"
},
"engines": {
"node": ">=14.21.2"
Expand Down

0 comments on commit 06e64d8

Please sign in to comment.