Skip to content

Commit

Permalink
Update dependency esbuild to v0.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 16, 2024
1 parent f55b2d0 commit 78dd73b
Show file tree
Hide file tree
Showing 9 changed files with 3,019 additions and 2,258 deletions.
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"devDependencies": {
"@types/node": "^20.10.6",
"esbuild": "^0.19.11",
"esbuild": "^0.21.3",
"typescript": "^5.3.3"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-custom-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"cross-env": "^7.0.3",
"esbuild": "^0.19.11",
"esbuild": "^0.21.3",
"typescript": "^5.3.3"
},
"dependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion examples/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"bob-esbuild-cli": "workspace:^4.0.0"
},
"devDependencies": {
"esbuild": "^0.19.11",
"esbuild": "^0.21.3",
"typescript": "^5.3.3"
},
"dependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@manypkg/get-packages": "^2.2.0",
"@types/node": "^20.10.6",
"changesets-github-release": "^0.1.0",
"esbuild": "^0.19.11",
"esbuild": "^0.21.3",
"husky": "^8.0.3",
"prettier": "^3.1.1",
"pretty-quick": "^3.1.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/bob-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"bob-esbuild-cli": "workspace:^4.0.0",
"changesets-github-release": "^0.1.0",
"commander": "^11.1.0",
"esbuild": "^0.19.11",
"esbuild": "^0.21.3",
"execa": "^6.1.0",
"globby": "^14.0.0",
"rollup-plugin-delete": "^2.0.0",
Expand All @@ -56,7 +56,7 @@
},
"peerDependencies": {
"@types/node": "*",
"esbuild": ">=0.14.39",
"esbuild": ">=0.21.3",
"typescript": "*"
},
"peerDependenciesMeta": {
Expand Down
4 changes: 2 additions & 2 deletions packages/bob-tsm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
"c8": "^8.0.1",
"chokidar": "^3.5.3",
"commander": "^11.1.0",
"esbuild": "^0.19.11",
"esbuild": "^0.21.3",
"execa": "^6.1.0",
"tree-kill": "^1.2.2",
"typescript": "^5.3.3",
"typescript-paths": "^1.5.1"
},
"peerDependencies": {
"esbuild": ">=0.14.39",
"esbuild": ">=0.21.3",
"typescript": ">=4.7.4"
},
"peerDependenciesMeta": {
Expand Down
4 changes: 2 additions & 2 deletions packages/bob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"changesets-github-release": "^0.1.0",
"cosmiconfig": "^7.0.1",
"date-fns": "^3.0.6",
"esbuild": "^0.19.11",
"esbuild": "^0.21.3",
"execa": "^6.1.0",
"fast-glob": "^3.3.2",
"folder-hash": "^4.0.4",
Expand All @@ -62,7 +62,7 @@
"typescript": "^5.3.3"
},
"peerDependencies": {
"esbuild": ">=0.14.39",
"esbuild": ">=0.21.3",
"typescript": "*"
},
"peerDependenciesMeta": {
Expand Down
4 changes: 2 additions & 2 deletions packages/esbuild-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
},
"devDependencies": {
"changesets-github-release": "^0.1.0",
"esbuild": "^0.19.11",
"esbuild": "^0.21.3",
"rollup": "^4.9.2",
"tsconfck": "^3.0.0",
"tsup": "^8.0.1"
},
"peerDependencies": {
"esbuild": ">=0.14.39",
"esbuild": ">=0.21.3",
"rollup": "*"
},
"peerDependenciesMeta": {
Expand Down
Loading

0 comments on commit 78dd73b

Please sign in to comment.