Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Oct 17, 2023
1 parent 4eb0cec commit 20c5e5f
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 22 deletions.
3 changes: 0 additions & 3 deletions examples/three/.vs/ProjectSettings.json

This file was deleted.

6 changes: 0 additions & 6 deletions examples/three/.vs/VSWorkspaceState.json

This file was deleted.

Binary file removed examples/three/.vs/slnx.sqlite
Binary file not shown.
Binary file removed examples/three/.vs/three/v16/.suo
Binary file not shown.
6 changes: 3 additions & 3 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,19 +95,19 @@ declare module "3d-core-raub" {
* does the same thing as `new Image()`. For more info see
* [image-raub](https://github.com/node-3d/image-raub#image-for-nodejs).
*/
Image: typeof Image,
Image: Image,

/**
* This constructor spawns a new platform window **with a web-document like interface**.
* For more info see [glfw-raub](https://github.com/node-3d/glfw-raub#class-document).
*/
Document: typeof Document,
Document: TGlfw['Document'],

/**
* This constructor spawns a new OS window.
* For more info see [glfw-raub](https://github.com/node-3d/glfw-raub#class-window).
*/
Window: typeof Window,
Window: TGlfw['Window'],

/**
* A WebGL context instance. This is **almost** the same as real WebGL stuff.
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"dependencies": {
"addon-tools-raub": "^7.4.0",
"image-raub": "^4.2.0",
"glfw-raub": "^5.3.0",
"webgl-raub": "^4.0.2"
"glfw-raub": "^5.3.1",
"webgl-raub": "^4.0.3"
},
"devDependencies": {
"@types/node": "^20.8.3",
Expand Down

0 comments on commit 20c5e5f

Please sign in to comment.