This commit is contained in:
Steve Ruiz 2021-08-13 13:49:40 +01:00
parent bd938c995b
commit 63f7984a28
5 changed files with 11 additions and 11 deletions

View file

@ -1,5 +1,5 @@
{ {
"version": "0.0.42", "version": "0.0.43",
"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.42", "version": "0.0.43",
"private": false, "private": false,
"description": "A tiny little drawing app (core).", "description": "A tiny little drawing app (core).",
"author": "@steveruizok", "author": "@steveruizok",
@ -53,4 +53,4 @@
"react-use-gesture": "^9.1.3" "react-use-gesture": "^9.1.3"
}, },
"gitHead": "4a7439ddf81b615ee49fddbe00802699975f9375" "gitHead": "4a7439ddf81b615ee49fddbe00802699975f9375"
} }

View file

@ -1,6 +1,6 @@
{ {
"name": "@tldraw/dev", "name": "@tldraw/dev",
"version": "0.0.42", "version": "0.0.43",
"private": false, "private": false,
"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.42", "@tldraw/tldraw": "^0.0.43",
"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.42", "version": "0.0.43",
"private": true, "private": true,
"description": "A tiny little drawing app (editor).", "description": "A tiny little drawing app (editor).",
"author": "@steveruizok", "author": "@steveruizok",
@ -56,11 +56,11 @@
"@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.42", "@tldraw/core": "^0.0.43",
"ismobilejs": "^1.1.1", "ismobilejs": "^1.1.1",
"perfect-freehand": "^0.4.10", "perfect-freehand": "^0.4.10",
"react-hotkeys-hook": "^3.4.0", "react-hotkeys-hook": "^3.4.0",
"zustand": "^3.5.7" "zustand": "^3.5.7"
}, },
"gitHead": "4a7439ddf81b615ee49fddbe00802699975f9375" "gitHead": "4a7439ddf81b615ee49fddbe00802699975f9375"
} }

View file

@ -1,6 +1,6 @@
{ {
"name": "@tldraw/www", "name": "@tldraw/www",
"version": "0.0.42", "version": "0.0.43",
"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.42", "@tldraw/tldraw": "^0.0.43",
"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",
@ -36,4 +36,4 @@
"eslint-config-next": "11.0.1", "eslint-config-next": "11.0.1",
"typescript": "^4.3.5" "typescript": "^4.3.5"
} }
} }