Skip to content

Commit c008b37

Browse files
authored
chore: Update dependencies and configuration files (#639)
1 parent 38061fa commit c008b37

File tree

5 files changed

+2912
-3494
lines changed

5 files changed

+2912
-3494
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# dependencies
22
node_modules
3+
.pnpm-store
34

45
# testing
56
coverage

package.json

Lines changed: 69 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -41,33 +41,33 @@
4141
],
4242
"author": "Aragon Association",
4343
"dependencies": {
44-
"@radix-ui/react-accordion": "^1.2.0",
45-
"@radix-ui/react-alert-dialog": "^1.1.0",
46-
"@radix-ui/react-avatar": "^1.1.0",
47-
"@radix-ui/react-checkbox": "^1.3.0",
48-
"@radix-ui/react-dialog": "^1.1.0",
49-
"@radix-ui/react-dropdown-menu": "^2.1.0",
50-
"@radix-ui/react-focus-scope": "^1.1.0",
51-
"@radix-ui/react-progress": "^1.1.0",
52-
"@radix-ui/react-radio-group": "^1.3.0",
53-
"@radix-ui/react-switch": "^1.2.0",
54-
"@radix-ui/react-tabs": "^1.1.0",
55-
"@radix-ui/react-toggle-group": "^1.1.0",
56-
"@radix-ui/react-tooltip": "^1.2.0",
57-
"@radix-ui/react-visually-hidden": "^1.2.0",
58-
"@tiptap/core": "^3.14.0",
59-
"@tiptap/extension-image": "^3.14.0",
60-
"@tiptap/extensions": "^3.14.0",
61-
"@tiptap/pm": "^3.14.0",
62-
"@tiptap/react": "^3.14.0",
63-
"@tiptap/starter-kit": "^3.14.0",
44+
"@radix-ui/react-accordion": "^1.2.12",
45+
"@radix-ui/react-alert-dialog": "^1.1.15",
46+
"@radix-ui/react-avatar": "^1.1.11",
47+
"@radix-ui/react-checkbox": "^1.3.3",
48+
"@radix-ui/react-dialog": "^1.1.15",
49+
"@radix-ui/react-dropdown-menu": "^2.1.16",
50+
"@radix-ui/react-focus-scope": "^1.1.8",
51+
"@radix-ui/react-progress": "^1.1.8",
52+
"@radix-ui/react-radio-group": "^1.3.8",
53+
"@radix-ui/react-switch": "^1.2.6",
54+
"@radix-ui/react-tabs": "^1.1.13",
55+
"@radix-ui/react-toggle-group": "^1.1.11",
56+
"@radix-ui/react-tooltip": "^1.2.8",
57+
"@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",
6464
"blockies-ts": "^1.0.0",
65-
"classnames": "^2.5.0",
66-
"framer-motion": "^12.23.0",
65+
"classnames": "^2.5.1",
66+
"framer-motion": "^12.26.1",
6767
"imask": "^7.6.1",
68-
"luxon": "^3.7.0",
69-
"react-dropzone": "^14.3.0",
70-
"react-imask": "^7.6.0",
68+
"luxon": "^3.7.2",
69+
"react-dropzone": "^14.3.8",
70+
"react-imask": "^7.6.1",
7171
"sanitize-html": "^2.17.0",
7272
"tiptap-markdown": "^0.9.0"
7373
},
@@ -82,73 +82,73 @@
8282
"wagmi": "^2.19.0"
8383
},
8484
"devDependencies": {
85-
"@babel/core": "^7.28.4",
86-
"@babel/preset-env": "^7.28.3",
87-
"@babel/preset-react": "^7.27.1",
88-
"@babel/preset-typescript": "^7.27.1",
85+
"@babel/core": "^7.28.6",
86+
"@babel/preset-env": "^7.28.6",
87+
"@babel/preset-react": "^7.28.5",
88+
"@babel/preset-typescript": "^7.28.5",
8989
"@changesets/changelog-github": "^0.5.2",
9090
"@changesets/cli": "^2.29.8",
9191
"@hookform/devtools": "^4.4.0",
9292
"@rollup/plugin-commonjs": "^29.0.0",
9393
"@rollup/plugin-image": "^3.0.3",
94-
"@rollup/plugin-node-resolve": "^16.0.1",
94+
"@rollup/plugin-node-resolve": "^16.0.3",
9595
"@rollup/plugin-terser": "^0.4.4",
96-
"@rollup/plugin-typescript": "^12.1.4",
97-
"@storybook/addon-docs": "^9.1.16",
98-
"@storybook/react-vite": "^9.1.16",
96+
"@rollup/plugin-typescript": "^12.3.0",
97+
"@storybook/addon-docs": "^9.1.17",
98+
"@storybook/react-vite": "^9.1.17",
9999
"@svgr/rollup": "^8.1.0",
100-
"@tailwindcss/postcss": "^4.1.13",
101-
"@tailwindcss/typography": "^0.5.16",
102-
"@tanstack/react-query": "^5.90.2",
100+
"@tailwindcss/postcss": "^4.1.18",
101+
"@tailwindcss/typography": "^0.5.19",
102+
"@tanstack/react-query": "^5.90.16",
103103
"@testing-library/dom": "^10.4.1",
104-
"@testing-library/jest-dom": "^6.8.0",
105-
"@testing-library/react": "^16.3.0",
104+
"@testing-library/jest-dom": "^6.9.1",
105+
"@testing-library/react": "^16.3.1",
106106
"@testing-library/user-event": "^14.6.1",
107107
"@types/jest": "^30.0.0",
108108
"@types/luxon": "^3.7.1",
109-
"@types/node": "^22.12.0",
110-
"@types/react": "^18",
111-
"@types/react-dom": "^18",
109+
"@types/node": "^22.19.5",
110+
"@types/react": "^18.3.27",
111+
"@types/react-dom": "^18.3.7",
112112
"@types/sanitize-html": "^2.16.0",
113-
"cross-env": "^10.0.0",
114-
"eslint": "^9.39.1",
113+
"cross-env": "^10.1.0",
114+
"eslint": "^9.39.2",
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.16",
121-
"eslint-plugin-testing-library": "^7.9.1",
120+
"eslint-plugin-storybook": "^9.1.17",
121+
"eslint-plugin-testing-library": "^7.15.4",
122122
"husky": "^9.1.7",
123-
"jest": "^30.1.3",
124-
"jest-environment-jsdom": "^30.1.2",
125-
"lint-staged": "^16.2.0",
123+
"jest": "^30.2.0",
124+
"jest-environment-jsdom": "^30.2.0",
125+
"lint-staged": "^16.2.7",
126126
"postcss": "^8.5.6",
127127
"postcss-loader": "^8.2.0",
128-
"prettier": "^3.6.2",
128+
"prettier": "^3.7.4",
129129
"prettier-plugin-organize-imports": "^4.3.0",
130130
"prettier-plugin-tailwindcss": "^0.7.2",
131-
"react": "^18.2.0",
132-
"react-dom": "^18.2.0",
133-
"react-hook-form": "^7.63.0",
134-
"rollup": "^4.52.1",
131+
"react": "^18.3.1",
132+
"react-dom": "^18.3.1",
133+
"react-hook-form": "^7.71.0",
134+
"rollup": "^4.55.1",
135135
"rollup-plugin-peer-deps-external": "^2.2.4",
136136
"rollup-plugin-postcss": "^4.0.2",
137-
"rollup-plugin-visualizer": "^6.0.3",
137+
"rollup-plugin-visualizer": "^6.0.5",
138138
"storybook": "^9.1.17",
139-
"tailwindcss": "^4.1.13",
140-
"ts-jest": "^29.4.4",
139+
"tailwindcss": "^4.1.18",
140+
"ts-jest": "^29.4.6",
141141
"tslib": "^2.8.1",
142-
"typescript": "^5.9.2",
143-
"typescript-eslint": "^8.44.1",
144-
"vercel": "^48.12.0",
145-
"viem": "^2.37.8",
146-
"vite": "^7.1.7",
142+
"typescript": "^5.9.3",
143+
"typescript-eslint": "^8.53.0",
144+
"vercel": "^50.3.0",
145+
"viem": "^2.44.1",
146+
"vite": "^7.3.1",
147147
"vite-plugin-node-polyfills": "^0.24.0",
148-
"vite-plugin-static-copy": "^3.1.2",
148+
"vite-plugin-static-copy": "^3.1.4",
149149
"vite-plugin-svgr": "^4.5.0",
150150
"wagmi": "^2.19.5",
151-
"zod": "^3.23.8"
151+
"zod": "^3.25.76"
152152
},
153153
"bugs": {
154154
"url": "https://github.com/aragon/gov-ui-kit/issues"
@@ -166,14 +166,15 @@
166166
"./index.css": "./index.css",
167167
"./build.css": "./build.css"
168168
},
169-
"packageManager": "pnpm@10.27.0+sha512.72d699da16b1179c14ba9e64dc71c9a40988cbdc65c264cb0e489db7de917f20dcf4d64d8723625f2969ba52d4b7e2a1170682d9ac2a5dcaeaab732b7e16f04a",
169+
"packageManager": "pnpm@10.28.1+sha512.7d7dbbca9e99447b7c3bf7a73286afaaf6be99251eb9498baefa7d406892f67b879adb3a1d7e687fc4ccc1a388c7175fbaae567a26ab44d1067b54fcb0d6a316",
170170
"pnpm": {
171171
"overrides": {
172-
"@reown/appkit": "^1.8.14",
172+
"@reown/appkit": "^1.8.16",
173173
"jsdom": "26.1.0",
174-
"parse5": "7.1.2",
175-
"preact": "10.28.2",
176-
"qs": "6.14.1"
174+
"h3": ">=1.15.5",
175+
"undici": ">=6.23.0",
176+
"esbuild": ">=0.25.0",
177+
"diff": ">=8.0.3"
177178
},
178179
"packageExtensions": {
179180
"@solana/codecs-strings@*": {

0 commit comments

Comments
 (0)