Skip to content

Commit

Permalink
fix: move esbuild to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
smosco committed Nov 17, 2024
1 parent d8d6875 commit 3d1d39a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@
"dev": "node ./esbuild.config.js --watch",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"esbuild": "^0.24.0"
},
"devDependencies": {
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"esbuild": "^0.24.0",
"esbuild-scss-modules-plugin": "^1.1.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
Expand Down

0 comments on commit 3d1d39a

Please sign in to comment.