Skip to content

Commit

Permalink
chore: Update minor and patch NPM dependencies (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent fd67b51 commit 0afc311
Show file tree
Hide file tree
Showing 4 changed files with 1,232 additions and 1,245 deletions.
4 changes: 0 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ updates:
directory: "/"
schedule:
interval: "weekly"
ignore:
# From version 7.6.x, react-imask doesn't correctly trigger the `onAccept` callback when changing the value
# programmatically (see https://github.com/uNmAnNeR/imaskjs/pull/1045)
- dependency-name: "react-imask"
groups:
minor-and-patch:
update-types:
Expand Down
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 `actions/checkout` from 4.2.0 to 4.2.1
- Update minor and patch NPM dependencies

## [1.0.48] - 2024-10-04

Expand Down
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,45 +66,45 @@
"@tiptap/starter-kit": "^2.8.0",
"blockies-ts": "^1.0.0",
"classnames": "^2.0.0",
"framer-motion": "^11.9.0",
"framer-motion": "^11.11.0",
"luxon": "^3.5.0",
"react-dropzone": "^14.2.0",
"react-imask": "7.5.0",
"react-imask": "^7.6.1",
"sanitize-html": "^2.13.0",
"tiptap-markdown": "^0.8.10"
},
"peerDependencies": {
"@tailwindcss/typography": "^0.5.0",
"@tanstack/react-query": "^5.55.0",
"@tanstack/react-query": "^5.59.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.0",
"viem": "^2.21.0",
"wagmi": "^2.12.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@babel/core": "^7.25.7",
"@babel/preset-env": "^7.25.7",
"@babel/preset-react": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-image": "^3.0.3",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.0",
"@storybook/addon-designs": "^8.0.3",
"@storybook/addon-essentials": "^8.3.2",
"@storybook/addon-links": "^8.3.2",
"@storybook/addon-essentials": "^8.3.5",
"@storybook/addon-links": "^8.3.5",
"@storybook/addon-styling-webpack": "^1.0.0",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/blocks": "^8.3.2",
"@storybook/react": "^8.3.2",
"@storybook/react-webpack5": "^8.3.2",
"@storybook/blocks": "^8.3.5",
"@storybook/react": "^8.3.5",
"@storybook/react-webpack5": "^8.3.5",
"@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.55.4",
"@tanstack/react-query": "^5.59.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
Expand All @@ -113,14 +113,14 @@
"@types/luxon": "^3.4.2",
"@types/react-dom": "^18.3.0",
"@types/sanitize-html": "^2.13.0",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.37.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-storybook": "^0.9.0",
"eslint-plugin-tailwindcss": "^3.17.4",
Expand All @@ -136,16 +136,16 @@
"prettier-plugin-tailwindcss": "^0.6.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "^4.22.4",
"rollup": "^4.24.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-visualizer": "^5.12.0",
"storybook": "^8.3.2",
"storybook": "^8.3.5",
"tailwindcss": "^3.4.13",
"ts-jest": "^29.2.5",
"typescript": "^5.6.2",
"viem": "^2.21.12",
"wagmi": "^2.12.13"
"viem": "^2.21.19",
"wagmi": "^2.12.17"
},
"bugs": {
"url": "https://github.com/aragon/ods/issues"
Expand Down
Loading

0 comments on commit 0afc311

Please sign in to comment.