Skip to content

Commit

Permalink
chore: upgrade deps (#819)
Browse files Browse the repository at this point in the history
* chore: upgrade deps

* chore: upgrade deps
  • Loading branch information
yoavniran authored Feb 2, 2025
1 parent 647f3b1 commit 3ca6dbc
Show file tree
Hide file tree
Showing 3 changed files with 788 additions and 233 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/storybook-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
run: |
netlify deploy --prod --debug --cwd .sb-static
pnpm netlify deploy --prod --debug --cwd .sb-static
#netlify deploy --trigger
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,16 @@
"@babel/preset-react": "^7.26.3",
"@babel/runtime-corejs3": "^7.26.0",
"@bunchtogether/vite-plugin-flow": "^1.0.2",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/config-lerna-scopes": "^19.5.0",
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@commitlint/config-lerna-scopes": "^19.7.0",
"@eslint/js": "^9.16.0",
"@monorepo-utils/package-utils": "^2.10.4",
"@storybook/addon-docs": "^8.4.7",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/addon-webpack5-compiler-babel": "^3.0.5",
"@storybook/blocks": "^8.4.7",
"@storybook/preview-api": "^8.4.7",
"@storybook/react": "^8.4.7",
Expand All @@ -102,20 +102,20 @@
"chai": "^5.1.2",
"chai-dom": "^1.12.0",
"chalk": "^5.3.0",
"concurrently": "^9.1.0",
"concurrently": "^9.1.2",
"core-js": "^3.39.0",
"cypress": "^13.16.1",
"cypress-intercept-formdata": "^0.6.0",
"cypress-mochawesome-reporter": "^3.8.2",
"cypress-multi-reporters": "^2.0.4",
"eslint": "^9.16.0",
"eslint": "^9.19.0",
"eslint-plugin-ft-flow": "^3.0.11",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-no-async": "^1.2.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-storybook": "^0.11.1",
"eslint-plugin-storybook": "^0.11.2",
"eslint-plugin-vitest": "^0.5.4",
"execa": "^9.5.2",
"filesize": "^10.1.6",
Expand Down Expand Up @@ -146,7 +146,7 @@
"styled-components": "^6.1.13",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0",
"vite": "^5.4.10",
"vite": "^5.4.14",
"vite-plugin-babel": "^1.3.0",
"vitest": "^2.1.8",
"wait-on": "^8.0.1",
Expand Down
Loading

0 comments on commit 3ca6dbc

Please sign in to comment.