Update solarxr dep

This commit is contained in:
lucas lelievre
2022-07-30 08:56:00 +02:00
parent d878789fcf
commit 612d99ae70
2 changed files with 13 additions and 8 deletions

18
package-lock.json generated
View File

@@ -58,7 +58,7 @@
"resolve-url-loader": "^4.0.0",
"sass-loader": "^12.3.0",
"semver": "^7.3.5",
"solarxr-protocol": "file:../SlimeVR-Server/solarxr-protocol",
"solarxr-protocol": "github:SlimeVR/SolarXR-Protocol",
"source-map-loader": "^3.0.0",
"style-loader": "^3.3.1",
"tailwindcss": "^3.0.2",
@@ -105,6 +105,7 @@
},
"../SlimeVR-Server/solarxr-protocol": {
"version": "1.0.0",
"extraneous": true,
"license": "ISC",
"dependencies": {
"flatbuffers": "^2.0.6"
@@ -14778,8 +14779,12 @@
}
},
"node_modules/solarxr-protocol": {
"resolved": "../SlimeVR-Server/solarxr-protocol",
"link": true
"version": "1.0.0",
"resolved": "git+ssh://git@github.com/SlimeVR/SolarXR-Protocol.git#d726aed10154539717e9179323babdf55fbf3a16",
"license": "ISC",
"dependencies": {
"flatbuffers": "^2.0.6"
}
},
"node_modules/source-list-map": {
"version": "2.0.1",
@@ -25330,11 +25335,10 @@
}
},
"solarxr-protocol": {
"version": "file:../SlimeVR-Server/solarxr-protocol",
"version": "git+ssh://git@github.com/SlimeVR/SolarXR-Protocol.git#d726aed10154539717e9179323babdf55fbf3a16",
"from": "solarxr-protocol@github:SlimeVR/SolarXR-Protocol",
"requires": {
"@mgit-at/typescript-flatbuffers-codegen": "^0.1.3",
"flatbuffers": "^2.0.6",
"typescript": "^4.6.3"
"flatbuffers": "^2.0.6"
}
},
"source-list-map": {

View File

@@ -53,7 +53,7 @@
"resolve-url-loader": "^4.0.0",
"sass-loader": "^12.3.0",
"semver": "^7.3.5",
"solarxr-protocol": "file:../SlimeVR-Server/solarxr-protocol",
"solarxr-protocol": "github:SlimeVR/SolarXR-Protocol",
"source-map-loader": "^3.0.0",
"style-loader": "^3.3.1",
"tailwindcss": "^3.0.2",
@@ -69,6 +69,7 @@
"start": "cross-env BROWSER=none node scripts/start.js",
"build": "node scripts/build.js",
"test": "node scripts/test.js",
"dev": "tauri dev",
"tauri": "tauri",
"lint": "eslint src/**/*.{js,jsx,ts,tsx,json}",
"lint:fix": "eslint --fix src/**/*.{js,jsx,ts,tsx,json}",