Skip to content

Commit

Permalink
update esbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloSzx committed Nov 26, 2021
1 parent 2daf414 commit a3d2d39
Show file tree
Hide file tree
Showing 6 changed files with 142 additions and 142 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"types": "pnpm --filter bob-esbuild build:types"
},
"devDependencies": {
"@changesets/cli": "^2.18.0",
"@changesets/cli": "^2.18.1",
"@types/node": "^16.11.10",
"changesets-github-release": "^0.0.4",
"esbuild": "^0.13.15",
"esbuild": "^0.14.0",
"husky": "^7.0.4",
"prettier": "^2.5.0",
"pretty-quick": "^3.1.2",
Expand All @@ -36,7 +36,7 @@
},
"pnpm": {
"overrides": {
"esbuild": "^0.13.15"
"esbuild": "^0.14.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/bob-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"bob-esbuild-cli": "workspace:^3.0.1",
"changesets-github-release": "^0.0.4",
"commander": "^8.3.0",
"esbuild": "^0.13.15",
"esbuild": "^0.14.0",
"execa": "^6.0.0",
"globby": "^12.0.2",
"rollup-plugin-delete": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/bob-tsm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"c8": "^7.10.0",
"chokidar": "^3.5.2",
"commander": "^8.3.0",
"esbuild": "^0.13.15",
"esbuild": "^0.14.0",
"execa": "^6.0.0",
"semver": "^7.3.5",
"tree-kill": "^1.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/bob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"changesets-github-release": "^0.0.4",
"cosmiconfig": "^7.0.1",
"date-fns": "^2.26.0",
"esbuild": "^0.13.15",
"esbuild": "^0.14.0",
"execa": "^6.0.0",
"fast-glob": "^3.2.7",
"folder-hash": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"changesets-github-release": "^0.0.4",
"esbuild": "^0.13.15",
"esbuild": "^0.14.0",
"rollup": "^2.60.1",
"tsconfck": "^1.1.1",
"tsup": "^5.10.0"
Expand Down
Loading

0 comments on commit a3d2d39

Please sign in to comment.