Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Commit 8d3027d

Browse files
committed
fix: pin esbuild version
1 parent 279c83b commit 8d3027d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"@types/react": "^18.3.3",
4141
"@types/react-dom": "^18.3.0",
4242
"@vitejs/plugin-react": "^4.3.1",
43+
"esbuild": "0.21.5",
4344
"eslint": "^9.9.0",
4445
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
4546
"eslint-plugin-react-refresh": "^0.4.9",
@@ -61,7 +62,9 @@
6162
"rename": {
6263
"scaffold": {
6364
"to": "{{name}}",
64-
"paths": ["src"]
65+
"paths": [
66+
"src"
67+
]
6568
}
6669
},
6770
"versions": {

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)