Skip to content

Commit 7258d1d

Browse files
authored
Update packages-lock.json so that we can recreate the cache (#831)
Because the packages-lock.json had gotten out of sync with the manifest.json, it was being updated by the build, which prevented the PackageCache from being saved
1 parent 27dd92c commit 7258d1d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Packages/packages-lock.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@
5050
"depth": 1,
5151
"source": "registry",
5252
"dependencies": {
53+
"com.unity.scriptablebuildpipeline": "1.21.23",
5354
"com.unity.modules.assetbundle": "1.0.0",
54-
"com.unity.modules.jsonserialize": "1.0.0",
5555
"com.unity.modules.imageconversion": "1.0.0",
56+
"com.unity.modules.jsonserialize": "1.0.0",
5657
"com.unity.modules.unitywebrequest": "1.0.0",
57-
"com.unity.scriptablebuildpipeline": "1.21.23",
5858
"com.unity.modules.unitywebrequestassetbundle": "1.0.0"
5959
},
6060
"url": "https://packages.unity.com"
@@ -273,9 +273,9 @@
273273
"depth": 0,
274274
"source": "registry",
275275
"dependencies": {
276-
"com.unity.modules.audio": "1.0.0",
277276
"com.unity.modules.director": "1.0.0",
278277
"com.unity.modules.animation": "1.0.0",
278+
"com.unity.modules.audio": "1.0.0",
279279
"com.unity.modules.particlesystem": "1.0.0"
280280
},
281281
"url": "https://packages.unity.com"
@@ -389,7 +389,7 @@
389389
"dependencies": {
390390
"org.nuget.google.apis.core": "1.64.0"
391391
},
392-
"url": "https://unitynuget-registry.azurewebsites.net"
392+
"url": "https://package.openupm.com"
393393
},
394394
"org.nuget.google.apis.auth": {
395395
"version": "1.64.0",
@@ -400,7 +400,7 @@
400400
"org.nuget.google.apis": "1.64.0",
401401
"org.nuget.system.management": "7.0.2"
402402
},
403-
"url": "https://unitynuget-registry.azurewebsites.net"
403+
"url": "https://package.openupm.com"
404404
},
405405
"org.nuget.google.apis.core": {
406406
"version": "https://github.com/icosa-mirror/org.nuget.google.apis.core.git#1.64.0-openbrush",
@@ -416,14 +416,14 @@
416416
"depth": 0,
417417
"source": "registry",
418418
"dependencies": {},
419-
"url": "https://unitynuget-registry.azurewebsites.net"
419+
"url": "https://package.openupm.com"
420420
},
421421
"org.nuget.system.codedom": {
422422
"version": "7.0.0",
423423
"depth": 2,
424424
"source": "registry",
425425
"dependencies": {},
426-
"url": "https://unitynuget-registry.azurewebsites.net"
426+
"url": "https://package.openupm.com"
427427
},
428428
"org.nuget.system.management": {
429429
"version": "7.0.2",
@@ -432,7 +432,7 @@
432432
"dependencies": {
433433
"org.nuget.system.codedom": "7.0.0"
434434
},
435-
"url": "https://unitynuget-registry.azurewebsites.net"
435+
"url": "https://package.openupm.com"
436436
},
437437
"tv.superla.radiancehdr": {
438438
"version": "https://github.com/superlatv/RadianceHDRUnity.git#upm",

0 commit comments

Comments
 (0)