Skip to content

Commit 11e9e9e

Browse files
chore: Update minor and patch NPM dependencies (#571)
1 parent b4e3759 commit 11e9e9e

5 files changed

Lines changed: 658 additions & 653 deletions

File tree

.changeset/tame-meals-love.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@aragon/gov-ui-kit': minor
3+
---
4+
5+
Update minor and patch NPM dependencies
Lines changed: 358 additions & 358 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ enableScripts: false
22

33
nodeLinker: node-modules
44

5-
yarnPath: .yarn/releases/yarn-4.9.2.cjs
5+
yarnPath: .yarn/releases/yarn-4.9.4.cjs

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"react-dom": "^18.2.0 || ^19.0.0",
8080
"react-hook-form": "^7.62.0",
8181
"tailwindcss": "^4.1.0",
82-
"viem": "^2.34.0",
82+
"viem": "^2.35.0",
8383
"wagmi": "^2.16.0"
8484
},
8585
"devDependencies": {
@@ -95,29 +95,29 @@
9595
"@rollup/plugin-node-resolve": "^16.0.1",
9696
"@rollup/plugin-terser": "^0.4.4",
9797
"@rollup/plugin-typescript": "^12.1.4",
98-
"@storybook/addon-docs": "^9.1.2",
99-
"@storybook/react-vite": "^9.1.2",
98+
"@storybook/addon-docs": "^9.1.3",
99+
"@storybook/react-vite": "^9.1.3",
100100
"@svgr/rollup": "^8.1.0",
101101
"@tailwindcss/postcss": "^4.1.12",
102102
"@tailwindcss/typography": "^0.5.16",
103-
"@tanstack/react-query": "^5.85.3",
103+
"@tanstack/react-query": "^5.85.5",
104104
"@testing-library/dom": "^10.4.1",
105-
"@testing-library/jest-dom": "^6.7.0",
105+
"@testing-library/jest-dom": "^6.8.0",
106106
"@testing-library/react": "^16.3.0",
107107
"@testing-library/user-event": "^14.6.1",
108108
"@types/jest": "^30.0.0",
109109
"@types/luxon": "^3.7.1",
110-
"@types/react": "^19.1.10",
111-
"@types/react-dom": "^19.1.7",
110+
"@types/react": "^19.1.11",
111+
"@types/react-dom": "^19.1.8",
112112
"@types/sanitize-html": "^2.16.0",
113113
"cross-env": "^10.0.0",
114-
"eslint": "^9.33.0",
114+
"eslint": "^9.34.0",
115115
"eslint-import-resolver-typescript": "^4.4.4",
116116
"eslint-plugin-import": "^2.32.0",
117117
"eslint-plugin-jsx-a11y": "^6.10.2",
118118
"eslint-plugin-react": "^7.37.5",
119119
"eslint-plugin-react-hooks": "^5.2.0",
120-
"eslint-plugin-storybook": "^9.1.2",
120+
"eslint-plugin-storybook": "^9.1.3",
121121
"eslint-plugin-testing-library": "^7.6.6",
122122
"husky": "^9.1.7",
123123
"jest": "^30.0.5",
@@ -131,22 +131,22 @@
131131
"react": "^19.1.0",
132132
"react-dom": "^19.1.0",
133133
"react-hook-form": "^7.62.0",
134-
"rollup": "^4.46.3",
134+
"rollup": "^4.48.1",
135135
"rollup-plugin-peer-deps-external": "^2.2.4",
136136
"rollup-plugin-postcss": "^4.0.2",
137137
"rollup-plugin-visualizer": "^6.0.3",
138-
"storybook": "^9.1.2",
138+
"storybook": "^9.1.3",
139139
"tailwindcss": "^4.1.12",
140140
"ts-jest": "^29.4.1",
141141
"typescript": "^5.9.2",
142-
"typescript-eslint": "^8.40.0",
142+
"typescript-eslint": "^8.41.0",
143143
"vercel": "^46.0.2",
144-
"viem": "^2.34.0",
144+
"viem": "^2.35.1",
145145
"vite": "^7.1.3",
146146
"vite-plugin-node-polyfills": "^0.24.0",
147-
"vite-plugin-static-copy": "^3.1.1",
148-
"vite-plugin-svgr": "^4.3.0",
149-
"wagmi": "^2.16.4"
147+
"vite-plugin-static-copy": "^3.1.2",
148+
"vite-plugin-svgr": "^4.5.0",
149+
"wagmi": "^2.16.6"
150150
},
151151
"bugs": {
152152
"url": "https://github.com/aragon/gov-ui-kit/issues"
@@ -163,5 +163,5 @@
163163
"./index.css": "./index.css",
164164
"./build.css": "./build.css"
165165
},
166-
"packageManager": "yarn@4.9.2"
166+
"packageManager": "yarn@4.9.4"
167167
}

0 commit comments

Comments
 (0)