Skip to content

Commit

Permalink
re-add missing dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Wagner committed Aug 28, 2024
1 parent 1e62a84 commit d7d78e6
Show file tree
Hide file tree
Showing 2 changed files with 248 additions and 1 deletion.
244 changes: 244 additions & 0 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@
"style-loader": "^4.0.0",
"url-loader": "^4.1.1",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
"webpack-cli": "^5.1.4",
"typescript": "^5.5.4",
"@types/firefox-webext-browser": "^120.0.4",
"ts-loader": "^9.5.1"
},
"prettier": {
"singleQuote": true,
Expand Down

0 comments on commit d7d78e6

Please sign in to comment.