Skip to content

Commit

Permalink
fix: remove tweakpane essentials import
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Aug 23, 2023
1 parent f0f1f9b commit eeed334
Show file tree
Hide file tree
Showing 4 changed files with 610 additions and 269 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,27 +46,27 @@
},
"peerDependencies": {
"three": ">=0.133",
"vue": ">=3.3",
"tweakpane": ">=4.0.0"
"tweakpane": ">=4.0.0",
"vue": ">=3.3"
},
"devDependencies": {
"@alvarosabu/prettier-config": "^1.3.0",
"@release-it/conventional-changelog": "^7.0.0",
"@tweakpane/core": "^1.1.9",
"@tweakpane/plugin-essentials": "^0.1.8",
"@types/node": "^20.4.5",
"@types/three": "^0.154.0",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@vitejs/plugin-vue": "^4.2.3",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.9.0",
"eslint-plugin-vue": "^9.15.1",
"@tweakpane/core": "^2.0.0",
"@tweakpane/plugin-essentials": "^0.2.0",
"@types/node": "^20.5.3",
"@types/three": "^0.155.1",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"@vitejs/plugin-vue": "^4.3.3",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-vue": "^9.17.0",
"gsap": "^3.12.2",
"kolorist": "^1.8.0",
"pathe": "^1.1.1",
"prettier": "^3.0.0",
"release-it": "^16.1.3",
"prettier": "^3.0.2",
"release-it": "^16.1.5",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-visualizer": "^5.9.2",
"three": "^0.155.0",
Expand All @@ -80,9 +80,9 @@
"vitepress": "1.0.0-beta.6"
},
"dependencies": {
"@tresjs/core": "3.0.1",
"@vueuse/core": "^10.2.1",
"camera-controls": "^2.7.0",
"@tresjs/core": "3.1.0",
"@vueuse/core": "^10.3.0",
"camera-controls": "^2.7.1",
"three-stdlib": "^2.23.13"
}
}

0 comments on commit eeed334

Please sign in to comment.