@gravitee/graphene-core 1.2.0-renovate-all-devdependencies-minor-patch.a23d5aa → 1.2.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 +4 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravitee/graphene-core",
|
|
3
|
-
"version": "1.2.0
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Gravitee's Graphene design system: accessible React components, design tokens, icons, and shared ESLint/TypeScript configs. Built on shadcn/ui and Tailwind.",
|
|
6
6
|
"keywords": [
|
|
@@ -81,7 +81,6 @@
|
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
83
83
|
"@fontsource/dm-sans": ">=5.0.0",
|
|
84
|
-
"@gravitee/graphene-core": "1.2.0-renovate-all-devdependencies-minor-patch.a23d5aa",
|
|
85
84
|
"@tanstack/react-table": "^8.0.0",
|
|
86
85
|
"@typescript-eslint/eslint-plugin": ">=5.0.0",
|
|
87
86
|
"@typescript-eslint/parser": ">=5.0.0",
|
|
@@ -121,10 +120,10 @@
|
|
|
121
120
|
},
|
|
122
121
|
"devDependencies": {
|
|
123
122
|
"@hookform/resolvers": "5.2.2",
|
|
124
|
-
"react-hook-form": "7.
|
|
125
|
-
"shadcn": "4.
|
|
123
|
+
"react-hook-form": "7.74.0",
|
|
124
|
+
"shadcn": "4.5.0",
|
|
126
125
|
"vitest": "4.1.5",
|
|
127
|
-
"zod": "4.
|
|
126
|
+
"zod": "4.3.6"
|
|
128
127
|
},
|
|
129
128
|
"publishConfig": {
|
|
130
129
|
"access": "public",
|