Skip to content

Commit

Permalink
fix: npm deps (flipperdevices#3978)
Browse files Browse the repository at this point in the history
  • Loading branch information
portasynthinca3 authored Oct 31, 2024
1 parent 561b4e9 commit f4887ed
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions applications/system/js_app/packages/fz-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flipperdevices/fz-sdk",
"version": "0.1.0",
"version": "0.1.1",
"description": "Type declarations and documentation for native JS modules available on Flipper Zero",
"keywords": [
"flipper",
Expand All @@ -15,14 +15,12 @@
"directory": "applications/system/js_app/packages/fz-sdk"
},
"type": "module",
"devDependencies": {
"dependencies": {
"esbuild": "^0.24.0",
"esbuild-plugin-tsc": "^0.4.0",
"json5": "^2.2.3",
"typedoc": "^0.26.10",
"typedoc-material-theme": "^1.1.0"
},
"dependencies": {
"typedoc-material-theme": "^1.1.0",
"prompts": "^2.4.2",
"serialport": "^12.0.0"
}
Expand Down

0 comments on commit f4887ed

Please sign in to comment.