pull/68/head v0.0.56
Steve Ruiz 2021-09-03 11:25:53 +01:00
rodzic e38b9cd600
commit 2d59b0e2c9
5 zmienionych plików z 8 dodań i 8 usunięć

Wyświetl plik

@ -1,5 +1,5 @@
{
"version": "0.0.55",
"version": "0.0.56",
"registry": "https://registry.npmjs.org/",
"publishConfig": {
"access": "public"

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/core",
"version": "0.0.55",
"version": "0.0.56",
"private": false,
"description": "A tiny little drawing app (core).",
"author": "@steveruizok",

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/dev",
"version": "0.0.55",
"version": "0.0.56",
"private": true,
"description": "A tiny little drawing app (core).",
"author": "@steveruizok",
@ -18,7 +18,7 @@
"src"
],
"dependencies": {
"@tldraw/tldraw": "^0.0.55",
"@tldraw/tldraw": "^0.0.56",
"idb": "^6.1.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/tldraw",
"version": "0.0.55",
"version": "0.0.56",
"private": false,
"description": "A tiny little drawing app (editor).",
"author": "@steveruizok",
@ -58,7 +58,7 @@
"@radix-ui/react-radio-group": "^0.0.18",
"@radix-ui/react-tooltip": "^0.0.20",
"@stitches/react": "^0.2.3",
"@tldraw/core": "^0.0.55",
"@tldraw/core": "^0.0.56",
"ismobilejs": "^1.1.1",
"perfect-freehand": "^0.5.3",
"react-hotkeys-hook": "^3.4.0",

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/www",
"version": "0.0.55",
"version": "0.0.56",
"private": true,
"description": "A tiny little drawing app (editor).",
"author": "@steveruizok",
@ -19,7 +19,7 @@
},
"dependencies": {
"@stitches/react": "^0.2.3",
"@tldraw/tldraw": "^0.0.55",
"@tldraw/tldraw": "^0.0.56",
"idb": "^6.1.2",
"next": "^11.1.0",
"next-transpile-modules": "^8.0.0",