Browse Source

fix: issue after removing playground in tres

alvarosabu 2 years ago
parent
commit
ccfce38c36
3 changed files with 278 additions and 265 deletions
  1. 2 1
      package.json
  2. 2 1
      packages/tres/package.json
  3. 274 263
      pnpm-lock.yaml

+ 2 - 1
package.json

@@ -36,7 +36,8 @@
     "changelog:cientos": "echo 'generate @tresjs/cientos changelog' && conventional-changelog -p angular -i ./packages/cientos/CHANGELOG.md -s  --commit-path ./packages/cientos && git add ./packages/cientos/CHANGELOG.md",
     "lint": "pnpm run lint:tres && pnpm run lint:cientos",
     "lint:tres": "pnpm --filter @tresjs/core lint",
-    "lint:cientos": "pnpm --filter @tresjs/cientos lint"
+    "lint:cientos": "pnpm --filter @tresjs/cientos lint",
+    "clean": "pnpm -r exec rm -rf node_modules"
   },
   "keywords": [
     "vue",

+ 2 - 1
packages/tres/package.json

@@ -46,7 +46,8 @@
   },
   "dependencies": {
     "@vueuse/core": "^9.12.0",
-    "@alvarosabu/utils": "^2.2.0"
+    "@alvarosabu/utils": "^2.2.0",
+    "three": "latest"
   },
   "devDependencies": {
     "@tresjs/cientos": "workspace:^1.6.0",

File diff suppressed because it is too large
+ 274 - 263
pnpm-lock.yaml


Some files were not shown because too many files changed in this diff