Skip to content

Commit d6bdbfd

Browse files
committed
chore: Update package dependencies; fix build warnings
1 parent acb5db4 commit d6bdbfd

File tree

6 files changed

+1223
-1025
lines changed

6 files changed

+1223
-1025
lines changed

.changeset/sparkly-cows-shout.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': patch
3+
---
4+
5+
Update package dependencies; fix build warnings

package.json

Lines changed: 31 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -55,20 +55,20 @@
5555
"@radix-ui/react-toggle-group": "^1.1.11",
5656
"@radix-ui/react-tooltip": "^1.2.8",
5757
"@radix-ui/react-visually-hidden": "^1.2.4",
58-
"@tiptap/core": "^3.19.0",
59-
"@tiptap/extension-image": "^3.19.0",
60-
"@tiptap/extensions": "^3.19.0",
61-
"@tiptap/pm": "^3.19.0",
62-
"@tiptap/react": "^3.19.0",
63-
"@tiptap/starter-kit": "^3.19.0",
58+
"@tiptap/core": "^3.20.0",
59+
"@tiptap/extension-image": "^3.20.0",
60+
"@tiptap/extensions": "^3.20.0",
61+
"@tiptap/pm": "^3.20.0",
62+
"@tiptap/react": "^3.20.0",
63+
"@tiptap/starter-kit": "^3.20.0",
6464
"blockies-ts": "^1.0.0",
6565
"classnames": "^2.5.1",
66-
"framer-motion": "^12.34.0",
66+
"framer-motion": "^12.34.3",
6767
"imask": "^7.6.1",
6868
"luxon": "^3.7.2",
6969
"react-dropzone": "^14.4.1",
7070
"react-imask": "^7.6.1",
71-
"sanitize-html": "^2.17.0",
71+
"sanitize-html": "^2.17.1",
7272
"tiptap-markdown": "^0.9.0"
7373
},
7474
"peerDependencies": {
@@ -94,10 +94,10 @@
9494
"@rollup/plugin-node-resolve": "^16.0.3",
9595
"@rollup/plugin-terser": "^0.4.4",
9696
"@rollup/plugin-typescript": "^12.3.0",
97-
"@storybook/addon-docs": "^9.1.17",
98-
"@storybook/react-vite": "^9.1.17",
97+
"@storybook/addon-docs": "^9.1.19",
98+
"@storybook/react-vite": "^9.1.19",
9999
"@svgr/rollup": "^8.1.0",
100-
"@tailwindcss/postcss": "^4.1.18",
100+
"@tailwindcss/postcss": "^4.2.1",
101101
"@tailwindcss/typography": "^0.5.19",
102102
"@tanstack/react-query": "^5.90.21",
103103
"@testing-library/dom": "^10.4.1",
@@ -111,43 +111,43 @@
111111
"@types/react-dom": "^18.3.7",
112112
"@types/sanitize-html": "^2.16.0",
113113
"cross-env": "^10.1.0",
114-
"eslint": "^9.39.2",
114+
"eslint": "^9.39.3",
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.17",
121-
"eslint-plugin-testing-library": "^7.15.4",
120+
"eslint-plugin-storybook": "^9.1.19",
121+
"eslint-plugin-testing-library": "^7.16.0",
122122
"husky": "^9.1.7",
123123
"jest": "^30.2.0",
124124
"jest-environment-jsdom": "^30.2.0",
125125
"lint-staged": "^16.2.7",
126126
"postcss": "^8.5.6",
127-
"postcss-loader": "^8.2.0",
127+
"postcss-loader": "^8.2.1",
128128
"prettier": "^3.8.1",
129129
"prettier-plugin-organize-imports": "^4.3.0",
130130
"prettier-plugin-tailwindcss": "^0.7.2",
131131
"react": "^18.3.1",
132132
"react-dom": "^18.3.1",
133-
"react-hook-form": "^7.71.1",
134-
"rollup": "^4.57.1",
133+
"react-hook-form": "^7.71.2",
134+
"rollup": "^4.59.0",
135135
"rollup-plugin-peer-deps-external": "^2.2.4",
136136
"rollup-plugin-postcss": "^4.0.2",
137137
"rollup-plugin-visualizer": "^6.0.5",
138-
"storybook": "^9.1.17",
139-
"tailwindcss": "^4.1.18",
138+
"storybook": "^9.1.19",
139+
"tailwindcss": "^4.2.1",
140140
"ts-jest": "^29.4.6",
141141
"tslib": "^2.8.1",
142142
"typescript": "^5.9.3",
143-
"typescript-eslint": "^8.55.0",
144-
"vercel": "^50.15.1",
145-
"viem": "^2.45.3",
143+
"typescript-eslint": "^8.56.0",
144+
"vercel": "^50.22.1",
145+
"viem": "^2.46.2",
146146
"vite": "^7.3.1",
147147
"vite-plugin-node-polyfills": "^0.25.0",
148148
"vite-plugin-static-copy": "^3.2.0",
149149
"vite-plugin-svgr": "^4.5.0",
150-
"wagmi": "^3.4.3",
150+
"wagmi": "^3.5.0",
151151
"zod": "^3.25.76"
152152
},
153153
"bugs": {
@@ -166,12 +166,18 @@
166166
"./index.css": "./index.css",
167167
"./build.css": "./build.css"
168168
},
169-
"packageManager": "pnpm@10.30.0+sha512.2b5753de015d480eeb88f5b5b61e0051f05b4301808a82ec8b840c9d2adf7748eb352c83f5c1593ca703ff1017295bc3fdd3119abb9686efc96b9fcb18200937",
169+
"packageManager": "pnpm@10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017",
170170
"pnpm": {
171171
"overrides": {
172172
"jsdom": "26.1.0",
173173
"undici": ">=6.23.0",
174-
"markdown-it": ">=14.1.1"
174+
"markdown-it": ">=14.1.1",
175+
"basic-ftp": ">=5.2.0",
176+
"tar": ">=7.5.8",
177+
"minimatch@^3.0.0": "3.1.5",
178+
"minimatch@^9.0.0": "9.0.9",
179+
"minimatch@^10.0.0": "10.2.4",
180+
"ajv@^8.0.0": ">=8.18.0"
175181
},
176182
"packageExtensions": {
177183
"@solana/codecs-strings@*": {

0 commit comments

Comments
 (0)