This commit is contained in:
Steve Ruiz 2021-09-04 16:41:01 +01:00
parent 376d836154
commit e93f6a0750
5 changed files with 10 additions and 10 deletions

View file

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

View file

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

View file

@ -1,6 +1,6 @@
{ {
"name": "@tldraw/dev", "name": "@tldraw/dev",
"version": "0.0.58", "version": "0.0.59",
"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.58", "@tldraw/tldraw": "^0.0.59",
"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"

View file

@ -1,6 +1,6 @@
{ {
"name": "@tldraw/tldraw", "name": "@tldraw/tldraw",
"version": "0.0.58", "version": "0.0.59",
"private": false, "private": false,
"description": "A tiny little drawing app (editor).", "description": "A tiny little drawing app (editor).",
"author": "@steveruizok", "author": "@steveruizok",
@ -60,7 +60,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": "^1.0.0", "@stitches/react": "^1.0.0",
"@tldraw/core": "^0.0.58", "@tldraw/core": "^0.0.59",
"perfect-freehand": "^0.5.3", "perfect-freehand": "^0.5.3",
"react-hotkeys-hook": "^3.4.0", "react-hotkeys-hook": "^3.4.0",
"rko": "^0.5.20" "rko": "^0.5.20"

View file

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