v0.0.55
This commit is contained in:
parent
b48e2bf03f
commit
0b93e5a041
5 changed files with 8 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "0.0.54",
|
"version": "0.0.55",
|
||||||
"registry": "https://registry.npmjs.org/",
|
"registry": "https://registry.npmjs.org/",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/core",
|
"name": "@tldraw/core",
|
||||||
"version": "0.0.54",
|
"version": "0.0.55",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "A tiny little drawing app (core).",
|
"description": "A tiny little drawing app (core).",
|
||||||
"author": "@steveruizok",
|
"author": "@steveruizok",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/dev",
|
"name": "@tldraw/dev",
|
||||||
"version": "0.0.54",
|
"version": "0.0.55",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "A tiny little drawing app (core).",
|
"description": "A tiny little drawing app (core).",
|
||||||
"author": "@steveruizok",
|
"author": "@steveruizok",
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
"src"
|
"src"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tldraw/tldraw": "^0.0.54",
|
"@tldraw/tldraw": "^0.0.55",
|
||||||
"idb": "^6.1.2",
|
"idb": "^6.1.2",
|
||||||
"react": "^17.0.2",
|
"react": "^17.0.2",
|
||||||
"react-dom": "^17.0.2"
|
"react-dom": "^17.0.2"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/tldraw",
|
"name": "@tldraw/tldraw",
|
||||||
"version": "0.0.54",
|
"version": "0.0.55",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "A tiny little drawing app (editor).",
|
"description": "A tiny little drawing app (editor).",
|
||||||
"author": "@steveruizok",
|
"author": "@steveruizok",
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
"@radix-ui/react-radio-group": "^0.0.18",
|
"@radix-ui/react-radio-group": "^0.0.18",
|
||||||
"@radix-ui/react-tooltip": "^0.0.20",
|
"@radix-ui/react-tooltip": "^0.0.20",
|
||||||
"@stitches/react": "^0.2.3",
|
"@stitches/react": "^0.2.3",
|
||||||
"@tldraw/core": "^0.0.54",
|
"@tldraw/core": "^0.0.55",
|
||||||
"ismobilejs": "^1.1.1",
|
"ismobilejs": "^1.1.1",
|
||||||
"perfect-freehand": "^0.5.3",
|
"perfect-freehand": "^0.5.3",
|
||||||
"react-hotkeys-hook": "^3.4.0",
|
"react-hotkeys-hook": "^3.4.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/www",
|
"name": "@tldraw/www",
|
||||||
"version": "0.0.54",
|
"version": "0.0.55",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "A tiny little drawing app (editor).",
|
"description": "A tiny little drawing app (editor).",
|
||||||
"author": "@steveruizok",
|
"author": "@steveruizok",
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@stitches/react": "^0.2.3",
|
"@stitches/react": "^0.2.3",
|
||||||
"@tldraw/tldraw": "^0.0.54",
|
"@tldraw/tldraw": "^0.0.55",
|
||||||
"idb": "^6.1.2",
|
"idb": "^6.1.2",
|
||||||
"next": "^11.1.0",
|
"next": "^11.1.0",
|
||||||
"next-transpile-modules": "^8.0.0",
|
"next-transpile-modules": "^8.0.0",
|
||||||
|
|
Loading…
Reference in a new issue