|
1 | 1 | { |
2 | 2 | "name": "@aragon/gov-ui-kit", |
3 | | - "version": "1.12.0", |
| 3 | + "version": "1.14.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", |
|
74 | 74 | "@tanstack/react-query": "^5.83.0", |
75 | 75 | "react": "^18.2.0 || ^19.0.0", |
76 | 76 | "react-dom": "^18.2.0 || ^19.0.0", |
77 | | - "react-hook-form": "^7.60.0", |
| 77 | + "react-hook-form": "^7.61.0", |
78 | 78 | "tailwindcss": "^4.1.0", |
79 | 79 | "viem": "^2.33.0", |
80 | 80 | "wagmi": "^2.16.0" |
|
92 | 92 | "@rollup/plugin-node-resolve": "^16.0.1", |
93 | 93 | "@rollup/plugin-terser": "^0.4.4", |
94 | 94 | "@rollup/plugin-typescript": "^12.1.4", |
95 | | - "@storybook/addon-docs": "^9.0.17", |
96 | | - "@storybook/react-vite": "^9.0.17", |
| 95 | + "@storybook/addon-docs": "^9.0.18", |
| 96 | + "@storybook/react-vite": "^9.0.18", |
97 | 97 | "@svgr/rollup": "^8.1.0", |
98 | 98 | "@tailwindcss/postcss": "^4.1.11", |
99 | 99 | "@tailwindcss/typography": "^0.5.16", |
100 | 100 | "@tanstack/react-query": "^5.83.0", |
101 | | - "@testing-library/dom": "^10.4.0", |
102 | | - "@testing-library/jest-dom": "^6.6.3", |
| 101 | + "@testing-library/dom": "^10.4.1", |
| 102 | + "@testing-library/jest-dom": "^6.6.4", |
103 | 103 | "@testing-library/react": "^16.3.0", |
104 | 104 | "@testing-library/user-event": "^14.6.1", |
105 | 105 | "@types/jest": "^30.0.0", |
106 | | - "@types/luxon": "^3.6.2", |
| 106 | + "@types/luxon": "^3.7.0", |
107 | 107 | "@types/react": "^19.1.8", |
108 | 108 | "@types/react-dom": "^19.1.6", |
109 | 109 | "@types/sanitize-html": "^2.16.0", |
110 | | - "cross-env": "^7.0.3", |
111 | | - "eslint": "^9.31.0", |
| 110 | + "cross-env": "^10.0.0", |
| 111 | + "eslint": "^9.32.0", |
112 | 112 | "eslint-import-resolver-typescript": "^4.4.4", |
113 | 113 | "eslint-plugin-import": "^2.32.0", |
114 | 114 | "eslint-plugin-jsx-a11y": "^6.10.2", |
115 | 115 | "eslint-plugin-react": "^7.37.5", |
116 | 116 | "eslint-plugin-react-hooks": "^5.2.0", |
117 | | - "eslint-plugin-storybook": "^9.0.17", |
118 | | - "eslint-plugin-testing-library": "^7.6.0", |
| 117 | + "eslint-plugin-storybook": "^9.0.18", |
| 118 | + "eslint-plugin-testing-library": "^7.6.3", |
119 | 119 | "husky": "^9.1.7", |
120 | 120 | "jest": "^30.0.5", |
121 | 121 | "jest-environment-jsdom": "^30.0.5", |
122 | 122 | "lint-staged": "^16.1.2", |
123 | 123 | "postcss": "^8.5.6", |
124 | 124 | "postcss-loader": "^8.1.1", |
125 | 125 | "prettier": "^3.6.2", |
126 | | - "prettier-plugin-organize-imports": "^4.1.0", |
| 126 | + "prettier-plugin-organize-imports": "^4.2.0", |
127 | 127 | "prettier-plugin-tailwindcss": "^0.6.14", |
128 | 128 | "react": "^19.1.0", |
129 | 129 | "react-dom": "^19.1.0", |
130 | | - "react-hook-form": "^7.60.0", |
131 | | - "rollup": "^4.45.1", |
| 130 | + "react-hook-form": "^7.61.1", |
| 131 | + "rollup": "^4.46.1", |
132 | 132 | "rollup-plugin-peer-deps-external": "^2.2.4", |
133 | 133 | "rollup-plugin-postcss": "^4.0.2", |
134 | 134 | "rollup-plugin-visualizer": "^6.0.3", |
135 | | - "storybook": "^9.0.17", |
| 135 | + "storybook": "^9.0.18", |
136 | 136 | "tailwindcss": "^4.1.11", |
137 | 137 | "ts-jest": "^29.4.0", |
138 | 138 | "typescript": "^5.8.3", |
139 | 139 | "typescript-eslint": "^8.38.0", |
140 | | - "vercel": "^44.5.1", |
141 | | - "viem": "^2.33.0", |
142 | | - "vite": "^7.0.5", |
| 140 | + "vercel": "^44.6.4", |
| 141 | + "viem": "^2.33.1", |
| 142 | + "vite": "^7.0.6", |
143 | 143 | "vite-plugin-node-polyfills": "^0.24.0", |
144 | 144 | "vite-plugin-static-copy": "^3.1.1", |
145 | 145 | "vite-plugin-svgr": "^4.3.0", |
|
0 commit comments