Skip to content

Commit

Permalink
Make dependency URL capitalization consistent
Browse files Browse the repository at this point in the history
npm throws errors if the capitalization between a dependency listed here and a dependency listed in an addon is different, so this makes sure there are no dependency conflicts.
  • Loading branch information
Exairnous committed Nov 15, 2024
1 parent b0c1a7a commit 7a99b6f
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 65 deletions.
64 changes: 32 additions & 32 deletions admin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"dependencies": {
"@iarna/toml": "^2.2.3",
"@mozilla/lilypad-ui": "^1.8.2",
"aframe": "github:hubs-foundation/aframe#hubs/master",
"bitecs": "github:hubs-foundation/bitECS#hubs-patches",
"aframe": "github:Hubs-Foundation/aframe#hubs/master",
"bitecs": "github:Hubs-Foundation/bitECS#hubs-patches",
"classnames": "^2.2.5",
"hubs": "file:..",
"react": "^16.1.1",
"react-admin": "^2.6.3",
"react-dom": "^16.1.1",
"react-intl": "^2.4.0",
"three": "github:hubs-foundation/three.js#hubs-patches-141"
"three": "github:Hubs-Foundation/three.js#hubs-patches-141"
},
"devDependencies": {
"@babel/core": "^7.18.9",
Expand Down
40 changes: 20 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@
"@mozilla/lilypad-ui": "1.8.6",
"@mozillareality/easing-functions": "^0.1.1",
"@popperjs/core": "^2.4.4",
"aframe": "github:hubs-foundation/aframe#hubs/master",
"aframe": "github:Hubs-Foundation/aframe#hubs/master",
"ammo-debug-drawer": "github:infinitelee/ammo-debug-drawer",
"ammo.js": "github:hubs-foundation/ammo.js#hubs/master",
"animejs": "github:hubs-foundation/anime#hubs/master",
"bitecs": "github:hubs-foundation/bitECS#hubs-patches",
"ammo.js": "github:Hubs-Foundation/ammo.js#hubs/master",
"animejs": "github:Hubs-Foundation/anime#hubs/master",
"bitecs": "github:Hubs-Foundation/bitECS#hubs-patches",
"buffered-interpolation": "github:Infinitelee/buffered-interpolation",
"classnames": "^2.2.5",
"color": "^3.1.2",
Expand All @@ -109,12 +109,12 @@
"js-cookie": "^2.2.0",
"jsonschema": "^1.2.2",
"jwt-decode": "^2.2.0",
"lib-hubs": "github:hubs-foundation/lib-hubs#master",
"lib-hubs": "github:Hubs-Foundation/lib-hubs#master",
"linkify-it": "^2.0.3",
"markdown-it": "^12.3.2",
"moving-average": "^1.0.0",
"networked-aframe": "github:hubs-foundation/networked-aframe#6093c3a0b2867a9e141cd5c19f7d13dfa7c38479",
"nipplejs": "github:hubs-foundation/nipplejs#mr-social-client/master",
"networked-aframe": "github:Hubs-Foundation/networked-aframe#6093c3a0b2867a9e141cd5c19f7d13dfa7c38479",
"nipplejs": "github:Hubs-Foundation/nipplejs#mr-social-client/master",
"node-ensure": "0.0.0",
"normalize.css": "^8.0.1",
"pdfjs-dist": "^2.14.305",
Expand All @@ -139,8 +139,8 @@
"sdp-transform": "^2.14.1",
"semver": "^7.3.2",
"stream-browserify": "^3.0.0",
"three": "github:hubs-foundation/three.js#65b5105908f5f135cad25fed07e25f15f3876777",
"three-ammo": "github:hubs-foundation/three-ammo",
"three": "github:Hubs-Foundation/three.js#65b5105908f5f135cad25fed07e25f15f3876777",
"three-ammo": "github:Hubs-Foundation/three-ammo",
"three-gltf-extensions": "^0.0.14",
"three-mesh-bvh": "^0.3.7",
"three-pathfinding": "^1.1.0",
Expand Down Expand Up @@ -219,7 +219,7 @@
"sass-loader": "^13.0.2",
"selfsigned": "^2.0.1",
"shelljs": "^0.8.5",
"spritesheet-js": "github:hubs-foundation/spritesheet.js#hubs/master",
"spritesheet-js": "github:Hubs-Foundation/spritesheet.js#hubs/master",
"storybook": "^7.0.20",
"style-loader": "^3.3.1",
"stylelint": "^14.9.1",
Expand Down

0 comments on commit 7a99b6f

Please sign in to comment.