Skip to content
This repository was archived by the owner on Dec 22, 2024. It is now read-only.

Commit d0270f6

Browse files
chore(deps): update all non-major dependencies
1 parent d8333fc commit d0270f6

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
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.4.0
3030
with:
3131
branch: gh-pages
3232
folder: storybook-static

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -61,30 +61,30 @@
6161
"react-dom": "^17.0.0 || ^18.0.0"
6262
},
6363
"devDependencies": {
64-
"@babel/core": "7.18.6",
65-
"@emotion/babel-plugin": "^11.9.2",
66-
"@emotion/react": "11.9.3",
64+
"@babel/core": "7.18.9",
65+
"@emotion/babel-plugin": "11.10.0",
66+
"@emotion/react": "11.10.0",
6767
"@size-limit/preset-small-lib": "7.0.8",
6868
"@storybook/addon-actions": "6.5.9",
6969
"@storybook/addon-docs": "6.5.9",
7070
"@storybook/addon-essentials": "6.5.9",
7171
"@storybook/addon-links": "6.5.9",
7272
"@storybook/addon-storysource": "6.5.9",
73-
"@storybook/builder-vite": "0.1.39",
73+
"@storybook/builder-vite": "0.2.2",
7474
"@storybook/react": "6.5.9",
7575
"@types/react": "18.0.15",
7676
"@types/react-dom": "18.0.6",
77-
"@typescript-eslint/eslint-plugin": "5.30.6",
78-
"@typescript-eslint/parser": "5.30.6",
77+
"@typescript-eslint/eslint-plugin": "5.31.0",
78+
"@typescript-eslint/parser": "5.31.0",
7979
"@vitejs/plugin-react": "1.3.2",
8080
"babel-loader": "^8.2.5",
8181
"conventional-github-releaser": "3.1.5",
82-
"eslint": "8.19.0",
82+
"eslint": "8.20.0",
8383
"eslint-config-airbnb": "19.0.4",
8484
"eslint-config-airbnb-typescript": "^17.0.0",
8585
"eslint-config-prettier": "8.5.0",
8686
"eslint-plugin-import": "^2.26.0",
87-
"eslint-plugin-jsx-a11y": "6.6.0",
87+
"eslint-plugin-jsx-a11y": "6.6.1",
8888
"eslint-plugin-prettier": "4.2.1",
8989
"eslint-plugin-react": "7.30.1",
9090
"eslint-plugin-react-hooks": "4.6.0",
@@ -97,8 +97,8 @@
9797
"standard-version": "9.5.0",
9898
"typescript": "4.7.4",
9999
"vite": "2.9.14",
100-
"vite-plugin-dts": "1.3.0",
100+
"vite-plugin-dts": "1.4.0",
101101
"vite-plugin-markdown": "2.0.2",
102-
"vitest": "0.18.0"
102+
"vitest": "0.20.1"
103103
}
104104
}

0 commit comments

Comments
 (0)