Skip to content

Commit

Permalink
Using strict version-id for @types-modules, #35561
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Oct 4, 2017
1 parent f3e9dce commit bdbc992
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions extensions/configuration-editing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@
]
},
"devDependencies": {
"@types/node": "^7.0.4"
"@types/node": "7.0.4"
}
}
}
6 changes: 3 additions & 3 deletions extensions/vscode-api-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
"vscode:prepublish": "node ../../node_modules/gulp/bin/gulp.js --gulpfile ../../build/gulpfile.extensions.js compile-extension:vscode-api-tests ./tsconfig.json"
},
"devDependencies": {
"@types/mocha": "^2.2.38",
"@types/node": "^7.0.4",
"@types/mocha": "2.2.38",
"@types/node": "7.0.4",
"typescript": "^1.6.2",
"vscode": "1.0.1"
}
}
}

0 comments on commit bdbc992

Please sign in to comment.