Automated: Updated package.json and package-lock.json files for 0.6.2

This commit is contained in:
Soren Hannibal Nielsen 2019-02-06 11:22:00 -08:00
Родитель db766bb6f7
Коммит b82d4d62ed
6 изменённых файлов: 12 добавлений и 12 удалений

6
samples/hello-world/package-lock.json сгенерированный
Просмотреть файл

@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@microsoft/mixed-reality-extension-sdk": {
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/@microsoft/mixed-reality-extension-sdk/-/mixed-reality-extension-sdk-0.6.1.tgz",
"integrity": "sha512-/PRoNEIyqNn0icy+ghGJGm+pS5Ys1PoAhdIlm/L40rPu0j7aUBKvwbui+qSw2O6kYr2JsBmDobKJi/JAxPM35A==",
"version": "0.6.2",
"resolved": "https://registry.npmjs.org/@microsoft/mixed-reality-extension-sdk/-/mixed-reality-extension-sdk-0.6.2.tgz",
"integrity": "sha512-s8MXRXZvUmW+1FCLBoeEWNGW7IbJ19iq3ap+d5sNvwk5X+KGMlcGgtaDgHwDqR+g2wRXg45Q9ua/Uy1htQU5Ig==",
"requires": {
"@types/node": "^10.3.1",
"debug": "^4.1.0",

Просмотреть файл

@ -32,6 +32,6 @@
"typescript": "3.0.3"
},
"dependencies": {
"@microsoft/mixed-reality-extension-sdk": "^0.6.1"
"@microsoft/mixed-reality-extension-sdk": "^0.6.2"
}
}

6
samples/solar-system/package-lock.json сгенерированный
Просмотреть файл

@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@microsoft/mixed-reality-extension-sdk": {
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/@microsoft/mixed-reality-extension-sdk/-/mixed-reality-extension-sdk-0.6.1.tgz",
"integrity": "sha512-/PRoNEIyqNn0icy+ghGJGm+pS5Ys1PoAhdIlm/L40rPu0j7aUBKvwbui+qSw2O6kYr2JsBmDobKJi/JAxPM35A==",
"version": "0.6.2",
"resolved": "https://registry.npmjs.org/@microsoft/mixed-reality-extension-sdk/-/mixed-reality-extension-sdk-0.6.2.tgz",
"integrity": "sha512-s8MXRXZvUmW+1FCLBoeEWNGW7IbJ19iq3ap+d5sNvwk5X+KGMlcGgtaDgHwDqR+g2wRXg45Q9ua/Uy1htQU5Ig==",
"requires": {
"@types/node": "^10.3.1",
"debug": "^4.1.0",

Просмотреть файл

@ -32,6 +32,6 @@
"typescript": "3.0.3"
},
"dependencies": {
"@microsoft/mixed-reality-extension-sdk": "^0.6.1"
"@microsoft/mixed-reality-extension-sdk": "^0.6.2"
}
}

6
samples/tic-tac-toe/package-lock.json сгенерированный
Просмотреть файл

@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@microsoft/mixed-reality-extension-sdk": {
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/@microsoft/mixed-reality-extension-sdk/-/mixed-reality-extension-sdk-0.6.1.tgz",
"integrity": "sha512-/PRoNEIyqNn0icy+ghGJGm+pS5Ys1PoAhdIlm/L40rPu0j7aUBKvwbui+qSw2O6kYr2JsBmDobKJi/JAxPM35A==",
"version": "0.6.2",
"resolved": "https://registry.npmjs.org/@microsoft/mixed-reality-extension-sdk/-/mixed-reality-extension-sdk-0.6.2.tgz",
"integrity": "sha512-s8MXRXZvUmW+1FCLBoeEWNGW7IbJ19iq3ap+d5sNvwk5X+KGMlcGgtaDgHwDqR+g2wRXg45Q9ua/Uy1htQU5Ig==",
"requires": {
"@types/node": "^10.3.1",
"debug": "^4.1.0",

Просмотреть файл

@ -32,6 +32,6 @@
"typescript": "3.0.3"
},
"dependencies": {
"@microsoft/mixed-reality-extension-sdk": "^0.6.1"
"@microsoft/mixed-reality-extension-sdk": "^0.6.2"
}
}