Browse Source

chore: updated core dependencies

Tino Koch 1 year ago
parent
commit
b0970ebf81
4 changed files with 6 additions and 5 deletions
  1. 2 1
      docs/guide/index.md
  2. 1 1
      docs/package.json
  3. 1 1
      playground/package.json
  4. 2 2
      pnpm-lock.yaml

+ 2 - 1
docs/guide/index.md

@@ -4,7 +4,7 @@
     <FirstScene style="aspect-ratio: 16/9; height: auto; margin: 2rem 0; border-radius: 8px; overflow:hidden;"/>
 </ClientOnly>
 
-This is the documentation for the `v2.0.0` of TresJS. If you are looking for the documentation for the version 1, check [V1 TresJS](https://v1.tresjs.org/).
+This is the documentation for version 3 of TresJS. If you are looking for the documentation for the version 1, check [V1 TresJS](https://v1.tresjs.org/).
 
 ::: code-group
 
@@ -39,6 +39,7 @@ yarn add @types/three -D
 ```bash [pnpm]
 pnpm add @types/three -D
 ```
+
 :::
 
 ## Vite

+ 1 - 1
docs/package.json

@@ -13,6 +13,6 @@
     "vite-svg-loader": "^4.0.0"
   },
   "dependencies": {
-    "@tresjs/core": "workspace:2.4.0-next.10"
+    "@tresjs/core": "workspace:3.0.0"
   }
 }

+ 1 - 1
playground/package.json

@@ -10,7 +10,7 @@
   },
   "dependencies": {
     "@tresjs/cientos": "2.1.4",
-    "@tresjs/core": "workspace:2.4.0-next.10",
+    "@tresjs/core": "workspace:3.0.0",
     "vue-router": "^4.2.4"
   },
   "devDependencies": {

+ 2 - 2
pnpm-lock.yaml

@@ -139,7 +139,7 @@ importers:
   docs:
     dependencies:
       '@tresjs/core':
-        specifier: workspace:2.4.0-next.10
+        specifier: workspace:3.0.0
         version: link:..
     devDependencies:
       unocss:
@@ -155,7 +155,7 @@ importers:
         specifier: 2.1.4
         version: 2.1.4(@tresjs/core@)(three@0.154.0)(vue@3.3.4)
       '@tresjs/core':
-        specifier: workspace:2.4.0-next.10
+        specifier: workspace:3.0.0
         version: link:..
       vue-router:
         specifier: ^4.2.4