pull/71/head v0.0.47
Steve Ruiz 2021-08-13 14:13:56 +01:00
rodzic 324ce567e5
commit cbf21286cb
5 zmienionych plików z 12 dodań i 12 usunięć

Wyświetl plik

@ -1,9 +1,9 @@
{
"version": "0.0.46",
"version": "0.0.47",
"registry": "https://registry.npmjs.org/",
"publishConfig": {
"access": "public"
},
"npmClient": "yarn",
"useWorkspaces": true
}
}

Wyświetl plik

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

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/dev",
"version": "0.0.46",
"version": "0.0.47",
"private": true,
"description": "A tiny little drawing app (core).",
"author": "@steveruizok",
@ -18,7 +18,7 @@
"src"
],
"dependencies": {
"@tldraw/tldraw": "*",
"@tldraw/tldraw": "^0.0.47",
"idb": "^6.1.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
@ -34,4 +34,4 @@
"typescript": "4.2.3"
},
"gitHead": "a7dac0f83ad998e205c2aab58182cb4ba4e099a6"
}
}

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/tldraw",
"version": "0.0.46",
"version": "0.0.47",
"private": false,
"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.46",
"@tldraw/core": "^0.0.47",
"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.46",
"version": "0.0.47",
"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.47",
"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"
}
}
}