Skip to content

Commit

Permalink
chore: Use caret for luma dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen committed Sep 19, 2024
1 parent eb58056 commit 39d88f5
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 18 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "9.1.0-beta.3",
"version": "^9.1.0-beta.3",
"npmClient": "yarn",
"exact": true,
"packages": [
Expand Down
2 changes: 1 addition & 1 deletion modules/constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/constants",
"version": "9.1.0-beta.3",
"version": "^9.1.0-beta.3",
"description": "WebGL2 constants",
"type": "module",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion modules/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/core",
"version": "9.1.0-beta.3",
"version": "^9.1.0-beta.3",
"description": "The luma.gl core Device API",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion modules/effects/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/effects",
"version": "9.1.0-beta.3",
"version": "^9.1.0-beta.3",
"description": "Post-processing effects for luma.gl",
"type": "module",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion modules/engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/engine",
"version": "9.1.0-beta.3",
"version": "^9.1.0-beta.3",
"description": "3D Engine Components for luma.gl",
"type": "module",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion modules/gltf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/gltf",
"version": "9.1.0-beta.3",
"version": "^9.1.0-beta.3",
"description": "glTF support for luma.gl",
"type": "module",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion modules/shadertools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/shadertools",
"version": "9.1.0-beta.3",
"version": "^9.1.0-beta.3",
"description": "Shader module system for luma.gl",
"type": "module",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion modules/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/test-utils",
"version": "9.1.0-beta.3",
"version": "^9.1.0-beta.3",
"description": "Automated WebGL testing utilities with Puppeteer and image diffing",
"type": "module",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions modules/webgl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/webgl",
"version": "9.1.0-beta.3",
"version": "^9.1.0-beta.3",
"description": "WebGL2 adapter for the luma.gl core API",
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@luma.gl/core": "9.1.0-beta.1"
},
"dependencies": {
"@luma.gl/constants": "9.1.0-beta.3",
"@luma.gl/constants": "^9.1.0-beta.3",
"@math.gl/types": "^4.1.0",
"@probe.gl/env": "^4.0.8"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/webgpu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/webgpu",
"version": "9.1.0-beta.3",
"version": "^9.1.0-beta.3",
"description": "WebGPU adapter for the luma.gl core API",
"type": "module",
"license": "MIT",
Expand Down
21 changes: 14 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -986,19 +986,26 @@ __metadata:
languageName: node
linkType: hard

"@luma.gl/constants@npm:9.1.0-beta.3, @luma.gl/constants@workspace:modules/constants":
version: 0.0.0-use.local
resolution: "@luma.gl/constants@workspace:modules/constants"
languageName: unknown
linkType: soft

"@luma.gl/constants@npm:^9.0.0":
version: 9.0.25
resolution: "@luma.gl/constants@npm:9.0.25"
checksum: 10c0/8715ba786e1a0b94e1650fa90a2121029587756cb6eb7a9bf3c65f8ecd9d25a54473a209e715bdf0dda707e0faa8607fafcc959321d98f0261e17349e0daf59e
languageName: node
linkType: hard

"@luma.gl/constants@npm:^9.1.0-beta.3":
version: 9.1.0-beta.3
resolution: "@luma.gl/constants@npm:9.1.0-beta.3"
checksum: 10c0/b118ac0519396b7d9cf851b699f9baa542b05305288bde5229ed6ca64fb3826c7a08de680d466bb2b4675bb1576f836367e3124a017a2a101ce2d35554e24ec9
languageName: node
linkType: hard

"@luma.gl/constants@workspace:modules/constants":
version: 0.0.0-use.local
resolution: "@luma.gl/constants@workspace:modules/constants"
languageName: unknown
linkType: soft

"@luma.gl/core@workspace:modules/core":
version: 0.0.0-use.local
resolution: "@luma.gl/core@workspace:modules/core"
Expand Down Expand Up @@ -1082,7 +1089,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@luma.gl/webgl@workspace:modules/webgl"
dependencies:
"@luma.gl/constants": "npm:9.1.0-beta.3"
"@luma.gl/constants": "npm:^9.1.0-beta.3"
"@math.gl/types": "npm:^4.1.0"
"@probe.gl/env": "npm:^4.0.8"
peerDependencies:
Expand Down

0 comments on commit 39d88f5

Please sign in to comment.