Skip to content

Commit

Permalink
chore: update devdependencies (non-major) (minor) (#4923)
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 Sep 16, 2024
1 parent a07d257 commit 387039e
Show file tree
Hide file tree
Showing 4 changed files with 702 additions and 647 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "SmartHR ui components built with React.",
"author": "SmartHR-UI Team",
"devDependencies": {
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"eslint": "^8.57.0",
"eslint-config-smarthr": "^6.33.0",
"eslint-plugin-storybook": "^0.8.0",
Expand All @@ -20,7 +20,7 @@
"stylelint-config-standard": "^36.0.1",
"stylelint-config-styled-components": "^0.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"scripts": {
"ui": "pnpm -F smarthr-ui",
Expand Down
32 changes: 16 additions & 16 deletions packages/smarthr-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,24 @@
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@storybook/addon-a11y": "^8.2.9",
"@storybook/addon-actions": "^8.2.9",
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-interactions": "^8.2.9",
"@storybook/addon-storysource": "^8.2.9",
"@storybook/addon-a11y": "^8.3.0",
"@storybook/addon-actions": "^8.3.0",
"@storybook/addon-essentials": "^8.3.0",
"@storybook/addon-interactions": "^8.3.0",
"@storybook/addon-storysource": "^8.3.0",
"@storybook/addon-styling": "^1.3.7",
"@storybook/addon-styling-webpack": "^1.0.0",
"@storybook/addon-viewport": "^8.2.9",
"@storybook/addon-viewport": "^8.3.0",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/blocks": "^8.2.9",
"@storybook/cli": "^8.2.9",
"@storybook/manager-api": "^8.2.9",
"@storybook/react": "^8.2.9",
"@storybook/react-webpack5": "^8.2.9",
"@storybook/source-loader": "^8.2.9",
"@storybook/test": "^8.2.9",
"@storybook/blocks": "^8.3.0",
"@storybook/cli": "^8.3.0",
"@storybook/manager-api": "^8.3.0",
"@storybook/react": "^8.3.0",
"@storybook/react-webpack5": "^8.3.0",
"@storybook/source-loader": "^8.3.0",
"@storybook/test": "^8.3.0",
"@storybook/test-runner": "^0.19.1",
"@storybook/theming": "^8.2.9",
"@storybook/theming": "^8.3.0",
"@swc/core": "^1.7.24",
"@swc/jest": "^0.2.36",
"@testing-library/react": "^16.0.1",
Expand All @@ -57,7 +57,7 @@
"babel-plugin-polyfill-corejs2": "^0.4.11",
"babel-plugin-polyfill-regenerator": "^0.6.2",
"css-loader": "^7.1.2",
"chromatic": "^11.7.1",
"chromatic": "^11.10.2",
"ecma-version-validator-webpack-plugin": "^1.2.1",
"fs-extra": "^11.2.0",
"glob": "11.0.0",
Expand All @@ -79,7 +79,7 @@
"react-test-renderer": "^18.3.1",
"rimraf": "^6.0.1",
"standard-version": "^9.3.2",
"storybook": "^8.2.9",
"storybook": "^8.3.0",
"storybook-addon-pseudo-states": "^4.0.2",
"styled-components": "^5.3.11",
"style-loader": "^4.0.0",
Expand Down
Loading

0 comments on commit 387039e

Please sign in to comment.