pull/71/head v0.0.42
Steve Ruiz 2021-08-13 13:35:56 +01:00
rodzic 63ef272b57
commit 4a7439ddf8
5 zmienionych plików z 15 dodań i 15 usunięć

Wyświetl plik

@ -1,5 +1,5 @@
{
"version": "0.0.41",
"version": "0.0.42",
"registry": "https://registry.npmjs.org/",
"publishConfig": {
"access": "public"
@ -11,4 +11,4 @@
"packages/tldraw",
"packages/dev"
]
}
}

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/core",
"version": "0.0.41",
"version": "0.0.42",
"private": false,
"description": "A tiny little drawing app (core).",
"author": "@steveruizok",
@ -52,4 +52,4 @@
"react-error-boundary": "^3.1.3",
"react-use-gesture": "^9.1.3"
}
}
}

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/dev",
"version": "0.0.41",
"version": "0.0.42",
"private": false,
"description": "A tiny little drawing app (core).",
"author": "@steveruizok",
@ -18,10 +18,10 @@
"src"
],
"dependencies": {
"@tldraw/tldraw": "^0.0.42",
"idb": "^6.1.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"@tldraw/tldraw": "*",
"idb": "^6.1.2"
"react-dom": "^17.0.2"
},
"devDependencies": {
"@types/node": "^14.14.35",
@ -33,4 +33,4 @@
"rimraf": "3.0.2",
"typescript": "4.2.3"
}
}
}

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/tldraw",
"version": "0.0.41",
"version": "0.0.42",
"private": false,
"description": "A tiny little drawing app (editor).",
"author": "@steveruizok",
@ -56,10 +56,10 @@
"@radix-ui/react-radio-group": "^0.0.18",
"@radix-ui/react-tooltip": "^0.0.20",
"@stitches/react": "^0.2.3",
"@tldraw/core": "^0.0.41",
"@tldraw/core": "^0.0.42",
"ismobilejs": "^1.1.1",
"perfect-freehand": "^0.4.10",
"react-hotkeys-hook": "^3.4.0",
"zustand": "^3.5.7"
}
}
}

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/www",
"version": "0.0.41",
"version": "0.0.42",
"private": true,
"description": "A tiny little drawing app (editor).",
"author": "@steveruizok",
@ -19,7 +19,7 @@
},
"dependencies": {
"@stitches/react": "^0.2.3",
"@tldraw/tldraw": "*",
"@tldraw/tldraw": "^0.0.42",
"idb": "^6.1.2",
"next": "^11.1.0",
"next-transpile-modules": "^8.0.0",
@ -36,4 +36,4 @@
"eslint-config-next": "11.0.1",
"typescript": "^4.3.5"
}
}
}