@aragon/gov-ui-kit 1.0.74 → 1.1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aragon/gov-ui-kit",
3
- "version": "1.0.74",
3
+ "version": "1.1.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,12 +74,12 @@
74
74
  },
75
75
  "peerDependencies": {
76
76
  "@tailwindcss/typography": "^0.5.0",
77
- "@tanstack/react-query": "^5.71.0",
77
+ "@tanstack/react-query": "^5.72.0",
78
78
  "react": "^18.2.0 || ^19.0.0",
79
79
  "react-dom": "^18.2.0 || ^19.0.0",
80
80
  "react-hook-form": "^7.55.0",
81
81
  "tailwindcss": "^3.4.0",
82
- "viem": "^2.24.0",
82
+ "viem": "^2.26.0",
83
83
  "wagmi": "^2.14.0"
84
84
  },
85
85
  "devDependencies": {
@@ -87,41 +87,43 @@
87
87
  "@babel/preset-env": "^7.26.9",
88
88
  "@babel/preset-react": "^7.26.3",
89
89
  "@babel/preset-typescript": "^7.27.0",
90
- "@hookform/devtools": "^4.3.3",
90
+ "@changesets/changelog-github": "^0.5.1",
91
+ "@changesets/cli": "^2.28.1",
92
+ "@hookform/devtools": "^4.4.0",
91
93
  "@rollup/plugin-commonjs": "^28.0.3",
92
94
  "@rollup/plugin-image": "^3.0.3",
93
95
  "@rollup/plugin-node-resolve": "^16.0.1",
94
96
  "@rollup/plugin-terser": "^0.4.4",
95
97
  "@rollup/plugin-typescript": "^12.1.2",
96
98
  "@storybook/addon-designs": "^8.2.1",
97
- "@storybook/addon-essentials": "^8.6.11",
98
- "@storybook/addon-links": "^8.6.11",
99
+ "@storybook/addon-essentials": "^8.6.12",
100
+ "@storybook/addon-links": "^8.6.12",
99
101
  "@storybook/addon-styling-webpack": "^1.0.1",
100
- "@storybook/addon-webpack5-compiler-babel": "^3.0.5",
101
- "@storybook/blocks": "^8.6.11",
102
- "@storybook/react": "^8.6.11",
103
- "@storybook/react-webpack5": "^8.6.11",
104
- "@storybook/test": "^8.6.11",
102
+ "@storybook/addon-webpack5-compiler-babel": "^3.0.6",
103
+ "@storybook/blocks": "^8.6.12",
104
+ "@storybook/react": "^8.6.12",
105
+ "@storybook/react-webpack5": "^8.6.12",
106
+ "@storybook/test": "^8.6.12",
105
107
  "@svgr/rollup": "^8.1.0",
106
108
  "@svgr/webpack": "^8.1.0",
107
109
  "@tailwindcss/typography": "^0.5.16",
108
- "@tanstack/react-query": "^5.71.1",
110
+ "@tanstack/react-query": "^5.72.0",
109
111
  "@testing-library/dom": "^10.4.0",
110
112
  "@testing-library/jest-dom": "^6.6.3",
111
- "@testing-library/react": "^16.2.0",
113
+ "@testing-library/react": "^16.3.0",
112
114
  "@testing-library/user-event": "^14.6.1",
113
115
  "@types/jest": "^29.5.14",
114
- "@types/luxon": "^3.4.2",
115
- "@types/react": "^19.0.12",
116
- "@types/react-dom": "^19.0.4",
116
+ "@types/luxon": "^3.6.2",
117
+ "@types/react": "^19.1.0",
118
+ "@types/react-dom": "^19.1.1",
117
119
  "@types/sanitize-html": "^2.15.0",
118
120
  "autoprefixer": "^10.4.21",
119
121
  "cross-env": "^7.0.3",
120
- "eslint": "^9.23.0",
121
- "eslint-import-resolver-typescript": "^4.3.1",
122
+ "eslint": "^9.24.0",
123
+ "eslint-import-resolver-typescript": "^4.3.2",
122
124
  "eslint-plugin-import": "^2.31.0",
123
125
  "eslint-plugin-jsx-a11y": "^6.10.2",
124
- "eslint-plugin-react": "^7.37.4",
126
+ "eslint-plugin-react": "^7.37.5",
125
127
  "eslint-plugin-react-hooks": "^5.2.0",
126
128
  "eslint-plugin-storybook": "^0.12.0",
127
129
  "eslint-plugin-tailwindcss": "^3.18.0",
@@ -138,17 +140,18 @@
138
140
  "react": "^19.1.0",
139
141
  "react-dom": "^19.1.0",
140
142
  "react-hook-form": "^7.55.0",
141
- "rollup": "^4.38.0",
143
+ "rollup": "^4.39.0",
142
144
  "rollup-plugin-peer-deps-external": "^2.2.4",
143
145
  "rollup-plugin-postcss": "^4.0.2",
144
146
  "rollup-plugin-visualizer": "^5.14.0",
145
- "storybook": "^8.6.11",
147
+ "storybook": "^8.6.12",
146
148
  "tailwindcss": "^3.4.17",
147
149
  "ts-jest": "^29.3.1",
148
- "typescript": "^5.8.2",
149
- "typescript-eslint": "^8.29.0",
150
- "viem": "^2.24.2",
151
- "wagmi": "^2.14.15"
150
+ "typescript": "^5.8.3",
151
+ "typescript-eslint": "^8.29.1",
152
+ "vercel": "^41.4.1",
153
+ "viem": "^2.26.0",
154
+ "wagmi": "^2.14.16"
152
155
  },
153
156
  "bugs": {
154
157
  "url": "https://github.com/aragon/gov-ui-kit/issues"
@@ -166,5 +169,5 @@
166
169
  "./build.css": "./build.css",
167
170
  "./tailwind.config": "./tailwind.config.js"
168
171
  },
169
- "packageManager": "yarn@4.7.0"
172
+ "packageManager": "yarn@4.8.1"
170
173
  }