Skip to content
This repository was archived by the owner on Apr 9, 2026. It is now read-only.

Commit 741588f

Browse files
committed
⬆️ Update dependencies and support Node v13
1 parent c1ace36 commit 741588f

File tree

3 files changed

+266
-266
lines changed

3 files changed

+266
-266
lines changed

info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ Simply type atom and press space to list all projects. Optionally type a search
239239
<string>terminalApp</string>
240240
</array>
241241
<key>version</key>
242-
<string>3.0.0</string>
242+
<string>3.0.2</string>
243243
<key>webaddress</key>
244244
<string>https://github.com/Cloudstek/alfred-atom</string>
245245
</dict>

package.json

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alfred-atom",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"repository": "Cloudstek/alfred-atom",
55
"author": "Maarten de Boer <maarten@cloudstek.nl> (https://cloudstek.nl)",
66
"license": "BSD-2-Clause",
@@ -21,27 +21,26 @@
2121
"projects"
2222
],
2323
"dependencies": {
24-
"@primer/octicons": "^9.1.1",
25-
"alfred-hugo": "^2.0.0",
24+
"@primer/octicons": "^9.3.1",
25+
"alfred-hugo": "^2.0.3",
2626
"change-case": "^3.1.0",
27-
"color": "^3.0.0",
28-
"cson-parser": "^4.0.2",
29-
"fs-extra": "^8.0.1",
30-
"glob": "^7.1.2",
31-
"moment": "^2.19.4",
32-
"sharp": "^0.22.1",
27+
"color": "^3.1.2",
28+
"cson-parser": "^4.0.3",
29+
"fs-extra": "^8.1.0",
30+
"glob": "^7.1.6",
31+
"moment": "^2.24.0",
32+
"sharp": "^0.23.3",
3333
"untildify": "^4.0.0"
3434
},
3535
"devDependencies": {
3636
"@types/color": "^3.0.0",
37-
"@types/cson-parser": "^4.0.0",
38-
"@types/fs-extra": "^8.0.0",
37+
"@types/fs-extra": "^8.0.1",
3938
"@types/glob": "^7.1.1",
40-
"@types/node": "^12.0.2",
41-
"@types/sharp": "^0.22.2",
42-
"del-cli": "^2.0.0",
43-
"tslint": "^5.18.0",
44-
"typescript": "^3.4.5"
39+
"@types/node": "^12.12.14",
40+
"@types/sharp": "^0.23.0",
41+
"del-cli": "^3.0.0",
42+
"tslint": "^5.20.1",
43+
"typescript": "^3.7.2"
4544
},
4645
"engines": {
4746
"node": ">=8"

0 commit comments

Comments
 (0)