Skip to content

Commit e7ac571

Browse files
committed
Update versions
1 parent fc5252c commit e7ac571

File tree

7 files changed

+31
-19
lines changed

7 files changed

+31
-19
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "threepipe",
3-
"version": "0.0.63",
3+
"version": "0.0.64",
44
"description": "A modern 3D viewer framework built on top of three.js, written in TypeScript, designed to make creating high-quality, modular, and extensible 3D experiences on the web simple and enjoyable.",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

plugins/geometry-generator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@threepipe/plugin-geometry-generator",
33
"description": "Geometry generator plugin to create updatable parametric objects/geometries.",
4-
"version": "0.5.1",
4+
"version": "0.6.0",
55
"devDependencies": {
66
},
77
"dependencies": {
@@ -27,7 +27,7 @@
2727
"replace": {
2828
"dependencies": {},
2929
"peerDependencies": {
30-
"threepipe": "^0.0.59"
30+
"threepipe": "^0.0.64"
3131
}
3232
}
3333
},

plugins/r3f/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@threepipe/plugin-r3f",
33
"description": "R3F wrapper for ThreePipe",
4-
"version": "0.1.4",
4+
"version": "0.1.5",
55
"devDependencies": {
66
},
77
"dependencies": {
@@ -53,7 +53,7 @@
5353
"repository": {
5454
"type": "git",
5555
"url": "git://github.com/repalash/threepipe.git",
56-
"directory": "plugins/plugin-template-vite"
56+
"directory": "plugins/r3f"
5757
},
5858
"clean-package": {
5959
"remove": [

plugins/tweakpane-editor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@threepipe/plugin-tweakpane-editor",
33
"description": "Tweakpane Editor Plugin for ThreePipe",
4-
"version": "0.4.5",
4+
"version": "0.5.0",
55
"devDependencies": {
66
"tippy.js": "^6.3.7",
77
"treejs": "git://github.com/repalash/treejs.git#d303016bb74e75725d13e97291ac1d4727985918"
@@ -30,7 +30,7 @@
3030
"replace": {
3131
"dependencies": {},
3232
"peerDependencies": {
33-
"threepipe": "^0.0.56",
33+
"threepipe": "^0.0.64",
3434
"@threepipe/plugin-tweakpane": "^0.6.6"
3535
}
3636
}

plugins/tweakpane/package-lock.json

Lines changed: 17 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/tweakpane/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "@threepipe/plugin-tweakpane",
33
"description": "Tweakpane UI Plugin for ThreePipe",
4-
"version": "0.7.3",
4+
"version": "0.8.0",
55
"devDependencies": {
66
"tweakpane-image-plugin": "https://pkg.threepipe.org/dep/tweakpane-image-plugin/-/v1.1.404/package.tgz",
7-
"uiconfig-tweakpane": "0.1.0",
7+
"uiconfig-tweakpane": "0.1.1",
88
"ts-browser-helpers": "file:./../../node_modules/ts-browser-helpers",
99
"uiconfig.js": "file:./../../node_modules/uiconfig.js",
10-
"tweakpane": "^3.1.10"
10+
"tweakpane": "^3.1.10",
11+
"@pangenerator/tweakpane-textarea-plugin": "^1.0.4"
1112
},
1213
"dependencies": {
1314
"threepipe": "file:./../../src/"
@@ -77,7 +78,7 @@
7778
"dependencies": {
7879
},
7980
"peerDependencies": {
80-
"threepipe": "^0.0.62",
81+
"threepipe": "^0.0.64",
8182
"uiconfig-tweakpane": "^0.1.0"
8283
}
8384
}

0 commit comments

Comments
 (0)