Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusJx committed Aug 20, 2023
1 parent a11c687 commit 09f5fbc
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 61 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
token: ${{secrets.NPM_TOKEN}}
package: npm/${{matrix.package}}/package.json
dry-run: ${{github.event.inputs.dry-run == 'true'}}
ignore-scripts: false
- name: NPM Publish
uses: JS-DevTools/[email protected]
if: ${{matrix.publish}}
Expand Down
94 changes: 53 additions & 41 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ version = "0.1.0"
crate-type = ["cdylib"]

[dependencies]
napi = { version = "2.13.2", default-features = false, features = ["napi4", "napi6", "tokio_rt"] }
napi = { version = "2.13.3", default-features = false, features = ["napi4", "napi6", "tokio_rt"] }
napi-derive = "2.13.0"
tokio = "1.29.1"
tokio = "1.32.0"
futures = "0.3.28"

[target.'cfg(windows)'.dependencies]
widestring = "1.0.2"
windows = { version = "0.48.0", features = [
windows = { version = "0.51.1", features = [
"Foundation",
"Security_Credentials_UI",
"Security_Cryptography",
Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
},
"license": "MIT",
"devDependencies": {
"@napi-rs/cli": "^2.14.8",
"@napi-rs/cli": "^2.16.3",
"@types/is-ci": "^3.0.0",
"@types/node": "^20.4.5",
"@types/node": "^20.5.1",
"ava": "^5.1.1",
"is-ci": "^3.0.1",
"prettier": "^3.0.0",
"prettier": "^3.0.2",
"rimraf": "^5.0.1",
"tsx": "^3.12.7",
"typedoc": "^0.24.8",
Expand Down Expand Up @@ -80,7 +80,7 @@
"trailingComma": "es5"
},
"optionalDependencies": {
"passport-desktop-win32-x64-msvc": "0.1.0",
"passport-desktop-win32-ia32-msvc": "0.1.0"
"passport-desktop-win32-ia32-msvc": "0.1.0",
"passport-desktop-win32-x64-msvc": "0.1.0"
}
}

0 comments on commit 09f5fbc

Please sign in to comment.