Skip to content

Commit

Permalink
chore: update devdependencies (non-major) (minor) (#5058)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent 566c173 commit cfc99f1
Show file tree
Hide file tree
Showing 3 changed files with 524 additions and 1,064 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"eslint": "^8.57.0",
"eslint-config-smarthr": "^7.0.1",
"eslint-config-smarthr": "^7.1.0",
"eslint-plugin-storybook": "^0.9.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
Expand Down
34 changes: 17 additions & 17 deletions packages/smarthr-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,25 @@
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@babel/preset-typescript": "^7.26.0",
"@storybook/addon-a11y": "^8.3.6",
"@storybook/addon-actions": "^8.3.6",
"@storybook/addon-essentials": "^8.3.6",
"@storybook/addon-interactions": "^8.3.6",
"@storybook/addon-storysource": "^8.3.6",
"@storybook/addon-a11y": "^8.4.1",
"@storybook/addon-actions": "^8.4.1",
"@storybook/addon-essentials": "^8.4.1",
"@storybook/addon-interactions": "^8.4.1",
"@storybook/addon-storysource": "^8.4.1",
"@storybook/addon-styling": "^1.3.7",
"@storybook/addon-styling-webpack": "^1.0.1",
"@storybook/addon-viewport": "^8.3.6",
"@storybook/addon-viewport": "^8.4.1",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/blocks": "^8.3.6",
"@storybook/cli": "^8.3.6",
"@storybook/manager-api": "^8.3.6",
"@storybook/react": "^8.3.6",
"@storybook/react-webpack5": "^8.3.6",
"@storybook/source-loader": "^8.3.6",
"@storybook/test": "^8.3.6",
"@storybook/blocks": "^8.4.1",
"@storybook/cli": "^8.4.1",
"@storybook/manager-api": "^8.4.1",
"@storybook/react": "^8.4.1",
"@storybook/react-webpack5": "^8.4.1",
"@storybook/source-loader": "^8.4.1",
"@storybook/test": "^8.4.1",
"@storybook/test-runner": "^0.19.1",
"@storybook/theming": "^8.3.6",
"@swc/core": "^1.7.42",
"@storybook/theming": "^8.4.1",
"@swc/core": "^1.8.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@types/lodash.merge": "^4.6.9",
Expand Down Expand Up @@ -77,7 +77,7 @@
"react-test-renderer": "^18.3.1",
"rimraf": "^6.0.1",
"standard-version": "^9.3.2",
"storybook": "^8.3.6",
"storybook": "^8.4.1",
"storybook-addon-pseudo-states": "^4.0.2",
"style-loader": "^4.0.0",
"styled-components": "^5.3.11",
Expand All @@ -86,7 +86,7 @@
"typescript-plugin-styled-components": "^3.0.0",
"vitest": "^2.1.4",
"wait-on": "^8.0.1",
"webpack": "^5.95.0"
"webpack": "^5.96.1"
},
"peerDependencies": {
"react": "^18.0.0",
Expand Down
Loading

0 comments on commit cfc99f1

Please sign in to comment.