pull/71/head v0.0.44
Steve Ruiz 2021-08-13 13:55:58 +01:00
rodzic 57e1737f49
commit 924553373c
5 zmienionych plików z 10 dodań i 10 usunięć

Wyświetl plik

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

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/core",
"version": "0.0.43",
"version": "0.0.44",
"private": false,
"description": "A tiny little drawing app (core).",
"author": "@steveruizok",
@ -49,4 +49,4 @@
"react-use-gesture": "^9.1.3"
},
"gitHead": "63f7984a288c8a361d29b1d22ad1b8e8cd89f94d"
}
}

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/dev",
"version": "0.0.43",
"version": "0.0.44",
"private": false,
"description": "A tiny little drawing app (core).",
"author": "@steveruizok",
@ -18,7 +18,7 @@
"src"
],
"dependencies": {
"@tldraw/tldraw": "^0.0.43",
"@tldraw/tldraw": "^0.0.44",
"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.43",
"version": "0.0.44",
"private": true,
"description": "A tiny little drawing app (editor).",
"author": "@steveruizok",
@ -52,11 +52,11 @@
"@radix-ui/react-radio-group": "^0.0.18",
"@radix-ui/react-tooltip": "^0.0.20",
"@stitches/react": "^0.2.3",
"@tldraw/core": "^0.0.43",
"@tldraw/core": "^0.0.44",
"ismobilejs": "^1.1.1",
"perfect-freehand": "^0.4.10",
"react-hotkeys-hook": "^3.4.0",
"zustand": "^3.5.7"
},
"gitHead": "4a7439ddf81b615ee49fddbe00802699975f9375"
}
}

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/www",
"version": "0.0.43",
"version": "0.0.44",
"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.43",
"@tldraw/tldraw": "^0.0.44",
"idb": "^6.1.2",
"next": "^11.1.0",
"next-transpile-modules": "^8.0.0",