chore: upgrade toast package deps [skip e2e]

This commit is contained in:
Aman Harwara
2023-08-11 22:26:55 +05:30
parent c5c0bd6871
commit 5662224361
6 changed files with 13 additions and 15 deletions

View File

@@ -9,10 +9,10 @@
"lint": "eslint ./src"
},
"dependencies": {
"@nanostores/react": "^0.4.0",
"@nanostores/react": "^0.7.1",
"@standardnotes/icons": "workspace:*",
"nanoid": "^4.0.0",
"nanostores": "^0.7.1",
"nanostores": "^0.9.3",
"react": "link:../web/node_modules/react",
"react-dom": "link:../web/node_modules/react-dom"
},