Fix versions in packages
This commit is contained in:
parent
ea71fd4227
commit
b74590c128
3 changed files with 10304 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/dev",
|
"name": "@tldraw/dev",
|
||||||
"version": "0.0.45",
|
"version": "0.0.46",
|
||||||
"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.45",
|
"@tldraw/tldraw": "*",
|
||||||
"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"
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@stitches/react": "^0.2.3",
|
"@stitches/react": "^0.2.3",
|
||||||
"@tldraw/tldraw": "^0.0.46",
|
"@tldraw/tldraw": "*",
|
||||||
"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",
|
||||||
|
|
Loading…
Reference in a new issue