@ctlyst.id/utils 3.0.0-beta.4 → 3.0.0-beta.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 +8 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ctlyst.id/utils",
|
|
3
3
|
"type": "commonjs",
|
|
4
|
-
"version": "3.0.0-beta.
|
|
4
|
+
"version": "3.0.0-beta.6",
|
|
5
5
|
"description": "Utilities library for voila user facing library.",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"main": "dist/index.js",
|
|
@@ -171,13 +171,19 @@
|
|
|
171
171
|
"dependencies": {
|
|
172
172
|
"copy-to-clipboard": "^3.3.3",
|
|
173
173
|
"css-box-model": "^1.2.1",
|
|
174
|
-
"date-fns": "^4.1.0",
|
|
175
174
|
"tslib": "^2.7.0"
|
|
176
175
|
},
|
|
177
176
|
"peerDependencies": {
|
|
177
|
+
"date-fns": "^4.1.0",
|
|
178
178
|
"react": "^18.3.1",
|
|
179
179
|
"react-dom": "^18.3.1"
|
|
180
180
|
},
|
|
181
|
+
"devDependencies": {
|
|
182
|
+
"date-fns": "^4.1.0",
|
|
183
|
+
"rimraf": "^5.0.0",
|
|
184
|
+
"tsup": "^8.0.2",
|
|
185
|
+
"typescript": "^5.4.3"
|
|
186
|
+
},
|
|
181
187
|
"scripts": {
|
|
182
188
|
"build": "tsup",
|
|
183
189
|
"clean": "rimraf dist",
|