Skip to content

Commit

Permalink
去除依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
SOVLOOKUP committed Oct 17, 2023
1 parent 5d2592d commit a62e9a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions addon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ crate-type = ["cdylib"]
[dependencies]
rdev = { version = "0.5.3", features = ["serialize", "unstable_grab"] }
clipboard-files = "0.1.1"
copypasta = "0.8.2"
copypasta = "0.10.0"
enigo = "0.1.3"
napi = { version = "2.12.2", default-features = false, features = ["napi4"] }
napi-derive = "2.12.2"
napi = { version = "2.13.3", default-features = false, features = ["napi4"] }
napi-derive = "2.13.0"
serde_json = "1.0.107"
lnk_parser = "0.4.0"
parselnk = "0.1.1"
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"devDependencies": {
"@types/node": "^20.8.6",
"tsup": "^7.2.0",
"picomatch": "^2.3.1",
"typescript": "^5.2.2"
},
"dependencies": {
Expand Down

0 comments on commit a62e9a7

Please sign in to comment.