chore: upgrade deps (#2014)

This commit is contained in:
Mo
2022-11-16 09:52:21 -06:00
committed by GitHub
parent 353c757388
commit 05fe7de3eb
332 changed files with 2123 additions and 2332 deletions

View File

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