pull/71/head v0.0.43
Steve Ruiz 2021-08-13 13:49:40 +01:00
rodzic bd938c995b
commit 63f7984a28
5 zmienionych plików z 11 dodań i 11 usunięć

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/dev",
"version": "0.0.42",
"version": "0.0.43",
"private": false,
"description": "A tiny little drawing app (core).",
"author": "@steveruizok",
@ -18,7 +18,7 @@
"src"
],
"dependencies": {
"@tldraw/tldraw": "^0.0.42",
"@tldraw/tldraw": "^0.0.43",
"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.42",
"version": "0.0.43",
"private": true,
"description": "A tiny little drawing app (editor).",
"author": "@steveruizok",
@ -56,11 +56,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.42",
"@tldraw/core": "^0.0.43",
"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.42",
"version": "0.0.43",
"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.42",
"@tldraw/tldraw": "^0.0.43",
"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"
}
}
}