File tree 3 files changed +10
-10
lines changed 3 files changed +10
-10
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.9 " ,
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.9 "
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.8 " ,
57
+ "evt" : " ^2.5.9 " ,
58
58
"react" : " ^18.2.0" ,
59
59
"@types/react" : " ^18.2.73"
60
60
},
Original file line number Diff line number Diff line change @@ -335,10 +335,10 @@ escape-string-regexp@^1.0.5:
335
335
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
336
336
integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==
337
337
338
- evt@^2.5.8 :
339
- version "2.5.8 "
340
- resolved "https://registry.yarnpkg.com/evt/-/evt-2.5.8 .tgz#4cc4e2db92d89cc43e00a0755703317f5f9b6d4c "
341
- integrity sha512-wjurRtEqepH03fZSzkCUAw2tNNtEoeoEYXf7EqG8uU52wQ3D/+ctyQE8hf+YR/5DXZlwl2jNGLMm4hAd/wyD6g ==
338
+ evt@^2.5.9 :
339
+ version "2.5.9 "
340
+ resolved "https://registry.yarnpkg.com/evt/-/evt-2.5.9 .tgz#cd270e50ce1e7c586bf86242c054dd958d06a5c4 "
341
+ integrity sha512-GpjX476FSlttEGWHT8BdVMoI8wGXQGbEOtKcP4E+kggg+yJzXBZN2n4x7TS/zPBJ1DZqWI+rguZZApjjzQ0HpA ==
342
342
dependencies :
343
343
minimal-polyfills "^2.2.3"
344
344
run-exclusive "^2.2.19"
You can’t perform that action at this time.
0 commit comments