Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
- update colorizr usage
- remove @storybook/addon-interactions
- update GH Actions workflow node to 22
  • Loading branch information
gilbarbara committed Nov 9, 2024
1 parent 5a82fca commit 2cd032e
Show file tree
Hide file tree
Showing 19 changed files with 1,062 additions and 1,829 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
registry-url: 'https://registry.npmjs.org'

- uses: pnpm/action-setup@v4
Expand Down
1 change: 0 additions & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const config: StorybookConfig = {
'@storybook/addon-essentials',
'@storybook/addon-a11y',
'@storybook/addon-storysource',
'@storybook/addon-interactions',
{
name: '@storybook/addon-coverage',
options: {
Expand Down
69 changes: 34 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@
"@gilbarbara/hooks": "^0.8.2",
"@gilbarbara/react-dropdown": "^0.2.0",
"@gilbarbara/types": "^0.2.2",
"@react-aria/visually-hidden": "^3.8.16",
"colorizr": "^2.1.1",
"@react-aria/visually-hidden": "^3.8.17",
"colorizr": "^3.0.0",
"csstype": "^3.1.3",
"date-fns": "^3.6.0",
"deepmerge-ts": "^7.1.1",
"deepmerge-ts": "^7.1.3",
"disable-scroll": "^0.6.0",
"is-lite": "^1.2.1",
"react-day-picker": "^8.10.1",
"react-hook-form": "^7.53.0",
"react-inlinesvg": "^4.1.3",
"react-hook-form": "^7.53.2",
"react-inlinesvg": "^4.1.4",
"react-innertext": "^1.1.5",
"scroll": "^3.0.1",
"scrollparent": "^2.1.0"
Expand All @@ -58,60 +58,59 @@
"@arethetypeswrong/cli": "^0.16.4",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@gilbarbara/eslint-config": "^0.8.1",
"@gilbarbara/eslint-config": "^0.8.2",
"@gilbarbara/prettier-config": "^1.0.0",
"@gilbarbara/tsconfig": "^0.2.3",
"@size-limit/preset-small-lib": "^11.1.6",
"@storybook/addon-a11y": "^8.3.5",
"@storybook/addon-actions": "^8.3.5",
"@storybook/addon-a11y": "^8.4.2",
"@storybook/addon-actions": "^8.4.2",
"@storybook/addon-coverage": "^1.0.4",
"@storybook/addon-docs": "^8.3.5",
"@storybook/addon-essentials": "^8.3.5",
"@storybook/addon-interactions": "^8.3.5",
"@storybook/addon-links": "^8.3.5",
"@storybook/addon-storysource": "^8.3.5",
"@storybook/addon-viewport": "^8.3.5",
"@storybook/blocks": "^8.3.5",
"@storybook/experimental-addon-test": "^8.3.5",
"@storybook/manager-api": "^8.3.5",
"@storybook/preview-api": "^8.3.5",
"@storybook/react": "^8.3.5",
"@storybook/react-vite": "^8.3.5",
"@storybook/test": "^8.3.5",
"@storybook/addon-docs": "^8.4.2",
"@storybook/addon-essentials": "^8.4.2",
"@storybook/addon-links": "^8.4.2",
"@storybook/addon-storysource": "^8.4.2",
"@storybook/addon-viewport": "^8.4.2",
"@storybook/blocks": "^8.4.2",
"@storybook/experimental-addon-test": "^8.4.2",
"@storybook/manager-api": "^8.4.2",
"@storybook/preview-api": "^8.4.2",
"@storybook/react": "^8.4.2",
"@storybook/react-vite": "^8.4.2",
"@storybook/test": "^8.4.2",
"@storybook/test-runner": "^0.19.1",
"@storybook/theming": "^8.3.5",
"@storybook/types": "^8.3.5",
"@storybook/theming": "^8.4.2",
"@storybook/types": "^8.4.2",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@types/node": "^20.14.12",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/scroll": "^3.0.3",
"@types/scrollparent": "^2.0.3",
"@vitejs/plugin-react-swc": "^3.7.1",
"@vitest/browser": "^2.1.2",
"@vitest/coverage-v8": "^2.1.2",
"chromatic": "^11.12.0",
"chromatic": "^11.18.0",
"del-cli": "^6.0.0",
"husky": "^9.1.6",
"is-ci-cli": "^2.2.0",
"jest-extended": "^4.0.2",
"jsdom": "^25.0.1",
"playwright": "^1.47.2",
"playwright": "^1.48.2",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-syntax-highlighter": "^15.5.0",
"react-syntax-highlighter": "^15.6.1",
"repo-tools": "^0.3.1",
"size-limit": "^11.1.6",
"storybook": "^8.3.5",
"storybook": "^8.4.2",
"ts-node": "^10.9.2",
"tsup": "^8.3.0",
"typescript": "^5.5.4",
"vite": "^5.4.8",
"vite-tsconfig-paths": "^5.0.1",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite-tsconfig-paths": "^5.1.0",
"vitest": "^2.1.2"
},
"scripts": {
Expand Down
Loading

0 comments on commit 2cd032e

Please sign in to comment.