Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Apr 24, 2024
1 parent b71573d commit 53bd529
Show file tree
Hide file tree
Showing 4 changed files with 658 additions and 1,408 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@iconify-json/logos": "^1.1.42",
"@iconify-json/mdi": "^1.1.66",
"unocss": "^0.58.0",
"unocss": "^0.59.4",
"vite-svg-loader": "^5.1.0"
}
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@
"@tresjs/eslint-config": "^1.0.0",
"@tresjs/eslint-config-vue": "^0.2.1",
"@types/three": "^0.163.0",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/ui": "^1.5.0",
"@vue/test-utils": "^2.4.3",
"eslint": "^9.0.0",
"eslint": "^9.1.1",
"eslint-plugin-vue": "^9.25.0",
"esno": "^4.0.0",
"gsap": "^3.12.3",
Expand All @@ -98,18 +98,18 @@
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-visualizer": "^5.11.0",
"three": "^0.163.0",
"unocss": "^0.59.3",
"unocss": "^0.59.4",
"unplugin": "^1.10.1",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.9",
"vite": "^5.2.10",
"vite-plugin-banner": "^0.7.1",
"vite-plugin-dts": "3.8.3",
"vite-plugin-inspect": "^0.8.1",
"vite-plugin-dts": "3.9.0",
"vite-plugin-inspect": "^0.8.4",
"vite-plugin-require-transform": "^1.0.21",
"vite-svg-loader": "^5.1.0",
"vitepress": "1.1.0",
"vitepress": "1.1.3",
"vitest": "^1.5.0",
"vue": "^3.4.22",
"vue": "^3.4.24",
"vue-demi": "^0.14.6"
}
}
8 changes: 4 additions & 4 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"preview": "vite preview"
},
"dependencies": {
"@tresjs/cientos": "3.6.0",
"@tresjs/cientos": "3.8.0",
"@tresjs/core": "workspace:^",
"vue-router": "^4.2.5"
"vue-router": "^4.3.2"
},
"devDependencies": {
"@tresjs/leches": "0.15.0-next.3",
"@tweakpane/plugin-essentials": "^0.2.0",
"unplugin-auto-import": "^0.17.2",
"vite-plugin-glsl": "^1.2.1",
"vite-plugin-qrcode": "^0.2.3",
"vite-plugin-vue-devtools": "1.0.0-rc.6",
"vue-tsc": "^2.0.0"
"vite-plugin-vue-devtools": "7.1.2",
"vue-tsc": "^2.0.14"
}
}
Loading

0 comments on commit 53bd529

Please sign in to comment.