Skip to content

Commit

Permalink
Update dependency esbuild to v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 5, 2024
1 parent ad2616f commit f7650c9
Show file tree
Hide file tree
Showing 9 changed files with 270 additions and 32 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@tsconfig/node16": "^16.1.1",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"esbuild": "^0.19.10",
"esbuild": "^0.20.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/esbd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@jgoz/esbuild-plugin-typecheck": "workspace:*"
},
"peerDependencies": {
"esbuild": "0.17.x || 0.18.x || 0.19.x"
"esbuild": "0.17.x || 0.18.x || 0.19.x || 0.20.x"
},
"devDependencies": {
"@playwright/test": "^1.40.1",
Expand All @@ -33,7 +33,7 @@
"@types/serve-static": "1.15.5",
"@types/wait-on": "^5.3.4",
"cleye": "^1.3.2",
"esbuild": "^0.19.10",
"esbuild": "^0.20.0",
"execa": "^5.0.0",
"get-port": "^5.0.0",
"io-spin": "^0.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@tsconfig/svelte": "^5.0.2",
"esbuild": "^0.19.10",
"esbuild": "^0.20.0",
"esbuild-svelte": "^0.8.0",
"prettier": "^3.1.1",
"svelte": "^3.58.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@types/js-beautify": "^1.14.3",
"@types/node": "^20.10.5",
"esbuild": "^0.19.10",
"esbuild": "^0.20.0",
"js-beautify": "^1.14.11",
"parse5": "^7.1.2",
"typescript": "^5.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-livereload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@jgoz/esbuild-overlay": "workspace:*",
"@playwright/test": "^1.40.1",
"@types/node": "^20.10.5",
"esbuild": "^0.19.10",
"esbuild": "^0.20.0",
"esbuild-svelte": "^0.8.0",
"get-port": "^5.0.0",
"open-editor": "^4.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/node-sass": "^4.11.7",
"autoprefixer": "^10.4.16",
"enhanced-resolve": "^5.15.0",
"esbuild": "^0.19.10",
"esbuild": "^0.20.0",
"js-beautify": "^1.14.11",
"postcss": "^8.4.32",
"postcss-preset-env": "^9.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/esbuild-plugin-typecheck/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"types": "lib/index.d.ts",
"peerDependencies": {
"@jgoz/esbuild-plugin-livereload": ">=2.0.3",
"esbuild": "0.17.x || 0.18.x || 0.19.x",
"esbuild": "0.17.x || 0.18.x || 0.19.x || 0.20.x",
"typescript": ">= 3.5"
},
"peerDependenciesMeta": {
Expand All @@ -38,7 +38,7 @@
"devDependencies": {
"@jgoz/esbuild-plugin-livereload": "workspace:*",
"@types/node": "^20.10.5",
"esbuild": "^0.19.10",
"esbuild": "^0.20.0",
"execa": "^5.0.0",
"memfs": "^3.5.3",
"picocolors": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/babel__core": "^7.20.5",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.5",
"esbuild": "^0.19.10",
"esbuild": "^0.20.0",
"jest": "^29.7.0",
"prettier": "^3.1.1",
"tslib": "^2.6.2",
Expand Down
Loading

0 comments on commit f7650c9

Please sign in to comment.