Skip to content

Commit

Permalink
chore: update devdependencies (non-major) (minor) (#5135)
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 Dec 9, 2024
1 parent 674b72e commit 29dd884
Show file tree
Hide file tree
Showing 4 changed files with 557 additions and 548 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
"description": "SmartHR ui components built with React.",
"author": "SmartHR-UI Team",
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"eslint": "^8.57.0",
"eslint-config-smarthr": "^7.3.0",
"eslint-plugin-storybook": "^0.11.1",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"prettier-config-smarthr": "^1.0.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"stylelint": "^16.10.0",
"stylelint": "^16.11.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-smarthr": "^3.0.2",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-styled-components": "^0.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"scripts": {
"ui": "pnpm -F smarthr-ui",
Expand Down
12 changes: 6 additions & 6 deletions packages/smarthr-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@storybook/addon-a11y": "^8.4.7",
"@storybook/addon-actions": "^8.4.7",
Expand All @@ -38,9 +38,9 @@
"@storybook/test": "^8.4.7",
"@storybook/test-runner": "^0.20.1",
"@storybook/theming": "^8.4.7",
"@swc/core": "^1.9.3",
"@swc/core": "^1.10.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/react": "^16.1.0",
"@types/lodash.merge": "^4.6.9",
"@types/lodash.range": "^3.2.9",
"@types/node": "^20.17.9",
Expand All @@ -54,7 +54,7 @@
"babel-loader": "^9.2.1",
"babel-plugin-polyfill-corejs2": "^0.4.12",
"babel-plugin-polyfill-regenerator": "^0.6.3",
"chromatic": "^11.18.1",
"chromatic": "^11.20.0",
"css-loader": "^7.1.2",
"ecma-version-validator-webpack-plugin": "^1.2.1",
"fs-extra": "^11.2.0",
Expand All @@ -63,7 +63,7 @@
"jsdom": "^25.0.1",
"memory-fs": "^0.5.0",
"npm-run-all": "^4.1.5",
"playwright": "^1.48.2",
"playwright": "^1.49.0",
"plop": "^4.0.1",
"postcss": "^8.4.49",
"postcss-loader": "^8.1.1",
Expand All @@ -85,7 +85,7 @@
"typescript-plugin-styled-components": "^3.0.0",
"vitest": "^2.1.8",
"wait-on": "^8.0.1",
"webpack": "^5.96.1"
"webpack": "^5.97.1"
},
"peerDependencies": {
"react": "^18.0.0",
Expand Down
Loading

0 comments on commit 29dd884

Please sign in to comment.