Skip to content

Commit b502ba3

Browse files
v0.2.0
1 parent 0379c81 commit b502ba3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fourwastaken",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Minimal three.js alternative.",
55
"keywords": [
66
"3d",
@@ -25,12 +25,12 @@
2525
"exports": "./dist/index.js",
2626
"sideEffects": false,
2727
"devDependencies": {
28-
"@types/node": "^18.15.3",
29-
"typescript": "^5.0.2",
30-
"vite": "^4.2.1"
28+
"@types/node": "^20.4.2",
29+
"typescript": "^5.1.6",
30+
"vite": "^4.4.3"
3131
},
3232
"dependencies": {
33-
"@webgpu/types": "^0.1.30"
33+
"@webgpu/types": "^0.1.34"
3434
},
3535
"scripts": {
3636
"dev": "vite",

0 commit comments

Comments
 (0)