pull/64/head @tldraw/core@0.0.27
Steve Ruiz 2021-08-07 22:06:55 +01:00
rodzic 1542baaf23
commit c2e859c6ae
4 zmienionych plików z 10 dodań i 10 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/www",
"version": "0.0.26",
"version": "0.0.27",
"private": true,
"scripts": {
"dev": "next dev",
@ -10,8 +10,8 @@
"lint": "next lint"
},
"dependencies": {
"@tldraw/tldraw": "*",
"@stitches/react": "^0.2.3",
"@tldraw/tldraw": "^0.0.27",
"idb": "^6.1.2",
"next": "11.0.1",
"next-transpile-modules": "^8.0.0",
@ -28,4 +28,4 @@
"eslint-config-next": "11.0.1",
"typescript": "^4.3.5"
}
}
}

Wyświetl plik

@ -1,5 +1,5 @@
{
"version": "0.0.26",
"version": "0.0.27",
"registry": "https://registry.npmjs.org/",
"publishConfig": {
"access": "public"
@ -9,4 +9,4 @@
"packages": [
"packages/*"
]
}
}

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/core",
"version": "0.0.26",
"version": "0.0.27",
"description": "Core library and renderer for tldraw.",
"author": "@steveruizok",
"repository": {
@ -39,4 +39,4 @@
"publishConfig": {
"access": "public"
}
}
}

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@tldraw/tldraw",
"version": "0.0.26",
"version": "0.0.27",
"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.26",
"@tldraw/core": "^0.0.27",
"perfect-freehand": "^0.4.10",
"react-hotkeys-hook": "^3.4.0",
"zustand": "^3.5.7"
@ -49,4 +49,4 @@
"@types/react-dom": "^17.0.9",
"tslib": "^2.3.0"
}
}
}