Skip to content

Commit

Permalink
Update dependency esbuild to v0.17.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 22, 2023
1 parent 5043a09 commit 226efdd
Show file tree
Hide file tree
Showing 9 changed files with 270 additions and 43 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": "^18.7.9",
"esbuild": "^0.15.5",
"esbuild": "^0.17.12",
"typescript": "^4.7.4"
},
"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": "^18.7.9",
"@types/react": "^18.0.17",
"cross-env": "^7.0.3",
"esbuild": "^0.15.5",
"esbuild": "^0.17.12",
"typescript": "^4.7.4"
},
"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.15.5",
"esbuild": "^0.17.12",
"typescript": "^4.7.4"
},
"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": "^1.1.3",
"@types/node": "^18.7.9",
"changesets-github-release": "^0.1.0",
"esbuild": "^0.15.5",
"esbuild": "^0.17.12",
"husky": "^8.0.1",
"prettier": "^2.7.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": "^9.4.0",
"esbuild": "^0.15.5",
"esbuild": "^0.17.12",
"execa": "^6.1.0",
"globby": "^13.1.2",
"rollup-plugin-delete": "^2.0.0",
Expand All @@ -56,7 +56,7 @@
},
"peerDependencies": {
"@types/node": "*",
"esbuild": ">=0.14.39",
"esbuild": ">=0.17.12",
"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": "^7.12.0",
"chokidar": "^3.5.3",
"commander": "^9.4.0",
"esbuild": "^0.15.5",
"esbuild": "^0.17.12",
"execa": "^6.1.0",
"tree-kill": "^1.2.2",
"typescript": "^4.7.4",
"typescript-paths": "^1.4.0"
},
"peerDependencies": {
"esbuild": ">=0.14.39",
"esbuild": ">=0.17.12",
"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": "^2.29.2",
"esbuild": "^0.15.5",
"esbuild": "^0.17.12",
"execa": "^6.1.0",
"fast-glob": "^3.2.11",
"folder-hash": "^4.0.2",
Expand All @@ -62,7 +62,7 @@
"typescript": "^4.7.4"
},
"peerDependencies": {
"esbuild": ">=0.14.39",
"esbuild": ">=0.17.12",
"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.15.5",
"esbuild": "^0.17.12",
"rollup": "^2.78.1",
"tsconfck": "^2.0.1",
"tsup": "^6.2.2"
},
"peerDependencies": {
"esbuild": ">=0.14.39",
"esbuild": ">=0.17.12",
"rollup": "*"
},
"peerDependenciesMeta": {
Expand Down
Loading

0 comments on commit 226efdd

Please sign in to comment.