Skip to content

Commit

Permalink
fix: update to esbuild 0.14.27, fix #6994 (#7320)
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Mar 15, 2022
1 parent fe85d08 commit 65aaeee
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 65 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -44,7 +44,7 @@
"@typescript-eslint/parser": "^5.11.0",
"conventional-changelog-cli": "^2.2.2",
"cross-env": "^7.0.3",
"esbuild": "^0.14.14",
"esbuild": "^0.14.27",
"eslint": "^8.8.0",
"eslint-define-config": "^1.2.4",
"eslint-plugin-node": "^11.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Expand Up @@ -43,7 +43,7 @@
},
"//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
"dependencies": {
"esbuild": "^0.14.14",
"esbuild": "^0.14.27",
"postcss": "^8.4.6",
"resolve": "^1.22.0",
"rollup": "^2.59.0"
Expand Down
166 changes: 103 additions & 63 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 65aaeee

Please sign in to comment.