Skip to content

Commit

Permalink
chore: bumped packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kedrzu committed Jun 5, 2023
1 parent 2e046ff commit af5c4e0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"author": "Michał Kędrzyński <m.kedrzynski@gmail.com>",
"dependencies": {
"@nzyme/types": "1.0.0",
"tslib": "^2.5.2"
"tslib": "^2.5.3"
}
}
2 changes: 1 addition & 1 deletion packages/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@types/eslint": "^8.37.0",
"tslib": "^2.5.2"
"tslib": "^2.5.3"
},
"depcheck": {
"ignoreDeps": [
Expand Down
2 changes: 1 addition & 1 deletion packages/ioc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"author": "Michał Kędrzyński <m.kedrzynski@gmail.com>",
"dependencies": {
"@nzyme/types": "1.0.0",
"tslib": "^2.5.2"
"tslib": "^2.5.3"
},
"depcheck": {
"ignoreFiles": [
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@nzyme/types": "1.0.0",
"@types/lodash.isequal": "^4.5.6",
"lodash.isequal": "^4.5.0",
"tslib": "^2.5.2"
"tslib": "^2.5.3"
},
"depcheck": {
"ignoreFiles": [
Expand Down

0 comments on commit af5c4e0

Please sign in to comment.