v0.0.133
This commit is contained in:
parent
6579889813
commit
3ff8f25dbc
4 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "0.0.132",
|
"version": "0.0.133",
|
||||||
"registry": "https://registry.npmjs.org/",
|
"registry": "https://registry.npmjs.org/",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/dev",
|
"name": "@tldraw/dev",
|
||||||
"version": "0.0.132",
|
"version": "0.0.133",
|
||||||
"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.132",
|
"@tldraw/tldraw": "^0.0.133",
|
||||||
"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/tldraw",
|
"name": "@tldraw/tldraw",
|
||||||
"version": "0.0.132",
|
"version": "0.0.133",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "A tiny little drawing app (editor)",
|
"description": "A tiny little drawing app (editor)",
|
||||||
"author": "@steveruizok",
|
"author": "@steveruizok",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "www",
|
"name": "www",
|
||||||
"version": "0.0.132",
|
"version": "0.0.133",
|
||||||
"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.132",
|
"@tldraw/tldraw": "^0.0.133",
|
||||||
"@types/next-auth": "^3.15.0",
|
"@types/next-auth": "^3.15.0",
|
||||||
"next": "^12.0.1",
|
"next": "^12.0.1",
|
||||||
"next-auth": "^3.29.0",
|
"next-auth": "^3.29.0",
|
||||||
|
|
Loading…
Reference in a new issue