Skip to content

Commit

Permalink
Bump webgpu type version
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinyork committed Apr 19, 2024
1 parent adc46a4 commit 2787e7d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 31 deletions.
16 changes: 8 additions & 8 deletions common/config/rush/pnpm-lock.yaml

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

7 changes: 1 addition & 6 deletions libs/backend-webgl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,7 @@
"@zephyr3d/device": "workspace:^0.2.1"
},
"dependencies": {
<<<<<<< HEAD
"@types/node": "^18.13.0",
"@webgpu/types": "^0.1.31"
=======
"@webgpu/types": "^0.1.40",
"@types/node": "^18.13.0"
>>>>>>> develop
"@webgpu/types": "^0.1.40"
}
}
7 changes: 1 addition & 6 deletions libs/backend-webgpu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,7 @@
"@zephyr3d/device": "workspace:^0.2.1"
},
"dependencies": {
<<<<<<< HEAD
"@types/node": "^18.13.0",
"@webgpu/types": "^0.1.31"
=======
"@webgpu/types": "^0.1.40",
"@types/node": "^18.13.0"
>>>>>>> develop
"@webgpu/types": "^0.1.40"
}
}
7 changes: 1 addition & 6 deletions libs/device/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,7 @@
"@zephyr3d/base": "workspace:^0.1.3"
},
"dependencies": {
<<<<<<< HEAD
"@types/node": "^18.13.0",
"@webgpu/types": "^0.1.31"
=======
"@webgpu/types": "^0.1.40",
"@types/node": "^18.13.0"
>>>>>>> develop
"@webgpu/types": "^0.1.40"
}
}
6 changes: 1 addition & 5 deletions libs/imgui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,8 @@
"@zephyr3d/device": "workspace:^0.2.1"
},
"dependencies": {
<<<<<<< HEAD
"@types/emscripten": "^1.39.6",
=======
"@webgpu/types": "^0.1.40",
>>>>>>> develop
"@types/node": "^18.13.0",
"@webgpu/types": "^0.1.31"
"@webgpu/types": "^0.1.40"
}
}

0 comments on commit 2787e7d

Please sign in to comment.