Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 6, 2022
1 parent addf5c0 commit 237d05e
Show file tree
Hide file tree
Showing 3 changed files with 443 additions and 306 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ edition = "2021"
crate-type = ["cdylib"]

[dependencies]
napi = { version = "2.4.3", features = ["napi6"] }
napi-derive = "2.4.1"
napi = { version = "2.6.1", features = ["napi6"] }
napi-derive = "2.6.0"
sodiumoxide = { git = "https://github.com/devtomio/sodiumoxide" }
dryoc = { git = "https://github.com/brndnmtthws/dryoc" }
libc = "0.2.126"

[build-dependencies]
napi-build = "2.0.0"
napi-build = "2.0.1"

[profile.release]
lto = true
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,43 +51,43 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"@favware/rollup-type-bundler": "^1.0.7",
"@napi-rs/cli": "^2.9.0",
"@favware/rollup-type-bundler": "^1.0.9",
"@napi-rs/cli": "^2.10.1",
"@sapphire/eslint-config": "^4.3.6",
"@sapphire/prettier-config": "^1.4.3",
"@sapphire/ts-config": "^3.3.4",
"@swc-node/register": "^1.5.1",
"@types/chloride": "^2.4.0",
"@types/conventional-changelog": "^3",
"@types/eslint": "^8",
"@types/jest": "^28.1.1",
"@types/jest": "^28.1.4",
"@types/libsodium-wrappers": "^0",
"@types/node": "^17.0.21",
"@types/prettier": "^2",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"benny": "^3.7.1",
"chloride": "^2.4.1",
"conventional-changelog": "^3.1.25",
"cross-env": "^7.0.3",
"eslint": "^8.17.0",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-prettier": "^4.2.1",
"gen-esm-wrapper": "^1.1.3",
"jest": "^28.1.1",
"jest-circus": "^28.1.1",
"jest": "^28.1.2",
"jest-circus": "^28.1.2",
"libsodium-wrappers": "^0.7.10",
"lint-staged": "^13.0.1",
"prettier": "^2.6.2",
"rollup": "^2.75.6",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"rollup": "^2.75.7",
"rollup-plugin-version-injector": "^1.3.3",
"ts-jest": "^28.0.4",
"ts-node": "^10.8.1",
"ts-jest": "^28.0.5",
"ts-node": "^10.8.2",
"tweetnacl": "^1.0.3",
"typedoc": "^0.22.17",
"typedoc": "^0.23.5",
"typedoc-plugin-extras": "^2.2.3",
"typedoc-plugin-mdn-links": "^1.0.6",
"typescript": "^4.7.3"
"typescript": "^4.7.4"
},
"files": [
"dist",
Expand Down
Loading

0 comments on commit 237d05e

Please sign in to comment.