Skip to content

Commit

Permalink
chore(deps): update dependency tslib to ^2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 23, 2024
1 parent 9877201 commit f2154fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/bun-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"peerDependencies": {
"ts-patch": "^3.2.1",
"tslib": "^2.4.1",
"tslib": "^2.7.0",
"typescript": "~5.5.2",
"@ryoppippi/unplugin-typia": "workspace:*"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"ts-patch": "^3.2.1",
"tslib": "^2.6.3",
"tslib": "^2.7.0",
"type-fest": "^4.24.0",
"typescript": "~5.5.4",
"typia": "^6.9.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"svelte": "^5.0.0-next.222",
"svelte-check": "^3.8.5",
"ts-patch": "^3.2.1",
"tslib": "^2.6.3",
"tslib": "^2.7.0",
"typescript": "~5.5.4",
"typia": "^6.9.0",
"vite": "^5.4.1"
Expand Down

0 comments on commit f2154fc

Please sign in to comment.