@raystack/apsara 0.18.5 → 0.18.6
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 +24 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@raystack/apsara",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.6",
|
|
4
4
|
"types": "dist/index.d.ts",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"engines": {
|
|
@@ -31,31 +31,12 @@
|
|
|
31
31
|
"author": "",
|
|
32
32
|
"license": "ISC",
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@radix-ui/react-avatar": "^1.0.3",
|
|
35
|
-
"@radix-ui/react-checkbox": "^1.0.4",
|
|
36
|
-
"@radix-ui/react-dialog": "^1.0.4",
|
|
37
|
-
"@radix-ui/react-dropdown-menu": "^2.0.5",
|
|
38
|
-
"@radix-ui/react-icons": "^1.3.0",
|
|
39
|
-
"@radix-ui/react-popover": "^1.0.6",
|
|
40
|
-
"@radix-ui/react-radio-group": "^1.1.3",
|
|
41
|
-
"@radix-ui/react-scroll-area": "^1.1.0",
|
|
42
|
-
"@radix-ui/react-select": "^2.1.1",
|
|
43
|
-
"@radix-ui/react-separator": "^1.0.3",
|
|
44
|
-
"@radix-ui/react-slot": "^1.0.2",
|
|
45
|
-
"@radix-ui/react-switch": "^1.0.3",
|
|
46
|
-
"@radix-ui/react-tabs": "^1.0.4",
|
|
47
34
|
"@rollup/plugin-commonjs": "^25.0.2",
|
|
48
35
|
"@rollup/plugin-image": "^3.0.2",
|
|
49
36
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
50
37
|
"@rollup/plugin-typescript": "^11.1.1",
|
|
51
|
-
"@tanstack/match-sorter-utils": "^8.8.4",
|
|
52
|
-
"@tanstack/react-table": "^8.9.2",
|
|
53
|
-
"@tanstack/table-core": "^8.9.2",
|
|
54
38
|
"@types/react": "^18.2.12",
|
|
55
39
|
"@types/react-select": "^5.0.1",
|
|
56
|
-
"class-variance-authority": "^0.6.0",
|
|
57
|
-
"cmdk": "^0.2.0",
|
|
58
|
-
"dayjs": "^1.11.11",
|
|
59
40
|
"eslint-config-custom": "workspace:*",
|
|
60
41
|
"np": "^8.0.4",
|
|
61
42
|
"npm": "^9.7.1",
|
|
@@ -63,13 +44,12 @@
|
|
|
63
44
|
"postcss": "^8.4.24",
|
|
64
45
|
"postcss-modules": "^6.0.0",
|
|
65
46
|
"react": "^18.2.0",
|
|
66
|
-
"react-select": "^5.7.7",
|
|
67
47
|
"rollup": "^3.25.1",
|
|
68
48
|
"rollup-plugin-postcss": "^4.0.2",
|
|
69
49
|
"semver": "^7.6.0",
|
|
70
50
|
"tsconfig": "workspace:*",
|
|
71
51
|
"typescript": "~5.4.3",
|
|
72
|
-
"
|
|
52
|
+
"release-it": "^16.2.1"
|
|
73
53
|
},
|
|
74
54
|
"dependencies": {
|
|
75
55
|
"@radix-ui/react-accordion": "^1.1.2",
|
|
@@ -77,7 +57,27 @@
|
|
|
77
57
|
"@radix-ui/react-tooltip": "^1.0.7",
|
|
78
58
|
"react-day-picker": "^9.0.4",
|
|
79
59
|
"react-loading-skeleton": "^3.4.0",
|
|
80
|
-
"
|
|
81
|
-
"
|
|
60
|
+
"sonner": "^1.5.0",
|
|
61
|
+
"@radix-ui/react-avatar": "^1.0.3",
|
|
62
|
+
"@radix-ui/react-checkbox": "^1.0.4",
|
|
63
|
+
"@radix-ui/react-dialog": "^1.0.4",
|
|
64
|
+
"@radix-ui/react-dropdown-menu": "^2.0.5",
|
|
65
|
+
"@radix-ui/react-icons": "^1.3.0",
|
|
66
|
+
"@radix-ui/react-popover": "^1.0.6",
|
|
67
|
+
"@radix-ui/react-radio-group": "^1.1.3",
|
|
68
|
+
"@radix-ui/react-scroll-area": "^1.1.0",
|
|
69
|
+
"@radix-ui/react-select": "^2.1.1",
|
|
70
|
+
"@radix-ui/react-separator": "^1.0.3",
|
|
71
|
+
"@radix-ui/react-slot": "^1.0.2",
|
|
72
|
+
"@radix-ui/react-switch": "^1.0.3",
|
|
73
|
+
"@radix-ui/react-tabs": "^1.0.4",
|
|
74
|
+
"usehooks-ts": "^2.9.1",
|
|
75
|
+
"class-variance-authority": "^0.6.0",
|
|
76
|
+
"cmdk": "^0.2.0",
|
|
77
|
+
"dayjs": "^1.11.11",
|
|
78
|
+
"@tanstack/match-sorter-utils": "^8.8.4",
|
|
79
|
+
"@tanstack/react-table": "^8.9.2",
|
|
80
|
+
"@tanstack/table-core": "^8.9.2",
|
|
81
|
+
"react-select": "^5.7.7"
|
|
82
82
|
}
|
|
83
83
|
}
|