Skip to content

Commit

Permalink
chore(deps): bump tslib from 2.7.0 to 2.8.0 (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 7934113 commit 374781a
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion benchmarks/jsxte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"jsxte": "^3.3.1",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"typescript": "^5.6.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/kitajs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@kitajs/html": "workspace:*",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion benchmarks/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"preact": "^10.24.3",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"typescript": "^5.6.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"react": "^18.3.1",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"typescript": "^5.6.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/reactjsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"react": "^18.3.1",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"typescript": "^5.6.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "tsc"
},
"dependencies": {
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"typescript": "^5.6.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/typed-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "tsc"
},
"dependencies": {
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"typed-html": "^3.0.1",
"typescript": "^5.6.3"
}
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/vhtml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "tsc"
},
"dependencies": {
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"typescript": "^5.6.3",
"vhtml": "^2.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/fastify-html-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"fastify": "^5.0.0",
"jsdom": "^25.0.1",
"tsd": "^0.31.2",
"tslib": "^2.7.0"
"tslib": "^2.8.0"
},
"peerDependencies": {
"@kitajs/html": "workspace:^4.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-html-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"chalk": "^4.1.2",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"yargs": "^17.7.2"
},
"devDependencies": {
Expand Down
66 changes: 33 additions & 33 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 374781a

Please sign in to comment.