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 20, 2024
1 parent eb58056 commit 127c13e
Show file tree
Hide file tree
Showing 30 changed files with 174 additions and 174 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"require": "./dist/index.cjs"
},
"dependencies": {
"@luma.gl/constants": "9.1.0-beta.1"
"@luma.gl/constants": "^9.1.0-beta.1"
}
}
8 changes: 4 additions & 4 deletions docs/tutorials/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ Open the file `package.json` (created when we initialized npm), and add the foll
"serve": "vite preview"
},
"dependencies": {
"@luma.gl/engine": "9.1.0-beta.1",
"@luma.gl/webgl": "9.1.0-beta.1",
"@luma.gl/engine": "^9.1.0-beta.1",
"@luma.gl/webgl": "^9.1.0-beta.1",
},
"devDependencies": {
"typescript": "^5.5.0",
Expand All @@ -129,8 +129,8 @@ The full contents of the `package.json` should be the following (dependency vers
"serve": "vite preview"
},
"dependencies": {
"@luma.gl/engine": "9.1.0-beta.1",
"@luma.gl/webgl": "9.1.0-beta.1",
"@luma.gl/engine": "^9.1.0-beta.1",
"@luma.gl/webgl": "^9.1.0-beta.1",
},
"devDependencies": {
"typescript": "^5.5.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/api/animation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"serve": "vite preview"
},
"dependencies": {
"@luma.gl/core": "9.1.0-beta.1",
"@luma.gl/engine": "9.1.0-beta.1",
"@luma.gl/shadertools": "9.1.0-beta.1",
"@luma.gl/webgl": "9.1.0-beta.1",
"@luma.gl/core": "^9.1.0-beta.1",
"@luma.gl/engine": "^9.1.0-beta.1",
"@luma.gl/shadertools": "^9.1.0-beta.1",
"@luma.gl/webgl": "^9.1.0-beta.1",
"@math.gl/core": "^4.1.0"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions examples/api/cubemap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"serve": "vite preview"
},
"dependencies": {
"@luma.gl/constants": "9.1.0-beta.1",
"@luma.gl/core": "9.1.0-beta.1",
"@luma.gl/engine": "9.1.0-beta.1",
"@luma.gl/shadertools": "9.1.0-beta.1",
"@luma.gl/webgl": "9.1.0-beta.1",
"@luma.gl/webgpu": "9.1.0-beta.1",
"@luma.gl/constants": "^9.1.0-beta.1",
"@luma.gl/core": "^9.1.0-beta.1",
"@luma.gl/engine": "^9.1.0-beta.1",
"@luma.gl/shadertools": "^9.1.0-beta.1",
"@luma.gl/webgl": "^9.1.0-beta.1",
"@luma.gl/webgpu": "^9.1.0-beta.1",
"@math.gl/core": "^4.1.0"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions examples/api/texture-3d/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"serve": "vite preview"
},
"dependencies": {
"@luma.gl/core": "9.1.0-beta.1",
"@luma.gl/engine": "9.1.0-beta.1",
"@luma.gl/shadertools": "9.1.0-beta.1",
"@luma.gl/webgl": "9.1.0-beta.1",
"@luma.gl/webgpu": "9.1.0-beta.1",
"@luma.gl/core": "^9.1.0-beta.1",
"@luma.gl/engine": "^9.1.0-beta.1",
"@luma.gl/shadertools": "^9.1.0-beta.1",
"@luma.gl/webgl": "^9.1.0-beta.1",
"@luma.gl/webgpu": "^9.1.0-beta.1",
"@math.gl/core": "^4.1.0"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions examples/showcase/instancing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"serve": "vite preview"
},
"dependencies": {
"@luma.gl/core": "9.1.0-beta.1",
"@luma.gl/engine": "9.1.0-beta.1",
"@luma.gl/shadertools": "9.1.0-beta.1",
"@luma.gl/webgl": "9.1.0-beta.1",
"@luma.gl/webgpu": "9.1.0-beta.1",
"@luma.gl/core": "^9.1.0-beta.1",
"@luma.gl/engine": "^9.1.0-beta.1",
"@luma.gl/shadertools": "^9.1.0-beta.1",
"@luma.gl/webgl": "^9.1.0-beta.1",
"@luma.gl/webgpu": "^9.1.0-beta.1",
"@math.gl/core": "^4.1.0"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions examples/showcase/persistence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"serve": "vite preview"
},
"dependencies": {
"@luma.gl/core": "9.1.0-beta.1",
"@luma.gl/engine": "9.1.0-beta.1",
"@luma.gl/shadertools": "9.1.0-beta.1",
"@luma.gl/webgl": "9.1.0-beta.1",
"@luma.gl/webgpu": "9.1.0-beta.1",
"@luma.gl/core": "^9.1.0-beta.1",
"@luma.gl/engine": "^9.1.0-beta.1",
"@luma.gl/shadertools": "^9.1.0-beta.1",
"@luma.gl/webgl": "^9.1.0-beta.1",
"@luma.gl/webgpu": "^9.1.0-beta.1",
"@math.gl/core": "^4.1.0"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions examples/showcase/postprocessing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"dependencies": {
"@loaders.gl/core": "^4.2.0",
"@loaders.gl/gltf": "^4.2.0",
"@luma.gl/core": "9.1.0-beta.1",
"@luma.gl/engine": "9.1.0-beta.1",
"@luma.gl/gltf": "9.1.0-beta.1",
"@luma.gl/shadertools": "9.1.0-beta.1",
"@luma.gl/webgl": "9.1.0-beta.1",
"@luma.gl/webgpu": "9.1.0-beta.1",
"@luma.gl/core": "^9.1.0-beta.1",
"@luma.gl/engine": "^9.1.0-beta.1",
"@luma.gl/gltf": "^9.1.0-beta.1",
"@luma.gl/shadertools": "^9.1.0-beta.1",
"@luma.gl/webgl": "^9.1.0-beta.1",
"@luma.gl/webgpu": "^9.1.0-beta.1",
"@math.gl/core": "^4.1.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions examples/tutorials/hello-cube/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"serve": "vite preview"
},
"dependencies": {
"@luma.gl/core": "9.1.0-beta.1",
"@luma.gl/engine": "9.1.0-beta.1",
"@luma.gl/shadertools": "9.1.0-beta.1",
"@luma.gl/webgl": "9.1.0-beta.1",
"@luma.gl/core": "^9.1.0-beta.1",
"@luma.gl/engine": "^9.1.0-beta.1",
"@luma.gl/shadertools": "^9.1.0-beta.1",
"@luma.gl/webgl": "^9.1.0-beta.1",
"@math.gl/core": "^4.1.0"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions examples/tutorials/hello-gltf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"dependencies": {
"@loaders.gl/core": "^4.2.0",
"@loaders.gl/gltf": "^4.2.0",
"@luma.gl/core": "9.1.0-beta.1",
"@luma.gl/engine": "9.1.0-beta.1",
"@luma.gl/gltf": "9.1.0-beta.1",
"@luma.gl/shadertools": "9.1.0-beta.1",
"@luma.gl/webgl": "9.1.0-beta.1",
"@luma.gl/webgpu": "9.1.0-beta.1",
"@luma.gl/core": "^9.1.0-beta.1",
"@luma.gl/engine": "^9.1.0-beta.1",
"@luma.gl/gltf": "^9.1.0-beta.1",
"@luma.gl/shadertools": "^9.1.0-beta.1",
"@luma.gl/webgl": "^9.1.0-beta.1",
"@luma.gl/webgpu": "^9.1.0-beta.1",
"@math.gl/core": "^4.1.0"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions examples/tutorials/hello-instanced-cubes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"serve": "vite preview"
},
"dependencies": {
"@luma.gl/core": "9.1.0-beta.1",
"@luma.gl/engine": "9.1.0-beta.1",
"@luma.gl/shadertools": "9.1.0-beta.1",
"@luma.gl/webgl": "9.1.0-beta.1",
"@luma.gl/webgpu": "9.1.0-beta.1",
"@luma.gl/core": "^9.1.0-beta.1",
"@luma.gl/engine": "^9.1.0-beta.1",
"@luma.gl/shadertools": "^9.1.0-beta.1",
"@luma.gl/webgl": "^9.1.0-beta.1",
"@luma.gl/webgpu": "^9.1.0-beta.1",
"@math.gl/core": "^4.1.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions examples/tutorials/hello-instancing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"serve": "vite preview"
},
"dependencies": {
"@luma.gl/core": "9.1.0-beta.1",
"@luma.gl/engine": "9.1.0-beta.1",
"@luma.gl/shadertools": "9.1.0-beta.1",
"@luma.gl/webgl": "9.1.0-beta.1"
"@luma.gl/core": "^9.1.0-beta.1",
"@luma.gl/engine": "^9.1.0-beta.1",
"@luma.gl/shadertools": "^9.1.0-beta.1",
"@luma.gl/webgl": "^9.1.0-beta.1"
},
"devDependencies": {
"typescript": "^5.5.0",
Expand Down
10 changes: 5 additions & 5 deletions examples/tutorials/hello-triangle-geometry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"serve": "vite preview"
},
"dependencies": {
"@luma.gl/core": "9.1.0-beta.1",
"@luma.gl/engine": "9.1.0-beta.1",
"@luma.gl/shadertools": "9.1.0-beta.1",
"@luma.gl/webgl": "9.1.0-beta.1",
"@luma.gl/webgpu": "9.1.0-beta.1"
"@luma.gl/core": "^9.1.0-beta.1",
"@luma.gl/engine": "^9.1.0-beta.1",
"@luma.gl/shadertools": "^9.1.0-beta.1",
"@luma.gl/webgl": "^9.1.0-beta.1",
"@luma.gl/webgpu": "^9.1.0-beta.1"
},
"devDependencies": {
"typescript": "^5.5.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/tutorials/hello-triangle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"serve": "vite preview"
},
"dependencies": {
"@luma.gl/core": "9.1.0-beta.1",
"@luma.gl/engine": "9.1.0-beta.1",
"@luma.gl/shadertools": "9.1.0-beta.1",
"@luma.gl/webgpu": "9.1.0-beta.1",
"@luma.gl/core": "^9.1.0-beta.1",
"@luma.gl/engine": "^9.1.0-beta.1",
"@luma.gl/shadertools": "^9.1.0-beta.1",
"@luma.gl/webgpu": "^9.1.0-beta.1",
"@math.gl/core": "^4.1.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions examples/tutorials/hello-two-cubes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"serve": "vite preview"
},
"dependencies": {
"@luma.gl/core": "9.1.0-beta.1",
"@luma.gl/engine": "9.1.0-beta.1",
"@luma.gl/shadertools": "9.1.0-beta.1",
"@luma.gl/webgpu": "9.1.0-beta.1",
"@luma.gl/core": "^9.1.0-beta.1",
"@luma.gl/engine": "^9.1.0-beta.1",
"@luma.gl/shadertools": "^9.1.0-beta.1",
"@luma.gl/webgpu": "^9.1.0-beta.1",
"@math.gl/core": "^4.1.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions examples/tutorials/lighting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"serve": "vite preview"
},
"dependencies": {
"@luma.gl/core": "9.1.0-beta.1",
"@luma.gl/engine": "9.1.0-beta.1",
"@luma.gl/shadertools": "9.1.0-beta.1",
"@luma.gl/webgl": "9.1.0-beta.1",
"@luma.gl/core": "^9.1.0-beta.1",
"@luma.gl/engine": "^9.1.0-beta.1",
"@luma.gl/shadertools": "^9.1.0-beta.1",
"@luma.gl/webgl": "^9.1.0-beta.1",
"@math.gl/core": "^4.1.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions examples/tutorials/shader-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"serve": "vite preview"
},
"dependencies": {
"@luma.gl/core": "9.1.0-beta.1",
"@luma.gl/engine": "9.1.0-beta.1",
"@luma.gl/shadertools": "9.1.0-beta.1",
"@luma.gl/webgl": "9.1.0-beta.1"
"@luma.gl/core": "^9.1.0-beta.1",
"@luma.gl/engine": "^9.1.0-beta.1",
"@luma.gl/shadertools": "^9.1.0-beta.1",
"@luma.gl/webgl": "^9.1.0-beta.1"
},
"devDependencies": {
"typescript": "^5.5.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/tutorials/shader-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"serve": "vite preview"
},
"dependencies": {
"@luma.gl/core": "9.1.0-beta.1",
"@luma.gl/engine": "9.1.0-beta.1",
"@luma.gl/shadertools": "9.1.0-beta.1",
"@luma.gl/webgl": "9.1.0-beta.1"
"@luma.gl/core": "^9.1.0-beta.1",
"@luma.gl/engine": "^9.1.0-beta.1",
"@luma.gl/shadertools": "^9.1.0-beta.1",
"@luma.gl/webgl": "^9.1.0-beta.1"
},
"devDependencies": {
"typescript": "^5.5.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/tutorials/transform-feedback/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"serve": "vite preview"
},
"dependencies": {
"@luma.gl/core": "9.1.0-beta.1",
"@luma.gl/engine": "9.1.0-beta.1",
"@luma.gl/webgl": "9.1.0-beta.1",
"@luma.gl/webgpu": "9.1.0-beta.1"
"@luma.gl/core": "^9.1.0-beta.1",
"@luma.gl/engine": "^9.1.0-beta.1",
"@luma.gl/webgl": "^9.1.0-beta.1",
"@luma.gl/webgpu": "^9.1.0-beta.1"
},
"devDependencies": {
"typescript": "^5.1.6",
Expand Down
6 changes: 3 additions & 3 deletions examples/tutorials/transform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"serve": "vite preview"
},
"dependencies": {
"@luma.gl/engine": "9.1.0-beta.1",
"@luma.gl/shadertools": "9.1.0-beta.1",
"@luma.gl/webgl": "9.1.0-beta.1",
"@luma.gl/engine": "^9.1.0-beta.1",
"@luma.gl/shadertools": "^9.1.0-beta.1",
"@luma.gl/webgl": "^9.1.0-beta.1",
"@probe.gl/log": "^4.0.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion modules/effects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"prepublishOnly": "npm run build-minified-bundle && npm run build-dev-bundle"
},
"peerDependencies": {
"@luma.gl/shadertools": "9.1.0-beta.1"
"@luma.gl/shadertools": "^9.1.0-beta.1"
},
"dependencies": {
"@math.gl/core": "^4.1.0",
Expand Down
4 changes: 2 additions & 2 deletions modules/engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"prepublishOnly": "npm run build-minified-bundle && npm run build-dev-bundle"
},
"peerDependencies": {
"@luma.gl/core": "9.1.0-beta.1",
"@luma.gl/shadertools": "9.1.0-beta.1"
"@luma.gl/core": "^9.1.0-beta.1",
"@luma.gl/shadertools": "^9.1.0-beta.1"
},
"dependencies": {
"@math.gl/core": "^4.1.0",
Expand Down
6 changes: 3 additions & 3 deletions modules/gltf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"prepublishOnly": "npm run build-minified-bundle && npm run build-dev-bundle"
},
"peerDependencies": {
"@luma.gl/core": "9.1.0-beta.1",
"@luma.gl/engine": "9.1.0-beta.1",
"@luma.gl/shadertools": "9.1.0-beta.1"
"@luma.gl/core": "^9.1.0-beta.1",
"@luma.gl/engine": "^9.1.0-beta.1",
"@luma.gl/shadertools": "^9.1.0-beta.1"
},
"dependencies": {
"@loaders.gl/core": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/shadertools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"prepublishOnly": "npm run build-minified-bundle && npm run build-dev-bundle"
},
"peerDependencies": {
"@luma.gl/core": "9.1.0-beta.1"
"@luma.gl/core": "^9.1.0-beta.1"
},
"dependencies": {
"@math.gl/core": "^4.1.0",
Expand Down
10 changes: 5 additions & 5 deletions modules/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"pre-build": "echo test utils has no bundle"
},
"peerDependencies": {
"@luma.gl/core": "9.1.0-beta.1",
"@luma.gl/engine": "9.1.0-beta.1",
"@luma.gl/shadertools": "9.1.0-beta.1",
"@luma.gl/webgl": "9.1.0-beta.1",
"@luma.gl/webgpu": "9.1.0-beta.1"
"@luma.gl/core": "^9.1.0-beta.1",
"@luma.gl/engine": "^9.1.0-beta.1",
"@luma.gl/shadertools": "^9.1.0-beta.1",
"@luma.gl/webgl": "^9.1.0-beta.1",
"@luma.gl/webgpu": "^9.1.0-beta.1"
},
"dependencies": {
"@probe.gl/env": "^4.0.8",
Expand Down
4 changes: 2 additions & 2 deletions modules/webgl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"prepublishOnly": "npm run build-minified-bundle && npm run build-dev-bundle"
},
"peerDependencies": {
"@luma.gl/core": "9.1.0-beta.1"
"@luma.gl/core": "^9.1.0-alpha.1"
},
"dependencies": {
"@luma.gl/constants": "9.1.0-beta.3",
"@luma.gl/constants": "^9.1.0-alpha.1",
"@math.gl/types": "^4.1.0",
"@probe.gl/env": "^4.0.8"
},
Expand Down
Loading

0 comments on commit 127c13e

Please sign in to comment.