Skip to content

Commit

Permalink
Remove @DataDog, update esbuild
Browse files Browse the repository at this point in the history
Add `metafile: true` to esbuild script.
  • Loading branch information
weedz committed Jun 10, 2023
1 parent 073d4f3 commit e8ae0d8
Show file tree
Hide file tree
Showing 5 changed files with 191 additions and 262 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,4 @@ dist/
TODO.md

stats.html
/metafile.json
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,20 @@
],
"license": "GPL-3.0-or-later",
"devDependencies": {
"@datadog/build-plugin": "^1.0.3",
"@electron/asar": "^3.2.4",
"@types/node": "^18.16.16",
"@types/node": "^18.16.17",
"@types/nodegit": "^0.28.3",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@weedzcokie/store": "^2.0.0",
"electron": "^25.0.0",
"electron": "^25.1.0",
"electron-builder": "24.2.1",
"esbuild": "^0.17.19",
"eslint": "^8.41.0",
"esbuild": "^0.18.0",
"eslint": "^8.42.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-react": "^7.32.2",
"preact": "^10.15.1",
"typescript": "^5.0.4"
"typescript": "^5.1.3"
},
"dependencies": {
"nodegit": "0.28.0-alpha.21"
Expand Down
Loading

0 comments on commit e8ae0d8

Please sign in to comment.