Skip to content

Commit e399245

Browse files
chore(deps): update all non-major dependencies
1 parent 0c8fe8d commit e399245

File tree

2 files changed

+34
-34
lines changed

2 files changed

+34
-34
lines changed

.github/workflows/cd-storybook.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: npm run build:storybook
2727

2828
- name: Deploy to Github Pages
29-
uses: JamesIves/github-pages-deploy-action@v4.3.4
29+
uses: JamesIves/github-pages-deploy-action@v4.5.0
3030
with:
3131
branch: gh-pages
3232
folder: storybook-static

package.json

+33-33
Original file line numberDiff line numberDiff line change
@@ -38,48 +38,48 @@
3838
"react-dom": "^17.0.0 || ^18.0.0"
3939
},
4040
"devDependencies": {
41-
"@babel/core": "7.18.6",
42-
"@emotion/babel-plugin": "11.9.2",
43-
"@emotion/react": "11.9.3",
41+
"@babel/core": "7.24.3",
42+
"@emotion/babel-plugin": "11.11.0",
43+
"@emotion/react": "11.11.4",
4444
"@size-limit/preset-small-lib": "7.0.8",
45-
"@storybook/addon-actions": "6.5.9",
46-
"@storybook/addon-docs": "6.5.9",
47-
"@storybook/addon-essentials": "6.5.9",
48-
"@storybook/addon-links": "6.5.9",
49-
"@storybook/addon-storysource": "6.5.9",
50-
"@storybook/builder-vite": "0.1.39",
51-
"@storybook/react": "6.5.9",
52-
"@testing-library/jest-dom": "5.16.4",
53-
"@testing-library/react": "13.3.0",
54-
"@types/react": "18.0.15",
55-
"@types/react-dom": "18.0.6",
56-
"@typescript-eslint/eslint-plugin": "5.30.6",
57-
"@typescript-eslint/parser": "5.30.6",
45+
"@storybook/addon-actions": "6.5.16",
46+
"@storybook/addon-docs": "6.5.16",
47+
"@storybook/addon-essentials": "6.5.16",
48+
"@storybook/addon-links": "6.5.16",
49+
"@storybook/addon-storysource": "6.5.16",
50+
"@storybook/builder-vite": "0.4.2",
51+
"@storybook/react": "6.5.16",
52+
"@testing-library/jest-dom": "5.17.0",
53+
"@testing-library/react": "13.4.0",
54+
"@types/react": "18.2.73",
55+
"@types/react-dom": "18.2.22",
56+
"@typescript-eslint/eslint-plugin": "5.62.0",
57+
"@typescript-eslint/parser": "5.62.0",
5858
"@vitejs/plugin-react": "1.3.2",
59-
"babel-loader": "8.2.5",
60-
"eslint": "8.19.0",
59+
"babel-loader": "8.3.0",
60+
"eslint": "8.57.0",
6161
"eslint-config-airbnb": "19.0.4",
62-
"eslint-config-airbnb-typescript": "17.0.0",
63-
"eslint-config-prettier": "8.5.0",
64-
"eslint-plugin-import": "2.26.0",
65-
"eslint-plugin-jsx-a11y": "6.6.0",
62+
"eslint-config-airbnb-typescript": "17.1.0",
63+
"eslint-config-prettier": "8.10.0",
64+
"eslint-plugin-import": "2.29.1",
65+
"eslint-plugin-jsx-a11y": "6.8.0",
6666
"eslint-plugin-prettier": "4.2.1",
67-
"eslint-plugin-react": "7.30.1",
67+
"eslint-plugin-react": "7.34.1",
6868
"eslint-plugin-react-hooks": "4.6.0",
69-
"eslint-plugin-storybook": "0.6.1",
70-
"jest": "28.1.2",
71-
"jest-environment-jsdom": "28.1.2",
69+
"eslint-plugin-storybook": "0.8.0",
70+
"jest": "28.1.3",
71+
"jest-environment-jsdom": "28.1.3",
7272
"npm-check": "5.9.2",
73-
"prettier": "2.7.1",
73+
"prettier": "2.8.8",
7474
"react": "18.2.0",
7575
"react-dom": "18.2.0",
7676
"size-limit": "7.0.8",
77-
"ts-jest": "28.0.5",
78-
"typescript": "4.7.4",
79-
"vite": "2.9.17",
80-
"vite-plugin-dts": "1.3.0",
81-
"vite-plugin-markdown": "2.0.2",
82-
"vitest": "0.18.0"
77+
"ts-jest": "28.0.8",
78+
"typescript": "4.9.5",
79+
"vite": "2.9.18",
80+
"vite-plugin-dts": "1.7.3",
81+
"vite-plugin-markdown": "2.2.0",
82+
"vitest": "0.34.6"
8383
},
8484
"scripts": {
8585
"build": "vite build",

0 commit comments

Comments
 (0)