Skip to content

Commit

Permalink
Update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbarbara committed Nov 1, 2023
1 parent 429543b commit 9fecba5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions demo/package.json
@@ -1,22 +1,22 @@
{
"name": "tree-changes-demo",
"version": "0.9.2",
"version": "0.11.0",
"description": "",
"keywords": [],
"main": "src/index.tsx",
"dependencies": {
"@emotion/styled": "^11.10.4",
"@emotion/react": "^11.10.4",
"@gilbarbara/components": "^0.4.14",
"@types/node": "^18.7.14",
"@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6",
"prettier": "^2.7.1",
"@emotion/styled": "^11.11.0",
"@emotion/react": "^11.11.1",
"@gilbarbara/components": "^0.10.1",
"@types/node": "^20.8.10",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"tree-changes-hook": "^0.9.2",
"typescript": "^4.8.2"
"tree-changes-hook": "latest",
"typescript": "^5.2.2"
},
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit 9fecba5

Please sign in to comment.