0.4.0-dev.5
This commit is contained in:
parent
5d315b8128
commit
efad07011a
7 changed files with 13 additions and 13 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "theatre-monorepo",
|
"name": "theatre-monorepo",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"version": "0.4.0-dev.4",
|
"version": "0.4.0-dev.5",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"packages/*",
|
"packages/*",
|
||||||
"theatre"
|
"theatre"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@theatre/dataverse-react",
|
"name": "@theatre/dataverse-react",
|
||||||
"version": "0.4.0-dev.4",
|
"version": "0.4.0-dev.5",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Aria Minaei",
|
"name": "Aria Minaei",
|
||||||
|
@ -54,4 +54,4 @@
|
||||||
"raect-dom": "17.0.2",
|
"raect-dom": "17.0.2",
|
||||||
"react": "17.0.2"
|
"react": "17.0.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@theatre/dataverse",
|
"name": "@theatre/dataverse",
|
||||||
"version": "0.4.0-dev.4",
|
"version": "0.4.0-dev.5",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Aria Minaei",
|
"name": "Aria Minaei",
|
||||||
|
@ -46,4 +46,4 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"lodash-es": "^4.17.21"
|
"lodash-es": "^4.17.21"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@theatre/plugin-r3f",
|
"name": "@theatre/plugin-r3f",
|
||||||
"version": "0.4.0-dev.4",
|
"version": "0.4.0-dev.5",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
|
@ -56,4 +56,4 @@
|
||||||
"three": "^0.130.1",
|
"three": "^0.130.1",
|
||||||
"zustand": "^3.5.1"
|
"zustand": "^3.5.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@theatre/core",
|
"name": "@theatre/core",
|
||||||
"version": "0.4.0-dev.4",
|
"version": "0.4.0-dev.5",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"description": "Motion design editor for the web",
|
"description": "Motion design editor for the web",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -42,4 +42,4 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@theatre/dataverse": "workspace:*"
|
"@theatre/dataverse": "workspace:*"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "theatre",
|
"name": "theatre",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.4.0-dev.4",
|
"version": "0.4.0-dev.5",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"./shared",
|
"./shared",
|
||||||
"./core",
|
"./core",
|
||||||
|
@ -88,4 +88,4 @@
|
||||||
"url-loader": "^4.1.1",
|
"url-loader": "^4.1.1",
|
||||||
"uuid": "^8.3.2"
|
"uuid": "^8.3.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@theatre/studio",
|
"name": "@theatre/studio",
|
||||||
"version": "0.4.0-dev.4",
|
"version": "0.4.0-dev.5",
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
"description": "Motion design editor for the web",
|
"description": "Motion design editor for the web",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -42,4 +42,4 @@
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@theatre/core": "*"
|
"@theatre/core": "*"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue