Skip to content

Commit 78a1ee7

Browse files
chore(deps): update all non-major dependencies
1 parent 6bf9630 commit 78a1ee7

File tree

3 files changed

+723
-739
lines changed

3 files changed

+723
-739
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cache: 'yarn'
3030

3131
- name: Deploy Storybook
32-
uses: bitovi/github-actions-storybook-to-github-pages@v1.0.1
32+
uses: bitovi/github-actions-storybook-to-github-pages@v1.0.2
3333
with:
3434
install_command: yarn install --frozen-lockfile
3535
build_command: yarn build-storybook

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -87,32 +87,32 @@
8787
"@commitlint/config-conventional": "18.4.3",
8888
"@ryansonshine/commitizen": "4.2.8",
8989
"@ryansonshine/cz-conventional-changelog": "3.3.4",
90-
"@storybook/addon-essentials": "7.6.4",
91-
"@storybook/addon-interactions": "7.6.4",
92-
"@storybook/addon-links": "7.6.4",
93-
"@storybook/blocks": "7.6.4",
94-
"@storybook/react": "7.6.4",
95-
"@storybook/react-webpack5": "7.6.4",
90+
"@storybook/addon-essentials": "7.6.6",
91+
"@storybook/addon-interactions": "7.6.6",
92+
"@storybook/addon-links": "7.6.6",
93+
"@storybook/blocks": "7.6.6",
94+
"@storybook/react": "7.6.6",
95+
"@storybook/react-webpack5": "7.6.6",
9696
"@storybook/testing-library": "0.2.2",
9797
"@testing-library/jest-dom": "^6.0.0",
9898
"@testing-library/react": "^14.0.0",
99-
"@types/node": "20.10.4",
100-
"@types/react": "18.2.43",
101-
"@types/react-dom": "18.2.17",
99+
"@types/node": "20.10.5",
100+
"@types/react": "18.2.45",
101+
"@types/react-dom": "18.2.18",
102102
"@types/react-test-renderer": "18.0.7",
103-
"@typescript-eslint/eslint-plugin": "6.13.2",
104-
"@typescript-eslint/parser": "6.13.2",
103+
"@typescript-eslint/eslint-plugin": "6.16.0",
104+
"@typescript-eslint/parser": "6.16.0",
105105
"@vitejs/plugin-react": "^4.0.3",
106106
"@vitest/coverage-v8": "^1.0.0",
107107
"babel-loader": "9.1.3",
108108
"concurrently": "8.2.2",
109-
"eslint": "8.55.0",
109+
"eslint": "8.56.0",
110110
"eslint-config-airbnb": "19.0.4",
111111
"eslint-config-prettier": "9.1.0",
112-
"eslint-plugin-import": "2.29.0",
112+
"eslint-plugin-import": "2.29.1",
113113
"eslint-plugin-jsx-a11y": "6.8.0",
114114
"eslint-plugin-prefer-arrow": "1.2.3",
115-
"eslint-plugin-prettier": "5.0.1",
115+
"eslint-plugin-prettier": "5.1.2",
116116
"eslint-plugin-react": "7.33.2",
117117
"eslint-plugin-react-hooks": "4.6.0",
118118
"eslint-plugin-sort-class-members": "^1.18.0",
@@ -128,7 +128,7 @@
128128
"react-dom": "18.2.0",
129129
"react-test-renderer": "18.2.0",
130130
"release-it": "17.0.1",
131-
"storybook": "7.6.4",
131+
"storybook": "7.6.6",
132132
"tsup": "8.0.1",
133133
"typescript": "5.3.3",
134134
"vitest": "^1.0.0",

0 commit comments

Comments
 (0)