|
@@ -1,7 +1,7 @@
|
|
|
{
|
|
|
"name": "@tresjs/cientos",
|
|
|
"description": "Collection of useful helpers and fully functional, ready-made abstractions for Tres",
|
|
|
- "version": "1.2.1",
|
|
|
+ "version": "1.2.2",
|
|
|
"type": "module",
|
|
|
"author": "Alvaro Saburido <hola@alvarosaburido.dev> (https://github.com/alvarosabu/)",
|
|
|
"files": [
|
|
@@ -36,7 +36,7 @@
|
|
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue"
|
|
|
},
|
|
|
"peerDependencies": {
|
|
|
- "@tresjs/core": "workspace:^1.3.1",
|
|
|
+ "@tresjs/core": "workspace:^1.3.2",
|
|
|
"three": "latest",
|
|
|
"vue": "^3.2.45"
|
|
|
},
|
|
@@ -54,7 +54,7 @@
|
|
|
"vite-plugin-dts": "^1.7.1"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
- "@tresjs/core": "workspace:^1.2.1",
|
|
|
+ "@tresjs/core": "workspace:^1.3.2",
|
|
|
"three-stdlib": "^2.20.5"
|
|
|
}
|
|
|
}
|