pull/74/head^2 v0.0.64
Steve Ruiz 2021-09-05 11:15:21 +01:00
rodzic cfca63dc8e
commit 9fe4e9bfd3
5 zmienionych plików z 9 dodań i 9 usunięć

Wyświetl plik

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

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/core",
"version": "0.0.63",
"version": "0.0.64",
"private": false,
"description": "A tiny little drawing app (core).",
"author": "@steveruizok",
@ -56,4 +56,4 @@
"react-use-gesture": "^9.1.3"
},
"gitHead": "838fabdbff1a66d4d7ee8aa5c5d117bc55acbff2"
}
}

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/dev",
"version": "0.0.63",
"version": "0.0.64",
"private": true,
"description": "A tiny little drawing app (core).",
"author": "@steveruizok",
@ -18,7 +18,7 @@
"src"
],
"dependencies": {
"@tldraw/tldraw": "^0.0.63",
"@tldraw/tldraw": "^0.0.64",
"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.63",
"version": "0.0.64",
"private": false,
"description": "A tiny little drawing app (editor).",
"author": "@steveruizok",
@ -61,7 +61,7 @@
"@radix-ui/react-radio-group": "^0.0.18",
"@radix-ui/react-tooltip": "^0.0.20",
"@stitches/react": "^1.0.0",
"@tldraw/core": "^0.0.63",
"@tldraw/core": "^0.0.64",
"perfect-freehand": "^0.5.3",
"react-hotkeys-hook": "^3.4.0",
"rko": "^0.5.20"

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "www",
"version": "0.0.63",
"version": "0.0.64",
"private": true,
"description": "A tiny little drawing app (site).",
"repository": {
@ -17,7 +17,7 @@
},
"dependencies": {
"@stitches/react": "^1.0.0",
"@tldraw/tldraw": "^0.0.63",
"@tldraw/tldraw": "^0.0.64",
"next": "11.1.2",
"next-auth": "3.29.0",
"next-pwa": "^5.2.23",