Skip to content

Commit

Permalink
Merge pull request #99 from TimMikeladze/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
chore(deps): update all non-major dependencies
  • Loading branch information
TimMikeladze authored Dec 11, 2023
2 parents 75ac1c2 + b0d131a commit e817bca
Show file tree
Hide file tree
Showing 3 changed files with 695 additions and 452 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: yarn build-storybook

- name: Deploy Storybook
uses: bitovi/[email protected].0
uses: bitovi/[email protected].1
with:
path: storybook-static
env:
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,36 +79,36 @@
"node": ">=14.0.0"
},
"devDependencies": {
"@babel/core": "7.23.5",
"@babel/preset-env": "7.23.5",
"@babel/core": "7.23.6",
"@babel/preset-env": "7.23.6",
"@babel/preset-react": "7.23.3",
"@babel/preset-typescript": "7.23.3",
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"@ryansonshine/commitizen": "4.2.8",
"@ryansonshine/cz-conventional-changelog": "3.3.4",
"@storybook/addon-essentials": "7.6.3",
"@storybook/addon-interactions": "7.6.3",
"@storybook/addon-links": "7.6.3",
"@storybook/blocks": "7.6.3",
"@storybook/react": "7.6.3",
"@storybook/react-webpack5": "7.6.3",
"@storybook/addon-essentials": "7.6.4",
"@storybook/addon-interactions": "7.6.4",
"@storybook/addon-links": "7.6.4",
"@storybook/blocks": "7.6.4",
"@storybook/react": "7.6.4",
"@storybook/react-webpack5": "7.6.4",
"@storybook/testing-library": "0.2.2",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@types/node": "20.10.2",
"@types/react": "18.2.40",
"@types/node": "20.10.4",
"@types/react": "18.2.43",
"@types/react-dom": "18.2.17",
"@types/react-test-renderer": "18.0.7",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"@vitejs/plugin-react": "^4.0.3",
"@vitest/coverage-v8": "^1.0.0",
"babel-loader": "9.1.3",
"concurrently": "8.2.2",
"eslint": "8.55.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prefer-arrow": "1.2.3",
Expand All @@ -121,16 +121,16 @@
"eslint-plugin-unused-imports": "3.0.0",
"husky": "8.0.3",
"jsdom": "^23.0.0",
"lint-staged": "15.1.0",
"prettier": "3.1.0",
"lint-staged": "15.2.0",
"prettier": "3.1.1",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-test-renderer": "18.2.0",
"release-it": "17.0.0",
"storybook": "7.6.3",
"release-it": "17.0.1",
"storybook": "7.6.4",
"tsup": "8.0.1",
"typescript": "5.3.2",
"typescript": "5.3.3",
"vitest": "^1.0.0",
"yalc": "1.0.0-pre.53"
},
Expand Down
Loading

0 comments on commit e817bca

Please sign in to comment.