v0.0.113
This commit is contained in:
parent
d2b599ac6a
commit
aae43884ca
7 changed files with 15 additions and 15 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "0.0.112",
|
"version": "0.0.113",
|
||||||
"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.112",
|
"version": "0.0.113",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "A tiny little drawing app (core)",
|
"description": "A tiny little drawing app (core)",
|
||||||
"author": "@steveruizok",
|
"author": "@steveruizok",
|
||||||
|
@ -57,8 +57,8 @@
|
||||||
"react-dom": "^16.8 || ^17.0"
|
"react-dom": "^16.8 || ^17.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tldraw/intersect": "^0.0.112",
|
"@tldraw/intersect": "^0.0.113",
|
||||||
"@tldraw/vec": "^0.0.112",
|
"@tldraw/vec": "^0.0.113",
|
||||||
"@use-gesture/react": "^10.0.2"
|
"@use-gesture/react": "^10.0.2"
|
||||||
},
|
},
|
||||||
"gitHead": "5cb031ddc264846ec6732d7179511cddea8ef034"
|
"gitHead": "5cb031ddc264846ec6732d7179511cddea8ef034"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/dev",
|
"name": "@tldraw/dev",
|
||||||
"version": "0.0.112",
|
"version": "0.0.113",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "A tiny little drawing app (dev)",
|
"description": "A tiny little drawing app (dev)",
|
||||||
"author": "@steveruizok",
|
"author": "@steveruizok",
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@liveblocks/client": "^0.12.0",
|
"@liveblocks/client": "^0.12.0",
|
||||||
"@liveblocks/react": "^0.12.0",
|
"@liveblocks/react": "^0.12.0",
|
||||||
"@tldraw/tldraw": "^0.0.112",
|
"@tldraw/tldraw": "^0.0.113",
|
||||||
"idb": "^6.1.2",
|
"idb": "^6.1.2",
|
||||||
"react": ">=16.8",
|
"react": ">=16.8",
|
||||||
"react-dom": "^16.8 || ^17.0",
|
"react-dom": "^16.8 || ^17.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/intersect",
|
"name": "@tldraw/intersect",
|
||||||
"version": "0.0.112",
|
"version": "0.0.113",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "A tiny little drawing app (intersect)",
|
"description": "A tiny little drawing app (intersect)",
|
||||||
"author": "@steveruizok",
|
"author": "@steveruizok",
|
||||||
|
@ -48,7 +48,7 @@
|
||||||
"typescript": "^4.4.2"
|
"typescript": "^4.4.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tldraw/vec": "^0.0.112"
|
"@tldraw/vec": "^0.0.113"
|
||||||
},
|
},
|
||||||
"gitHead": "5cb031ddc264846ec6732d7179511cddea8ef034"
|
"gitHead": "5cb031ddc264846ec6732d7179511cddea8ef034"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/tldraw",
|
"name": "@tldraw/tldraw",
|
||||||
"version": "0.0.112",
|
"version": "0.0.113",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "A tiny little drawing app (editor)",
|
"description": "A tiny little drawing app (editor)",
|
||||||
"author": "@steveruizok",
|
"author": "@steveruizok",
|
||||||
|
@ -64,9 +64,9 @@
|
||||||
"@radix-ui/react-tooltip": "^0.0.20",
|
"@radix-ui/react-tooltip": "^0.0.20",
|
||||||
"@stitches/core": "^1.2.0",
|
"@stitches/core": "^1.2.0",
|
||||||
"@stitches/react": "^1.0.0",
|
"@stitches/react": "^1.0.0",
|
||||||
"@tldraw/core": "^0.0.112",
|
"@tldraw/core": "^0.0.113",
|
||||||
"@tldraw/intersect": "^0.0.112",
|
"@tldraw/intersect": "^0.0.113",
|
||||||
"@tldraw/vec": "^0.0.112",
|
"@tldraw/vec": "^0.0.113",
|
||||||
"perfect-freehand": "^1.0.15",
|
"perfect-freehand": "^1.0.15",
|
||||||
"react-hotkeys-hook": "^3.4.0",
|
"react-hotkeys-hook": "^3.4.0",
|
||||||
"rko": "^0.5.25"
|
"rko": "^0.5.25"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/vec",
|
"name": "@tldraw/vec",
|
||||||
"version": "0.0.112",
|
"version": "0.0.113",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "A tiny little drawing app (vec)",
|
"description": "A tiny little drawing app (vec)",
|
||||||
"author": "@steveruizok",
|
"author": "@steveruizok",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "www",
|
"name": "www",
|
||||||
"version": "0.0.112",
|
"version": "0.0.113",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "A tiny little drawing app (site).",
|
"description": "A tiny little drawing app (site).",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
"@sentry/react": "^6.13.2",
|
"@sentry/react": "^6.13.2",
|
||||||
"@sentry/tracing": "^6.13.2",
|
"@sentry/tracing": "^6.13.2",
|
||||||
"@stitches/react": "^1.0.0",
|
"@stitches/react": "^1.0.0",
|
||||||
"@tldraw/tldraw": "^0.0.112",
|
"@tldraw/tldraw": "^0.0.113",
|
||||||
"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",
|
||||||
|
|
Loading…
Reference in a new issue