Skip to content

Commit d78c69c

Browse files
committed
fix: win codesign on windows 7
Closes #581 #584
1 parent 7e66b68 commit d78c69c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@
8383
"rcedit": "^0.5.1",
8484
"read-package-json": "^2.0.4",
8585
"sanitize-filename": "^1.6.0",
86-
"semver": "^5.2.0",
87-
"signcode-tf": "~0.7.3",
88-
"source-map-support": "^0.4.1",
86+
"semver": "^5.3.0",
87+
"signcode-tf": "~0.7.5",
88+
"source-map-support": "^0.4.2",
8989
"typescript": "2.0.0-dev.20160705",
9090
"update-notifier": "^1.0.2",
9191
"uuid-1345": "^0.99.6",
@@ -104,11 +104,11 @@
104104
},
105105
"devDependencies": {
106106
"@develar/semantic-release": "^6.3.1",
107-
"@types/debug": "0.0.27-alpha",
108-
"@types/mime": "0.0.27-alpha",
109-
"@types/progress": "^1.1.26-alpha",
110-
"@types/semver": "^4.3.25-alpha",
111-
"@types/source-map-support": "^0.2.26-alpha",
107+
"@types/debug": "0.0.28",
108+
"@types/mime": "0.0.28",
109+
"@types/progress": "^1.1.27",
110+
"@types/semver": "^4.3.26",
111+
"@types/source-map-support": "^0.2.27",
112112
"ava-tf": "^0.15.3",
113113
"babel-plugin-array-includes": "^2.0.3",
114114
"babel-plugin-transform-es2015-destructuring": "^6.9.0",

0 commit comments

Comments
 (0)