File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " demo-app" ,
3
- "version" : " 0.1.19 " ,
3
+ "version" : " 0.1.20 " ,
4
4
"private" : true ,
5
5
"devDependencies" : {
6
6
"@types/node" : " ^20.1.0" ,
10
10
"typescript" : " ^5.0.4"
11
11
},
12
12
"dependencies" : {
13
- "evt" : " ^2.5.3 " ,
13
+ "evt" : " ^2.5.8 " ,
14
14
"react" : " ^18.2.0" ,
15
15
"react-dom" : " ^18.2.0" ,
16
16
"clean-architecture" : " file:../dist" ,
17
- "tsafe" : " ^1.6 .5"
17
+ "tsafe" : " ^1.8 .5"
18
18
},
19
19
"scripts" : {
20
20
"start" : " react-scripts start" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " clean-architecture" ,
3
- "version" : " 4.3.9 " ,
3
+ "version" : " 4.3.10 " ,
4
4
"description" : " Utilities for implementing clean architecture using Redux" ,
5
5
"repository" : {
6
6
"type" : " git" ,
45
45
],
46
46
"homepage" : " https://github.com/garronej/clean-architecture" ,
47
47
"peerDependencies" : {
48
- "evt" : " ^2.5.3 "
48
+ "evt" : " ^2.5.8 "
49
49
},
50
50
"devDependencies" : {
51
51
"@types/node" : " ^18.11.3" ,
You can’t perform that action at this time.
0 commit comments