Skip to content

Commit

Permalink
Update garronej_modules_update
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 23, 2024
1 parent bfa6cec commit 9414cac
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions demo-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo-app",
"version": "0.1.19",
"version": "0.1.20",
"private": true,
"devDependencies": {
"@types/node": "^20.1.0",
Expand All @@ -10,11 +10,11 @@
"typescript": "^5.0.4"
},
"dependencies": {
"evt": "^2.5.3",
"evt": "^2.5.7",
"react": "18.2.0",
"react-dom": "^18.2.0",
"clean-architecture": "file:../dist",
"tsafe": "^1.6.5"
"tsafe": "^1.6.6"
},
"scripts": {
"start": "react-scripts start",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clean-architecture",
"version": "4.3.2",
"version": "4.3.3",
"description": "Utilities for implementing clean architecture using Redux",
"repository": {
"type": "git",
Expand Down Expand Up @@ -45,7 +45,7 @@
],
"homepage": "https://github.com/garronej/clean-architecture",
"peerDependencies": {
"evt": "^2.5.3"
"evt": "^2.5.7"
},
"devDependencies": {
"@types/node": "^18.11.3",
Expand All @@ -54,13 +54,13 @@
"prettier": "^2.8.8",
"ts-node": "^10.4.0",
"typescript": "5.0.2",
"evt": "^2.5.3",
"evt": "^2.5.7",
"react": "18.2.0",
"@types/react": "^18.0.21"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.6",
"minimal-polyfills": "^2.2.3",
"tsafe": "^1.6.5"
"tsafe": "^1.6.6"
}
}
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -337,14 +337,14 @@ escape-string-regexp@^1.0.5:
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==

evt@^2.5.3:
version "2.5.3"
resolved "https://registry.yarnpkg.com/evt/-/evt-2.5.3.tgz#eda564afdda6dfe1da687bb54933706af3f844d6"
integrity sha512-wZKx0JgXaTOVOXI2saNVxINU6VToOHDowMwb3NRcU6l+C59eW3w9dZgNxjokiM8rvMgc7/11yFG0cSDxn4qxgA==
evt@^2.5.7:
version "2.5.7"
resolved "https://registry.yarnpkg.com/evt/-/evt-2.5.7.tgz#55c5f8ff910f4b7531bfac91e963d4cb3231f253"
integrity sha512-dr7Wd16ry5F8WNU1xXLKpFpO3HsoAGg8zC48e08vDdzMzGWCP9/QFGt1PQptEEDh8SwYP3EL8M+d/Gb0kgUp6g==
dependencies:
minimal-polyfills "^2.2.3"
run-exclusive "^2.2.19"
tsafe "^1.6.5"
tsafe "^1.6.6"

execa@^5.1.1:
version "5.1.1"
Expand Down Expand Up @@ -882,10 +882,10 @@ ts-node@^10.4.0:
v8-compile-cache-lib "^3.0.1"
yn "3.1.1"

tsafe@^1.6.5:
version "1.6.5"
resolved "https://registry.yarnpkg.com/tsafe/-/tsafe-1.6.5.tgz#74943b69190069168a53d2accd6d07891cf1cce8"
integrity sha512-895zss8xqqHKTc28sHGIfZKnt3C5jrstB1DyPr/h3/flK0zojsZUMQL1/W4ytdDW6KI4Oth62nb9rrxmA3s3Iw==
tsafe@^1.6.6:
version "1.6.6"
resolved "https://registry.yarnpkg.com/tsafe/-/tsafe-1.6.6.tgz#fd93e64d6eb13ef83ed1650669cc24bad4f5df9f"
integrity sha512-gzkapsdbMNwBnTIjgO758GujLCj031IgHK/PKr2mrmkCSJMhSOR5FeOuSxKLMUoYc0vAA4RGEYYbjt/v6afD3g==

tslib@^2.1.0:
version "2.4.1"
Expand Down

0 comments on commit 9414cac

Please sign in to comment.