Skip to content

Commit

Permalink
Add missing dependencies and trust
Browse files Browse the repository at this point in the history
Not sure why `ajv` is necessary, but `webpack` complains.
  • Loading branch information
lukasjuhrich committed Apr 13, 2024
1 parent 7480911 commit 19a9856
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"@types/jquery": "^3.5.5",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"ajv": "^8",
"autocomplete.js": "^0.38.1",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.1",
Expand All @@ -68,5 +69,10 @@
"scripts": {
"webpack": "webpack",
"build": "webpack --profile --progress"
}
},
"trustedDependencies": [
"@fortawesome/fontawesome-free",
"core-js",
"esbuild"
]
}

0 comments on commit 19a9856

Please sign in to comment.