pull/64/head v0.0.26
Steve Ruiz 2021-08-06 21:23:27 +01:00
rodzic 324622e274
commit 59b4195af8
4 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

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

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/core",
"version": "0.0.25",
"version": "0.0.26",
"description": "Core library and renderer for tldraw.",
"author": "@steveruizok",
"repository": {

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/tldraw",
"version": "0.0.25",
"version": "0.0.26",
"description": "The tldraw editor as a React component.",
"author": "@steveruizok",
"license": "MIT",
@ -36,7 +36,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.25",
"@tldraw/core": "^0.0.26",
"perfect-freehand": "^0.4.10",
"react-hotkeys-hook": "^3.4.0",
"zustand": "^3.5.7"

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/www",
"version": "0.0.25",
"version": "0.0.26",
"private": true,
"scripts": {
"dev": "next dev",
@ -11,7 +11,7 @@
},
"dependencies": {
"@stitches/react": "^0.2.3",
"@tldraw/tldraw": "^0.0.25",
"@tldraw/tldraw": "^0.0.26",
"idb": "^6.1.2",
"next": "11.0.1",
"react": "17.0.2",