Skip to content

Commit

Permalink
chore: update devdependencies (non-major) (#4780)
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 Jul 15, 2024
1 parent 4c7e9d5 commit d957a5a
Show file tree
Hide file tree
Showing 3 changed files with 436 additions and 1,144 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"prettier": "^3.3.3",
"prettier-config-smarthr": "^1.0.0",
"prettier-plugin-tailwindcss": "^0.6.5",
"stylelint": "^16.6.1",
"stylelint": "^16.7.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-smarthr": "^3.0.1",
"stylelint-config-standard": "^36.0.1",
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 @@ -24,24 +24,24 @@
"@babel/preset-env": "^7.24.8",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@storybook/addon-a11y": "^8.1.11",
"@storybook/addon-actions": "^8.1.11",
"@storybook/addon-essentials": "^8.1.11",
"@storybook/addon-interactions": "^8.1.11",
"@storybook/addon-storysource": "^8.1.11",
"@storybook/addon-a11y": "^8.2.2",
"@storybook/addon-actions": "^8.2.2",
"@storybook/addon-essentials": "^8.2.2",
"@storybook/addon-interactions": "^8.2.2",
"@storybook/addon-storysource": "^8.2.2",
"@storybook/addon-styling": "^1.3.7",
"@storybook/addon-styling-webpack": "^1.0.0",
"@storybook/addon-viewport": "^8.1.11",
"@storybook/addon-viewport": "^8.2.2",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/blocks": "^8.1.11",
"@storybook/cli": "^8.1.11",
"@storybook/manager-api": "^8.1.11",
"@storybook/react": "^8.1.11",
"@storybook/react-webpack5": "^8.1.11",
"@storybook/source-loader": "^8.1.11",
"@storybook/test": "^8.1.11",
"@storybook/blocks": "^8.2.2",
"@storybook/cli": "^8.2.2",
"@storybook/manager-api": "^8.2.2",
"@storybook/react": "^8.2.2",
"@storybook/react-webpack5": "^8.2.2",
"@storybook/source-loader": "^8.2.2",
"@storybook/test": "^8.2.2",
"@storybook/test-runner": "^0.19.0",
"@storybook/theming": "^8.1.11",
"@storybook/theming": "^8.2.2",
"@swc/core": "^1.6.13",
"@swc/jest": "^0.2.36",
"@testing-library/react": "^16.0.0",
Expand Down Expand Up @@ -73,23 +73,23 @@
"postcss": "^8.4.39",
"postcss-styled-syntax": "^0.6.4",
"postcss-syntax": "^0.36.2",
"puppeteer": "^22.12.1",
"puppeteer": "^22.13.0",
"react": "^18.3.1",
"react-docgen-typescript": "^2.2.2",
"react-dom": "^18.3.1",
"react-ga4": "^2.1.0",
"react-test-renderer": "^18.3.1",
"rimraf": "^6.0.1",
"standard-version": "^9.3.2",
"storybook": "^8.1.11",
"storybook": "^8.2.2",
"storybook-addon-pseudo-states": "^3.1.1",
"styled-components": "^5.3.11",
"testcafe": "3.6.2",
"ts-loader": "^9.5.1",
"ttypescript": "^1.5.15",
"typescript-plugin-styled-components": "^3.0.0",
"wait-on": "^7.2.0",
"webpack": "^5.92.1"
"webpack": "^5.93.0"
},
"peerDependencies": {
"react": "16.13.0 || ^17.0.1 || ^18.0.0",
Expand Down
Loading

0 comments on commit d957a5a

Please sign in to comment.