@accelint/design-system 0.5.0 → 0.5.2
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": "@accelint/design-system",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -46,9 +46,9 @@
|
|
|
46
46
|
"@react-stately/overlays": "3.6.11",
|
|
47
47
|
"@react-stately/utils": "3.10.4",
|
|
48
48
|
"@react-types/shared": "3.25.0",
|
|
49
|
-
"react": "18.
|
|
49
|
+
"react": "^18.0.0",
|
|
50
50
|
"react-aria-components": "1.4.1",
|
|
51
|
-
"react-dom": "18.
|
|
51
|
+
"react-dom": "^18.0.0",
|
|
52
52
|
"react-querybuilder": "7.7.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
@@ -74,8 +74,8 @@
|
|
|
74
74
|
"vite": "5.4.9",
|
|
75
75
|
"vitest": "2.1.3",
|
|
76
76
|
"@accelint/typescript-config": "0.1.2",
|
|
77
|
-
"@accelint/
|
|
78
|
-
"@accelint/
|
|
77
|
+
"@accelint/biome-config": "0.1.2",
|
|
78
|
+
"@accelint/vitest-config": "0.1.3"
|
|
79
79
|
},
|
|
80
80
|
"dependencies": {
|
|
81
81
|
"@vanilla-extract/css": "1.16.0",
|
|
@@ -85,8 +85,8 @@
|
|
|
85
85
|
"type-fest": "4.26.1",
|
|
86
86
|
"typescript": "5.6.3",
|
|
87
87
|
"zod": "3.23.8",
|
|
88
|
-
"@accelint/
|
|
89
|
-
"@accelint/
|
|
88
|
+
"@accelint/converters": "0.2.0",
|
|
89
|
+
"@accelint/core": "0.2.0"
|
|
90
90
|
},
|
|
91
91
|
"$schema": "https://json.schemastore.org/package",
|
|
92
92
|
"author": "https://hypergiant.com",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"build": "rm -rf dist && pnpm tsup --config=tsup.css.config.ts && rm -f dist/index.js && NODE_OPTIONS=--max_old_space_size=8192 pnpm tsup",
|
|
100
100
|
"dev": "pnpm tsc --watch",
|
|
101
101
|
"index": "pnpm zx ../../scripts/indexer.mjs packages/design-system --barrels",
|
|
102
|
-
"lint": "pnpm biome lint
|
|
102
|
+
"lint": "pnpm biome lint",
|
|
103
103
|
"preview": "pnpm ladle serve",
|
|
104
104
|
"test": "pnpm vitest --dir=src"
|
|
105
105
|
}
|