Skip to content

Commit 9fecba5

Browse files
committed
Update demo
1 parent 429543b commit 9fecba5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

demo/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"name": "tree-changes-demo",
3-
"version": "0.9.2",
3+
"version": "0.11.0",
44
"description": "",
55
"keywords": [],
66
"main": "src/index.tsx",
77
"dependencies": {
8-
"@emotion/styled": "^11.10.4",
9-
"@emotion/react": "^11.10.4",
10-
"@gilbarbara/components": "^0.4.14",
11-
"@types/node": "^18.7.14",
12-
"@types/react": "^18.0.18",
13-
"@types/react-dom": "^18.0.6",
14-
"prettier": "^2.7.1",
8+
"@emotion/styled": "^11.11.0",
9+
"@emotion/react": "^11.11.1",
10+
"@gilbarbara/components": "^0.10.1",
11+
"@types/node": "^20.8.10",
12+
"@types/react": "^18.2.33",
13+
"@types/react-dom": "^18.2.14",
14+
"prettier": "^3.0.3",
1515
"react": "^18.2.0",
1616
"react-dom": "^18.2.0",
1717
"react-scripts": "5.0.1",
18-
"tree-changes-hook": "^0.9.2",
19-
"typescript": "^4.8.2"
18+
"tree-changes-hook": "latest",
19+
"typescript": "^5.2.2"
2020
},
2121
"scripts": {
2222
"start": "react-scripts start",

0 commit comments

Comments
 (0)