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] authored Sep 17, 2024
1 parent 58d023e commit 374a5bb
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 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.6.4
with:
branch: gh-pages
folder: storybook-static
Expand Down
70 changes: 35 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,48 +38,48 @@
"react-dom": "^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@babel/core": "7.18.6",
"@emotion/babel-plugin": "11.9.2",
"@emotion/react": "11.9.3",
"@babel/core": "7.25.2",
"@emotion/babel-plugin": "11.12.0",
"@emotion/react": "11.13.3",
"@size-limit/preset-small-lib": "7.0.8",
"@storybook/addon-actions": "6.5.9",
"@storybook/addon-docs": "6.5.9",
"@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/react": "6.5.9",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.3.0",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "5.30.6",
"@typescript-eslint/parser": "5.30.6",
"@storybook/addon-actions": "6.5.16",
"@storybook/addon-docs": "6.5.16",
"@storybook/addon-essentials": "6.5.16",
"@storybook/addon-links": "6.5.16",
"@storybook/addon-storysource": "6.5.16",
"@storybook/builder-vite": "0.4.2",
"@storybook/react": "6.5.16",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "13.4.0",
"@types/react": "18.3.7",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@vitejs/plugin-react": "1.3.2",
"babel-loader": "8.2.5",
"eslint": "8.19.0",
"babel-loader": "8.4.1",
"eslint": "8.57.1",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.0",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "0.6.1",
"jest": "28.1.2",
"jest-environment-jsdom": "28.1.2",
"eslint-plugin-react": "7.36.1",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-storybook": "0.8.0",
"jest": "28.1.3",
"jest-environment-jsdom": "28.1.3",
"npm-check": "5.9.2",
"prettier": "2.7.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"prettier": "2.8.8",
"react": "18.3.1",
"react-dom": "18.3.1",
"size-limit": "7.0.8",
"ts-jest": "28.0.5",
"typescript": "4.7.4",
"ts-jest": "28.0.8",
"typescript": "4.9.5",
"vite": "2.9.18",
"vite-plugin-dts": "1.3.0",
"vite-plugin-markdown": "2.0.2",
"vitest": "0.18.0"
"vite-plugin-dts": "1.7.3",
"vite-plugin-markdown": "2.2.0",
"vitest": "0.34.6"
},
"scripts": {
"build": "vite build",
Expand Down

0 comments on commit 374a5bb

Please sign in to comment.