Skip to content

Commit

Permalink
Merge pull request #232 from gjsify/dependabot/npm_and_yarn/esbuild-0…
Browse files Browse the repository at this point in the history
….25.0

chore(deps-dev): bump esbuild from 0.24.2 to 0.25.0
  • Loading branch information
JumpLink authored Feb 11, 2025
2 parents 3e1806c + 9b5aed0 commit 4c2cc32
Show file tree
Hide file tree
Showing 19 changed files with 141 additions and 141 deletions.
2 changes: 1 addition & 1 deletion examples/gio-2-cat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.24.2",
"esbuild": "^0.25.0",
"typescript": "^5.6.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/gio-2-dbus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.24.2",
"esbuild": "^0.25.0",
"typescript": "^5.6.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/gio-2-list-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.24.2",
"esbuild": "^0.25.0",
"typescript": "^5.6.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/glib-2-variant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.24.2",
"esbuild": "^0.25.0",
"typescript": "^5.6.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/gtk-3-calc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.24.2",
"esbuild": "^0.25.0",
"typescript": "^5.6.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/gtk-3-hello-2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.24.2",
"esbuild": "^0.25.0",
"typescript": "^5.6.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/gtk-3-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.24.2",
"esbuild": "^0.25.0",
"typescript": "^5.6.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/gtk-3-webkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.24.2",
"esbuild": "^0.25.0",
"typescript": "^5.6.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/gtk-4-application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.24.2",
"esbuild": "^0.25.0",
"typescript": "^5.6.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/gtk-4-custom-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"license": "MIT",
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.24.2",
"esbuild": "^0.25.0",
"typescript": "^5.6.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/gtk-4-gettext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.24.2",
"esbuild": "^0.25.0",
"typescript": "^5.6.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/gtk-4-list-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.24.2",
"esbuild": "^0.25.0",
"typescript": "^5.6.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/gtk-4-template-esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.24.2",
"esbuild": "^0.25.0",
"typescript": "^5.6.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/run-async/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.24.2",
"esbuild": "^0.25.0",
"typescript": "^5.6.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/soup-3-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.24.2",
"esbuild": "^0.25.0",
"typescript": "^5.6.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/soup-3-websocket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.24.2",
"esbuild": "^0.25.0",
"typescript": "^5.6.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/timers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "Pascal Garber <[email protected]>",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.24.2",
"esbuild": "^0.25.0",
"typescript": "^5.6.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tests/types-locally/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@ts-for-gir/cli": "workspace:^",
"esbuild": "^0.24.2",
"esbuild": "^0.25.0",
"typescript": "^5.6.3"
}
}
Loading

0 comments on commit 4c2cc32

Please sign in to comment.