Skip to content

Commit 9b384ce

Browse files
authored
chore: Update package dependencies; Add CODEOWNERS (#644)
1 parent 7e7e371 commit 9b384ce

File tree

4 files changed

+2246
-1737
lines changed

4 files changed

+2246
-1737
lines changed

.changeset/witty-lizards-tie.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 package dependencies

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @aragon/app-team

package.json

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@
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.15.3",
59-
"@tiptap/extension-image": "^3.15.3",
60-
"@tiptap/extensions": "^3.15.3",
61-
"@tiptap/pm": "^3.15.3",
62-
"@tiptap/react": "^3.15.3",
63-
"@tiptap/starter-kit": "^3.15.3",
58+
"@tiptap/core": "^3.18.0",
59+
"@tiptap/extension-image": "^3.18.0",
60+
"@tiptap/extensions": "^3.18.0",
61+
"@tiptap/pm": "^3.18.0",
62+
"@tiptap/react": "^3.18.0",
63+
"@tiptap/starter-kit": "^3.18.0",
6464
"blockies-ts": "^1.0.0",
6565
"classnames": "^2.5.1",
66-
"framer-motion": "^12.26.1",
66+
"framer-motion": "^12.29.2",
6767
"imask": "^7.6.1",
6868
"luxon": "^3.7.2",
6969
"react-dropzone": "^14.3.8",
@@ -99,14 +99,14 @@
9999
"@svgr/rollup": "^8.1.0",
100100
"@tailwindcss/postcss": "^4.1.18",
101101
"@tailwindcss/typography": "^0.5.19",
102-
"@tanstack/react-query": "^5.90.16",
102+
"@tanstack/react-query": "^5.90.20",
103103
"@testing-library/dom": "^10.4.1",
104104
"@testing-library/jest-dom": "^6.9.1",
105-
"@testing-library/react": "^16.3.1",
105+
"@testing-library/react": "^16.3.2",
106106
"@testing-library/user-event": "^14.6.1",
107107
"@types/jest": "^30.0.0",
108108
"@types/luxon": "^3.7.1",
109-
"@types/node": "^22.19.5",
109+
"@types/node": "^22.19.7",
110110
"@types/react": "^18.3.27",
111111
"@types/react-dom": "^18.3.7",
112112
"@types/sanitize-html": "^2.16.0",
@@ -125,13 +125,13 @@
125125
"lint-staged": "^16.2.7",
126126
"postcss": "^8.5.6",
127127
"postcss-loader": "^8.2.0",
128-
"prettier": "^3.7.4",
128+
"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.0",
134-
"rollup": "^4.55.1",
133+
"react-hook-form": "^7.71.1",
134+
"rollup": "^4.57.0",
135135
"rollup-plugin-peer-deps-external": "^2.2.4",
136136
"rollup-plugin-postcss": "^4.0.2",
137137
"rollup-plugin-visualizer": "^6.0.5",
@@ -140,12 +140,12 @@
140140
"ts-jest": "^29.4.6",
141141
"tslib": "^2.8.1",
142142
"typescript": "^5.9.3",
143-
"typescript-eslint": "^8.53.0",
144-
"vercel": "^50.3.0",
145-
"viem": "^2.44.1",
143+
"typescript-eslint": "^8.54.0",
144+
"vercel": "^50.8.1",
145+
"viem": "^2.45.0",
146146
"vite": "^7.3.1",
147147
"vite-plugin-node-polyfills": "^0.24.0",
148-
"vite-plugin-static-copy": "^3.1.4",
148+
"vite-plugin-static-copy": "^3.2.0",
149149
"vite-plugin-svgr": "^4.5.0",
150150
"wagmi": "^2.19.5",
151151
"zod": "^3.25.76"
@@ -166,15 +166,13 @@
166166
"./index.css": "./index.css",
167167
"./build.css": "./build.css"
168168
},
169-
"packageManager": "pnpm@10.28.1+sha512.7d7dbbca9e99447b7c3bf7a73286afaaf6be99251eb9498baefa7d406892f67b879adb3a1d7e687fc4ccc1a388c7175fbaae567a26ab44d1067b54fcb0d6a316",
169+
"packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264",
170170
"pnpm": {
171171
"overrides": {
172-
"@reown/appkit": "^1.8.16",
172+
"@reown/appkit": "^1.8.17",
173173
"jsdom": "26.1.0",
174-
"h3": ">=1.15.5",
175174
"undici": ">=6.23.0",
176-
"esbuild": ">=0.25.0",
177-
"diff": ">=8.0.3"
175+
"tar": "^7.5.7"
178176
},
179177
"packageExtensions": {
180178
"@solana/codecs-strings@*": {

0 commit comments

Comments
 (0)