File tree 3 files changed +16
-16
lines changed 3 files changed +16
-16
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.7 " ,
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.6.6 "
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" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
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.7 "
49
49
},
50
50
"devDependencies" : {
51
51
"@types/node" : " ^18.11.3" ,
54
54
"prettier" : " ^2.8.8" ,
55
55
"ts-node" : " ^10.4.0" ,
56
56
"typescript" : " 5.0.2" ,
57
- "evt" : " ^2.5.3 " ,
57
+ "evt" : " ^2.5.7 " ,
58
58
"react" : " 18.2.0" ,
59
59
"@types/react" : " ^18.0.21"
60
60
},
61
61
"dependencies" : {
62
62
"@reduxjs/toolkit" : " ^1.9.6" ,
63
63
"minimal-polyfills" : " ^2.2.3" ,
64
- "tsafe" : " ^1.6.5 "
64
+ "tsafe" : " ^1.6.6 "
65
65
}
66
66
}
Original file line number Diff line number Diff line change @@ -337,14 +337,14 @@ escape-string-regexp@^1.0.5:
337
337
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
338
338
integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==
339
339
340
- evt@^2.5.3 :
341
- version "2.5.3 "
342
- resolved "https://registry.yarnpkg.com/evt/-/evt-2.5.3 .tgz#eda564afdda6dfe1da687bb54933706af3f844d6 "
343
- integrity sha512-wZKx0JgXaTOVOXI2saNVxINU6VToOHDowMwb3NRcU6l+C59eW3w9dZgNxjokiM8rvMgc7/11yFG0cSDxn4qxgA ==
340
+ evt@^2.5.7 :
341
+ version "2.5.7 "
342
+ resolved "https://registry.yarnpkg.com/evt/-/evt-2.5.7 .tgz#55c5f8ff910f4b7531bfac91e963d4cb3231f253 "
343
+ integrity sha512-dr7Wd16ry5F8WNU1xXLKpFpO3HsoAGg8zC48e08vDdzMzGWCP9/QFGt1PQptEEDh8SwYP3EL8M+d/Gb0kgUp6g ==
344
344
dependencies :
345
345
minimal-polyfills "^2.2.3"
346
346
run-exclusive "^2.2.19"
347
- tsafe "^1.6.5 "
347
+ tsafe "^1.6.6 "
348
348
349
349
execa@^5.1.1 :
350
350
version "5.1.1"
@@ -882,10 +882,10 @@ ts-node@^10.4.0:
882
882
v8-compile-cache-lib "^3.0.1"
883
883
yn "3.1.1"
884
884
885
- tsafe@^1.6.5 :
886
- version "1.6.5 "
887
- resolved "https://registry.yarnpkg.com/tsafe/-/tsafe-1.6.5 .tgz#74943b69190069168a53d2accd6d07891cf1cce8 "
888
- integrity sha512-895zss8xqqHKTc28sHGIfZKnt3C5jrstB1DyPr/h3/flK0zojsZUMQL1/W4ytdDW6KI4Oth62nb9rrxmA3s3Iw ==
885
+ tsafe@^1.6.6 :
886
+ version "1.6.6 "
887
+ resolved "https://registry.yarnpkg.com/tsafe/-/tsafe-1.6.6 .tgz#fd93e64d6eb13ef83ed1650669cc24bad4f5df9f "
888
+ integrity sha512-gzkapsdbMNwBnTIjgO758GujLCj031IgHK/PKr2mrmkCSJMhSOR5FeOuSxKLMUoYc0vAA4RGEYYbjt/v6afD3g ==
889
889
890
890
tslib@^2.1.0 :
891
891
version "2.4.1"
You can’t perform that action at this time.
0 commit comments