ical-generator 5.0.1 → 5.0.2-develop.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 +15 -12
package/package.json
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"author": "Sebastian Pekarek <mail@sebbo.net>",
|
|
3
|
+
"browser": {
|
|
4
|
+
"fs": false
|
|
5
|
+
},
|
|
3
6
|
"bugs": {
|
|
4
7
|
"url": "http://github.com/sebbo2002/ical-generator/issues"
|
|
5
8
|
},
|
|
@@ -8,24 +11,24 @@
|
|
|
8
11
|
},
|
|
9
12
|
"description": "ical-generator is a small piece of code which generates ical calendar files",
|
|
10
13
|
"devDependencies": {
|
|
11
|
-
"@qiwi/semantic-release-gh-pages-plugin": "^5.2.
|
|
14
|
+
"@qiwi/semantic-release-gh-pages-plugin": "^5.2.8",
|
|
12
15
|
"@semantic-release/changelog": "^6.0.3",
|
|
13
16
|
"@semantic-release/exec": "^6.0.3",
|
|
14
17
|
"@semantic-release/git": "^10.0.1",
|
|
15
|
-
"@semantic-release/npm": "^10.0.
|
|
18
|
+
"@semantic-release/npm": "^10.0.5",
|
|
16
19
|
"@touch4it/ical-timezones": "^1.9.0",
|
|
17
|
-
"@types/luxon": "^3.3.
|
|
20
|
+
"@types/luxon": "^3.3.2",
|
|
18
21
|
"@types/mocha": "^10.0.1",
|
|
19
|
-
"@types/node": "^20.
|
|
20
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
21
|
-
"@typescript-eslint/parser": "^6.
|
|
22
|
+
"@types/node": "^20.5.8",
|
|
23
|
+
"@typescript-eslint/eslint-plugin": "^6.7.0",
|
|
24
|
+
"@typescript-eslint/parser": "^6.7.0",
|
|
22
25
|
"c8": "^8.0.1",
|
|
23
26
|
"dayjs": "^1.11.9",
|
|
24
|
-
"eslint": "^8.
|
|
27
|
+
"eslint": "^8.48.0",
|
|
25
28
|
"eslint-plugin-jsonc": "^2.9.0",
|
|
26
29
|
"esm": "^3.2.25",
|
|
27
30
|
"license-checker": "^25.0.1",
|
|
28
|
-
"luxon": "^3.3
|
|
31
|
+
"luxon": "^3.4.3",
|
|
29
32
|
"mocha": "^10.2.0",
|
|
30
33
|
"mochawesome": "^7.1.3",
|
|
31
34
|
"moment": "^2.29.4",
|
|
@@ -33,13 +36,13 @@
|
|
|
33
36
|
"nyc": "^15.1.0",
|
|
34
37
|
"portfinder": "^1.0.32",
|
|
35
38
|
"rrule": "^2.7.2",
|
|
36
|
-
"semantic-release": "^21.
|
|
39
|
+
"semantic-release": "^21.1.1",
|
|
37
40
|
"semantic-release-license": "^1.0.2",
|
|
38
41
|
"source-map-support": "^0.5.21",
|
|
39
42
|
"ts-node": "^10.9.1",
|
|
40
43
|
"tsup": "^7.2.0",
|
|
41
|
-
"typedoc": "^0.
|
|
42
|
-
"typescript": "^5.
|
|
44
|
+
"typedoc": "^0.25.0",
|
|
45
|
+
"typescript": "^5.2.2"
|
|
43
46
|
},
|
|
44
47
|
"engines": {
|
|
45
48
|
"node": "^16.0.0 || >=18.0.0"
|
|
@@ -128,5 +131,5 @@
|
|
|
128
131
|
"test": "mocha"
|
|
129
132
|
},
|
|
130
133
|
"type": "module",
|
|
131
|
-
"version": "5.0.
|
|
134
|
+
"version": "5.0.2-develop.2"
|
|
132
135
|
}
|