@licklist/design 0.69.6-dev.1 → 0.69.7-dev.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 +2 -1
- package/yarn.lock +8 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@licklist/design",
|
|
3
|
-
"version": "0.69.
|
|
3
|
+
"version": "0.69.7-dev.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+ssh://git@bitbucket.org/artelogicsoft/licklist_design.git"
|
|
@@ -95,6 +95,7 @@
|
|
|
95
95
|
"bootstrap": "4.6.0",
|
|
96
96
|
"bootstrap-social": "5.1.1",
|
|
97
97
|
"clsx": "1.1.1",
|
|
98
|
+
"date-fns": "2.29.3",
|
|
98
99
|
"emojibase": "6.1.0",
|
|
99
100
|
"emojibase-data": "7.0.1",
|
|
100
101
|
"emojibase-regex": "6.0.1",
|
package/yarn.lock
CHANGED
|
@@ -2557,6 +2557,7 @@ __metadata:
|
|
|
2557
2557
|
clsx: "npm:1.1.1"
|
|
2558
2558
|
css-loader: "npm:5.1.1"
|
|
2559
2559
|
cssnano: "npm:7.0.6"
|
|
2560
|
+
date-fns: "npm:2.29.3"
|
|
2560
2561
|
emojibase: "npm:6.1.0"
|
|
2561
2562
|
emojibase-data: "npm:7.0.1"
|
|
2562
2563
|
emojibase-regex: "npm:6.0.1"
|
|
@@ -9237,6 +9238,13 @@ __metadata:
|
|
|
9237
9238
|
languageName: node
|
|
9238
9239
|
linkType: hard
|
|
9239
9240
|
|
|
9241
|
+
"date-fns@npm:2.29.3":
|
|
9242
|
+
version: 2.29.3
|
|
9243
|
+
resolution: "date-fns@npm:2.29.3"
|
|
9244
|
+
checksum: 10c0/aa9128c876ef69a05988029d6aa3d7e5c47a1e978f18b77b48126683d1a2e6605a16c3f5293ca9f4ca790d0755b5061fcea5b469f097871cd53f6590a5c1adc4
|
|
9245
|
+
languageName: node
|
|
9246
|
+
linkType: hard
|
|
9247
|
+
|
|
9240
9248
|
"date-fns@npm:^2.16.1":
|
|
9241
9249
|
version: 2.30.0
|
|
9242
9250
|
resolution: "date-fns@npm:2.30.0"
|