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

This commit is contained in:
Soren Hannibal Nielsen 2019-02-07 14:35:22 -08:00
Родитель b82d4d62ed
Коммит 84717ca3a4
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.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==",
"version": "0.6.3",
"resolved": "https://registry.npmjs.org/@microsoft/mixed-reality-extension-sdk/-/mixed-reality-extension-sdk-0.6.3.tgz",
"integrity": "sha512-LA7fKt9bBFfevxOmZuLgN3tiiWKL4WZJZNLVDlWD6uE7Y0P5W5PcT4GkjYVt0A18kH+N9Q+7QVTQXuGGiqVM9w==",
"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.2"
"@microsoft/mixed-reality-extension-sdk": "^0.6.3"
}
}

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

@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@microsoft/mixed-reality-extension-sdk": {
"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==",
"version": "0.6.3",
"resolved": "https://registry.npmjs.org/@microsoft/mixed-reality-extension-sdk/-/mixed-reality-extension-sdk-0.6.3.tgz",
"integrity": "sha512-LA7fKt9bBFfevxOmZuLgN3tiiWKL4WZJZNLVDlWD6uE7Y0P5W5PcT4GkjYVt0A18kH+N9Q+7QVTQXuGGiqVM9w==",
"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.2"
"@microsoft/mixed-reality-extension-sdk": "^0.6.3"
}
}

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

@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@microsoft/mixed-reality-extension-sdk": {
"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==",
"version": "0.6.3",
"resolved": "https://registry.npmjs.org/@microsoft/mixed-reality-extension-sdk/-/mixed-reality-extension-sdk-0.6.3.tgz",
"integrity": "sha512-LA7fKt9bBFfevxOmZuLgN3tiiWKL4WZJZNLVDlWD6uE7Y0P5W5PcT4GkjYVt0A18kH+N9Q+7QVTQXuGGiqVM9w==",
"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.2"
"@microsoft/mixed-reality-extension-sdk": "^0.6.3"
}
}