Skip to content

Commit

Permalink
chore: Update minor and patch dependencies (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent a8b1375 commit 03d7d80
Show file tree
Hide file tree
Showing 5 changed files with 858 additions and 1,594 deletions.
697 changes: 353 additions & 344 deletions .yarn/releases/yarn-4.4.0.cjs → .yarn/releases/yarn-4.5.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.4.0.cjs
yarnPath: .yarn/releases/yarn-4.5.1.cjs
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Changed

- Bump `softprops/action-gh-release` from 2.0.8 to 2.0.9
- Update minor and patch NPM dependencies

## [1.0.52] - 2024-10-30

Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"classnames": "^2.0.0",
"framer-motion": "^11.11.0",
"luxon": "^3.5.0",
"react-dropzone": "^14.2.0",
"react-dropzone": "^14.3.0",
"react-imask": "^7.6.1",
"sanitize-html": "^2.13.0",
"tiptap-markdown": "^0.8.10"
Expand All @@ -92,37 +92,37 @@
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@storybook/addon-designs": "^8.0.3",
"@storybook/addon-essentials": "^8.3.6",
"@storybook/addon-links": "^8.3.6",
"@storybook/addon-styling-webpack": "^1.0.0",
"@storybook/addon-designs": "^8.0.4",
"@storybook/addon-essentials": "^8.4.1",
"@storybook/addon-links": "^8.4.1",
"@storybook/addon-styling-webpack": "^1.0.1",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/blocks": "^8.3.6",
"@storybook/react": "^8.3.6",
"@storybook/react-webpack5": "^8.3.6",
"@storybook/blocks": "^8.4.1",
"@storybook/react": "^8.4.1",
"@storybook/react-webpack5": "^8.4.1",
"@storybook/storybook-deployer": "^2.8.16",
"@svgr/rollup": "^8.1.0",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-query": "^5.59.16",
"@tanstack/react-query": "^5.59.19",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.14",
"@types/luxon": "^3.4.2",
"@types/react-dom": "^18.3.1",
"@types/sanitize-html": "^2.13.0",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-storybook": "^0.10.1",
"eslint-plugin-storybook": "^0.11.0",
"eslint-plugin-tailwindcss": "^3.17.5",
"eslint-plugin-testing-library": "^6.4.0",
"husky": "^9.1.6",
Expand All @@ -136,15 +136,15 @@
"prettier-plugin-tailwindcss": "^0.6.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "^4.24.2",
"rollup": "^4.24.4",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-visualizer": "^5.12.0",
"storybook": "^8.3.6",
"storybook": "^8.4.1",
"tailwindcss": "^3.4.14",
"ts-jest": "^29.2.5",
"typescript": "^5.6.3",
"viem": "^2.21.35",
"viem": "^2.21.40",
"wagmi": "^2.12.25"
},
"bugs": {
Expand All @@ -163,5 +163,5 @@
"./build.css": "./build.css",
"./tailwind.config": "./tailwind.config.js"
},
"packageManager": "yarn@4.4.0"
"packageManager": "yarn@4.5.1"
}
Loading

0 comments on commit 03d7d80

Please sign in to comment.