Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 21, 2022
1 parent d8333fc commit b81d729
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: npm run build:storybook

- name: Deploy to Github Pages
uses: JamesIves/github-pages-deploy-action@v4.3.4
uses: JamesIves/github-pages-deploy-action@v4.4.0
with:
branch: gh-pages
folder: storybook-static
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"react-dom": "^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@babel/core": "7.18.6",
"@babel/core": "7.18.9",
"@emotion/babel-plugin": "^11.9.2",
"@emotion/react": "11.9.3",
"@size-limit/preset-small-lib": "7.0.8",
Expand All @@ -70,16 +70,16 @@
"@storybook/addon-essentials": "6.5.9",
"@storybook/addon-links": "6.5.9",
"@storybook/addon-storysource": "6.5.9",
"@storybook/builder-vite": "0.1.39",
"@storybook/builder-vite": "0.2.0",
"@storybook/react": "6.5.9",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "5.30.6",
"@typescript-eslint/parser": "5.30.6",
"@typescript-eslint/eslint-plugin": "5.30.7",
"@typescript-eslint/parser": "5.30.7",
"@vitejs/plugin-react": "1.3.2",
"babel-loader": "^8.2.5",
"conventional-github-releaser": "3.1.5",
"eslint": "8.19.0",
"eslint": "8.20.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "8.5.0",
Expand All @@ -97,8 +97,8 @@
"standard-version": "9.5.0",
"typescript": "4.7.4",
"vite": "2.9.14",
"vite-plugin-dts": "1.3.0",
"vite-plugin-dts": "1.4.0",
"vite-plugin-markdown": "2.0.2",
"vitest": "0.18.0"
"vitest": "0.18.1"
}
}

0 comments on commit b81d729

Please sign in to comment.