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

Commit b81d729

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

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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

+7-7
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"react-dom": "^17.0.0 || ^18.0.0"
6262
},
6363
"devDependencies": {
64-
"@babel/core": "7.18.6",
64+
"@babel/core": "7.18.9",
6565
"@emotion/babel-plugin": "^11.9.2",
6666
"@emotion/react": "11.9.3",
6767
"@size-limit/preset-small-lib": "7.0.8",
@@ -70,16 +70,16 @@
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.0",
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.30.7",
78+
"@typescript-eslint/parser": "5.30.7",
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",
@@ -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.18.1"
103103
}
104104
}

0 commit comments

Comments
 (0)