@fr0st/datetime 5.1.3 → 5.1.5
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 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fr0st/datetime",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.5",
|
|
4
4
|
"description": "FrostDateTime is a free, open-source date manipulation library for JavaScript.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"date",
|
|
@@ -42,10 +42,10 @@
|
|
|
42
42
|
"license": "MIT",
|
|
43
43
|
"private": false,
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"eslint": "^8.
|
|
45
|
+
"eslint": "^8.56.0",
|
|
46
46
|
"eslint-config-google": "^0.14.0",
|
|
47
47
|
"mocha": "^10.2.0",
|
|
48
|
-
"rollup": "^
|
|
49
|
-
"terser": "^5.
|
|
48
|
+
"rollup": "^4.9.1",
|
|
49
|
+
"terser": "^5.26.0"
|
|
50
50
|
}
|
|
51
51
|
}
|