Skip to content

Commit

Permalink
chore: Update minor and patch NPM dependencies (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 30, 2024
1 parent 0d34a04 commit 128bf20
Show file tree
Hide file tree
Showing 3 changed files with 729 additions and 722 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Update `useBlockExplorer` hook to export a `getBlockExplorer` function, update `buildEntityUrl` function to support
a `chainId` parameter which overrides the `chainId` hook parameter.

### Changed

- Update minor and patch NPM dependencies

## [1.0.40] - 2024-07-26

### Added
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.0",
"viem": "^2.17.0",
"wagmi": "^2.11.0"
"viem": "^2.18.0",
"wagmi": "^2.12.0"
},
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.24.8",
"@babel/preset-env": "^7.25.0",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@rollup/plugin-commonjs": "^26.0.1",
Expand All @@ -91,28 +91,28 @@
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@storybook/addon-designs": "^8.0.3",
"@storybook/addon-essentials": "^8.2.5",
"@storybook/addon-links": "^8.2.5",
"@storybook/addon-essentials": "^8.2.6",
"@storybook/addon-links": "^8.2.6",
"@storybook/addon-styling-webpack": "^1.0.0",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/blocks": "^8.2.5",
"@storybook/react": "^8.2.5",
"@storybook/react-webpack5": "^8.2.5",
"@storybook/blocks": "^8.2.6",
"@storybook/react": "^8.2.6",
"@storybook/react-webpack5": "^8.2.6",
"@storybook/storybook-deployer": "^2.8.16",
"@svgr/rollup": "^8.1.0",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/typography": "^0.5.12",
"@tanstack/react-query": "^5.51.11",
"@tanstack/react-query": "^5.51.15",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/luxon": "^3.4.2",
"@types/react-dom": "^18.3.0",
"@types/sanitize-html": "^2.9.0",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"autoprefixer": "^10.4.19",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
Expand All @@ -123,27 +123,27 @@
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-tailwindcss": "^3.17.4",
"eslint-plugin-testing-library": "^6.2.2",
"husky": "^9.1.1",
"husky": "^9.1.4",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.7",
"postcss": "^8.4.39",
"postcss": "^8.4.40",
"postcss-loader": "^8.1.1",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.0.0",
"prettier-plugin-tailwindcss": "^0.6.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "^4.19.0",
"rollup": "^4.19.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-visualizer": "^5.12.0",
"storybook": "^8.2.5",
"tailwindcss": "^3.4.6",
"storybook": "^8.2.6",
"tailwindcss": "^3.4.7",
"ts-jest": "^29.2.3",
"typescript": "^5.5.3",
"viem": "^2.17.9",
"wagmi": "^2.11.3"
"typescript": "^5.5.4",
"viem": "^2.18.4",
"wagmi": "^2.12.1"
},
"bugs": {
"url": "https://github.com/aragon/ods/issues"
Expand Down
Loading

0 comments on commit 128bf20

Please sign in to comment.