v0.0.111
This commit is contained in:
parent
e695cbb07f
commit
519c18f300
7 changed files with 15 additions and 15 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.0.110",
|
||||
"version": "0.0.111",
|
||||
"registry": "https://registry.npmjs.org/",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tldraw/core",
|
||||
"version": "0.0.110",
|
||||
"version": "0.0.111",
|
||||
"private": false,
|
||||
"description": "A tiny little drawing app (core)",
|
||||
"author": "@steveruizok",
|
||||
|
@ -57,8 +57,8 @@
|
|||
"react-dom": "^16.8 || ^17.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tldraw/intersect": "^0.0.110",
|
||||
"@tldraw/vec": "^0.0.110",
|
||||
"@tldraw/intersect": "^0.0.111",
|
||||
"@tldraw/vec": "^0.0.111",
|
||||
"@use-gesture/react": "^10.0.2"
|
||||
},
|
||||
"gitHead": "5cb031ddc264846ec6732d7179511cddea8ef034"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tldraw/dev",
|
||||
"version": "0.0.110",
|
||||
"version": "0.0.111",
|
||||
"private": true,
|
||||
"description": "A tiny little drawing app (dev)",
|
||||
"author": "@steveruizok",
|
||||
|
@ -21,7 +21,7 @@
|
|||
"dependencies": {
|
||||
"@liveblocks/client": "^0.12.0",
|
||||
"@liveblocks/react": "^0.12.0",
|
||||
"@tldraw/tldraw": "^0.0.110",
|
||||
"@tldraw/tldraw": "^0.0.111",
|
||||
"idb": "^6.1.2",
|
||||
"react": ">=16.8",
|
||||
"react-dom": "^16.8 || ^17.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tldraw/intersect",
|
||||
"version": "0.0.110",
|
||||
"version": "0.0.111",
|
||||
"private": false,
|
||||
"description": "A tiny little drawing app (intersect)",
|
||||
"author": "@steveruizok",
|
||||
|
@ -48,7 +48,7 @@
|
|||
"typescript": "^4.4.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tldraw/vec": "^0.0.110"
|
||||
"@tldraw/vec": "^0.0.111"
|
||||
},
|
||||
"gitHead": "5cb031ddc264846ec6732d7179511cddea8ef034"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tldraw/tldraw",
|
||||
"version": "0.0.110",
|
||||
"version": "0.0.111",
|
||||
"private": false,
|
||||
"description": "A tiny little drawing app (editor)",
|
||||
"author": "@steveruizok",
|
||||
|
@ -64,9 +64,9 @@
|
|||
"@radix-ui/react-tooltip": "^0.0.20",
|
||||
"@stitches/core": "^1.2.0",
|
||||
"@stitches/react": "^1.0.0",
|
||||
"@tldraw/core": "^0.0.110",
|
||||
"@tldraw/intersect": "^0.0.110",
|
||||
"@tldraw/vec": "^0.0.110",
|
||||
"@tldraw/core": "^0.0.111",
|
||||
"@tldraw/intersect": "^0.0.111",
|
||||
"@tldraw/vec": "^0.0.111",
|
||||
"perfect-freehand": "^1.0.15",
|
||||
"react-hotkeys-hook": "^3.4.0",
|
||||
"rko": "^0.5.25"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tldraw/vec",
|
||||
"version": "0.0.110",
|
||||
"version": "0.0.111",
|
||||
"private": false,
|
||||
"description": "A tiny little drawing app (vec)",
|
||||
"author": "@steveruizok",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "www",
|
||||
"version": "0.0.110",
|
||||
"version": "0.0.111",
|
||||
"private": true,
|
||||
"description": "A tiny little drawing app (site).",
|
||||
"repository": {
|
||||
|
@ -23,7 +23,7 @@
|
|||
"@sentry/react": "^6.13.2",
|
||||
"@sentry/tracing": "^6.13.2",
|
||||
"@stitches/react": "^1.0.0",
|
||||
"@tldraw/tldraw": "^0.0.110",
|
||||
"@tldraw/tldraw": "^0.0.111",
|
||||
"next": "^11.1.2",
|
||||
"next-auth": "^3.29.0",
|
||||
"next-pwa": "^5.2.23",
|
||||
|
|
Loading…
Reference in a new issue