@aragon/gov-ui-kit 1.17.0 → 1.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -0
- package/build.css +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +37 -40
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aragon/gov-ui-kit",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.19.0",
|
|
4
4
|
"description": "Implementation of the Aragon's Governance UI Kit",
|
|
5
5
|
"main": "dist/index.es.js",
|
|
6
6
|
"types": "dist/types/src/index.d.ts",
|
|
@@ -54,15 +54,12 @@
|
|
|
54
54
|
"@radix-ui/react-toggle-group": "^1.1.0",
|
|
55
55
|
"@radix-ui/react-tooltip": "^1.2.0",
|
|
56
56
|
"@radix-ui/react-visually-hidden": "^1.2.0",
|
|
57
|
-
"@tiptap/core": "^
|
|
58
|
-
"@tiptap/extension-
|
|
59
|
-
"@tiptap/
|
|
60
|
-
"@tiptap/
|
|
61
|
-
"@tiptap/
|
|
62
|
-
"@tiptap/
|
|
63
|
-
"@tiptap/pm": "^2.26.0",
|
|
64
|
-
"@tiptap/react": "^2.26.0",
|
|
65
|
-
"@tiptap/starter-kit": "^2.26.0",
|
|
57
|
+
"@tiptap/core": "^3.5.0",
|
|
58
|
+
"@tiptap/extension-image": "^3.5.0",
|
|
59
|
+
"@tiptap/extensions": "^3.5.0",
|
|
60
|
+
"@tiptap/pm": "^3.5.0",
|
|
61
|
+
"@tiptap/react": "^3.5.0",
|
|
62
|
+
"@tiptap/starter-kit": "^3.5.0",
|
|
66
63
|
"blockies-ts": "^1.0.0",
|
|
67
64
|
"classnames": "^2.5.0",
|
|
68
65
|
"framer-motion": "^12.23.0",
|
|
@@ -70,83 +67,83 @@
|
|
|
70
67
|
"react-dropzone": "^14.3.0",
|
|
71
68
|
"react-imask": "^7.6.0",
|
|
72
69
|
"sanitize-html": "^2.17.0",
|
|
73
|
-
"tiptap-markdown": "^0.
|
|
70
|
+
"tiptap-markdown": "^0.9.0"
|
|
74
71
|
},
|
|
75
72
|
"peerDependencies": {
|
|
76
73
|
"@tailwindcss/typography": "^0.5.0",
|
|
77
|
-
"@tanstack/react-query": "^5.
|
|
74
|
+
"@tanstack/react-query": "^5.90.0",
|
|
78
75
|
"react": "^18.2.0 || ^19.0.0",
|
|
79
76
|
"react-dom": "^18.2.0 || ^19.0.0",
|
|
80
|
-
"react-hook-form": "^7.
|
|
77
|
+
"react-hook-form": "^7.63.0",
|
|
81
78
|
"tailwindcss": "^4.1.0",
|
|
82
|
-
"viem": "^2.
|
|
79
|
+
"viem": "^2.37.0",
|
|
83
80
|
"wagmi": "^2.16.0"
|
|
84
81
|
},
|
|
85
82
|
"devDependencies": {
|
|
86
|
-
"@babel/core": "^7.28.
|
|
83
|
+
"@babel/core": "^7.28.4",
|
|
87
84
|
"@babel/preset-env": "^7.28.3",
|
|
88
85
|
"@babel/preset-react": "^7.27.1",
|
|
89
86
|
"@babel/preset-typescript": "^7.27.1",
|
|
90
87
|
"@changesets/changelog-github": "^0.5.1",
|
|
91
|
-
"@changesets/cli": "^2.29.
|
|
88
|
+
"@changesets/cli": "^2.29.7",
|
|
92
89
|
"@hookform/devtools": "^4.4.0",
|
|
93
90
|
"@rollup/plugin-commonjs": "^28.0.6",
|
|
94
91
|
"@rollup/plugin-image": "^3.0.3",
|
|
95
92
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
96
93
|
"@rollup/plugin-terser": "^0.4.4",
|
|
97
94
|
"@rollup/plugin-typescript": "^12.1.4",
|
|
98
|
-
"@storybook/addon-docs": "^9.1.
|
|
99
|
-
"@storybook/react-vite": "^9.1.
|
|
95
|
+
"@storybook/addon-docs": "^9.1.7",
|
|
96
|
+
"@storybook/react-vite": "^9.1.7",
|
|
100
97
|
"@svgr/rollup": "^8.1.0",
|
|
101
|
-
"@tailwindcss/postcss": "^4.1.
|
|
98
|
+
"@tailwindcss/postcss": "^4.1.13",
|
|
102
99
|
"@tailwindcss/typography": "^0.5.16",
|
|
103
|
-
"@tanstack/react-query": "^5.
|
|
100
|
+
"@tanstack/react-query": "^5.90.2",
|
|
104
101
|
"@testing-library/dom": "^10.4.1",
|
|
105
102
|
"@testing-library/jest-dom": "^6.8.0",
|
|
106
103
|
"@testing-library/react": "^16.3.0",
|
|
107
104
|
"@testing-library/user-event": "^14.6.1",
|
|
108
105
|
"@types/jest": "^30.0.0",
|
|
109
106
|
"@types/luxon": "^3.7.1",
|
|
110
|
-
"@types/react": "^19.1.
|
|
111
|
-
"@types/react-dom": "^19.1.
|
|
107
|
+
"@types/react": "^19.1.13",
|
|
108
|
+
"@types/react-dom": "^19.1.9",
|
|
112
109
|
"@types/sanitize-html": "^2.16.0",
|
|
113
110
|
"cross-env": "^10.0.0",
|
|
114
|
-
"eslint": "^9.
|
|
111
|
+
"eslint": "^9.36.0",
|
|
115
112
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
116
113
|
"eslint-plugin-import": "^2.32.0",
|
|
117
114
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
118
115
|
"eslint-plugin-react": "^7.37.5",
|
|
119
116
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
120
|
-
"eslint-plugin-storybook": "^9.1.
|
|
121
|
-
"eslint-plugin-testing-library": "^7.
|
|
117
|
+
"eslint-plugin-storybook": "^9.1.7",
|
|
118
|
+
"eslint-plugin-testing-library": "^7.9.1",
|
|
122
119
|
"husky": "^9.1.7",
|
|
123
|
-
"jest": "^30.
|
|
124
|
-
"jest-environment-jsdom": "^30.
|
|
125
|
-
"lint-staged": "^16.
|
|
120
|
+
"jest": "^30.1.3",
|
|
121
|
+
"jest-environment-jsdom": "^30.1.2",
|
|
122
|
+
"lint-staged": "^16.2.0",
|
|
126
123
|
"postcss": "^8.5.6",
|
|
127
|
-
"postcss-loader": "^8.
|
|
124
|
+
"postcss-loader": "^8.2.0",
|
|
128
125
|
"prettier": "^3.6.2",
|
|
129
|
-
"prettier-plugin-organize-imports": "^4.
|
|
126
|
+
"prettier-plugin-organize-imports": "^4.3.0",
|
|
130
127
|
"prettier-plugin-tailwindcss": "^0.6.14",
|
|
131
128
|
"react": "^19.1.0",
|
|
132
129
|
"react-dom": "^19.1.0",
|
|
133
|
-
"react-hook-form": "^7.
|
|
134
|
-
"rollup": "^4.
|
|
130
|
+
"react-hook-form": "^7.63.0",
|
|
131
|
+
"rollup": "^4.52.1",
|
|
135
132
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
136
133
|
"rollup-plugin-postcss": "^4.0.2",
|
|
137
134
|
"rollup-plugin-visualizer": "^6.0.3",
|
|
138
|
-
"storybook": "^9.1.
|
|
139
|
-
"tailwindcss": "^4.1.
|
|
140
|
-
"ts-jest": "^29.4.
|
|
135
|
+
"storybook": "^9.1.7",
|
|
136
|
+
"tailwindcss": "^4.1.13",
|
|
137
|
+
"ts-jest": "^29.4.4",
|
|
141
138
|
"typescript": "^5.9.2",
|
|
142
|
-
"typescript-eslint": "^8.
|
|
143
|
-
"vercel": "^
|
|
144
|
-
"viem": "^2.
|
|
145
|
-
"vite": "^7.1.
|
|
139
|
+
"typescript-eslint": "^8.44.1",
|
|
140
|
+
"vercel": "^48.1.1",
|
|
141
|
+
"viem": "^2.37.8",
|
|
142
|
+
"vite": "^7.1.7",
|
|
146
143
|
"vite-plugin-node-polyfills": "^0.24.0",
|
|
147
144
|
"vite-plugin-static-copy": "^3.1.2",
|
|
148
145
|
"vite-plugin-svgr": "^4.5.0",
|
|
149
|
-
"wagmi": "^2.
|
|
146
|
+
"wagmi": "^2.17.2"
|
|
150
147
|
},
|
|
151
148
|
"bugs": {
|
|
152
149
|
"url": "https://github.com/aragon/gov-ui-kit/issues"
|