Skip to content

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] committed Sep 28, 2022
1 parent f02a656 commit 671a9d5
Show file tree
Hide file tree
Showing 6 changed files with 148 additions and 84 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.15.1
16.17.1
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@ env_logger = "0.9.0"
atty = "0.2.14"
encoding_rs_io = "0.1.7"
reqwest = { version = "0.11.11", features = ["blocking", "json", "rustls-tls", "rustls-tls-native-roots", "brotli"], default-features = false }
url = "2.2.2"
sysinfo = "0.24.5"
url = "2.3.1"
sysinfo = "0.26.4"
thiserror = "1.0.31"
clap_complete = "3.2.3"
anyhow = "1.0.58"

[dev-dependencies]
pretty_assertions = "1.2.1"
pretty_assertions = "1.3.0"
duct = "0.13.5"
shell-escape = "0.1.5"
insta = { version = "1.15.0", features = ["backtrace"] }
serial_test = "0.8.0"
insta = { version = "1.20.0", features = ["backtrace"] }
serial_test = "0.9.0"
test-log = "0.2.10"

[build-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"repository": "git@github.com:Schniz/fnm.git",
"author": "Gal Schlezinger <gal@spitfire.co.il>",
"packageManager": "pnpm@7.5.0",
"packageManager": "pnpm@7.12.2",
"license": "GPLv3",
"scripts": {
"version:prepare": "changeset version && ./.ci/prepare-version.js",
Expand All @@ -20,7 +20,7 @@
}
},
"devDependencies": {
"@changesets/cli": "2.23.0",
"@changesets/cli": "2.24.4",
"cmd-ts": "0.11.0",
"execa": "5.1.1",
"lerna-changelog": "2.2.0",
Expand Down
130 changes: 62 additions & 68 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"build": "rm -rf public; mkdir public; cp ../.ci/install.sh ./public/install.txt"
},
"devDependencies": {
"@vercel/node": "2.4.0",
"typescript": "4.7.4",
"@vercel/node": "2.5.20",
"typescript": "4.8.4",
"vercel": "26.0.0"
}
}
Loading

0 comments on commit 671a9d5

Please sign in to comment.