Skip to content

Commit

Permalink
build(dev-deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ivangabriele committed Nov 3, 2024
1 parent f0586d6 commit ba68867
Show file tree
Hide file tree
Showing 8 changed files with 1,364 additions and 1,872 deletions.
725 changes: 367 additions & 358 deletions .yarn/releases/yarn-4.4.1.cjs → .yarn/releases/yarn-4.5.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
compressionLevel: mixed
enableGlobalCache: false
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-4.4.1.cjs
yarnPath: .yarn/releases/yarn-4.5.1.cjs
2 changes: 1 addition & 1 deletion daemon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ futures-util = "0.3.30"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
tokio = { version = "1.34.0", features = ["full"] }
tokio-tungstenite = "0.23.1"
tokio-tungstenite = "0.24.0"

[target.'cfg(windows)'.dependencies]
windows-service = "0.7.0"
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@fontsource/poppins": "5.0.16",
"@fontsource/reddit-mono": "5.0.5",
"@fontsource/poppins": "5.1.0",
"@fontsource/reddit-mono": "5.1.0",
"@lezer/highlight": "1.2.1",
"@tauri-apps/api": "2.0.3",
"@tauri-apps/plugin-clipboard-manager": "2.0.0",
Expand All @@ -70,9 +70,9 @@
"@tauri-apps/plugin-os": "2.0.0",
"@tauri-apps/plugin-process": "2.0.0",
"@tauri-apps/plugin-shell": "2.0.1",
"@uiw/codemirror-extensions-langs": "4.23.1",
"@uiw/codemirror-themes": "4.23.1",
"@uiw/react-codemirror": "4.23.1",
"@uiw/codemirror-extensions-langs": "4.23.6",
"@uiw/codemirror-themes": "4.23.6",
"@uiw/react-codemirror": "4.23.6",
"dayjs": "1.11.13",
"ky-universal": "0.12.0",
"lodash.debounce": "4.0.8",
Expand All @@ -85,46 +85,46 @@
"react-icons": "5.3.0",
"react-virtualized": "9.22.5",
"styled-components": "6.1.13",
"typescript": "5.5.4"
"typescript": "5.6.3"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@commitlint/cli": "19.4.1",
"@commitlint/config-conventional": "19.4.1",
"@faker-js/faker": "9.0.0",
"@biomejs/biome": "1.9.4",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@faker-js/faker": "9.1.0",
"@ivangabriele/biome-config": "1.5.0",
"@ivangabriele/commitlint-config": "2.0.3",
"@ivangabriele/tsconfig-react": "2.0.0",
"@storybook/addon-essentials": "8.3.0",
"@storybook/addon-interactions": "8.3.0",
"@storybook/addon-links": "8.3.0",
"@storybook/addon-themes": "8.3.0",
"@storybook/blocks": "8.3.0",
"@storybook/react": "8.3.0",
"@storybook/react-vite": "8.3.0",
"@storybook/test": "8.3.0",
"@swc/core": "1.7.24",
"@swc/jest": "0.2.36",
"@storybook/addon-essentials": "8.4.1",
"@storybook/addon-interactions": "8.4.1",
"@storybook/addon-links": "8.4.1",
"@storybook/addon-themes": "8.4.1",
"@storybook/blocks": "8.4.1",
"@storybook/react": "8.4.1",
"@storybook/react-vite": "8.4.1",
"@storybook/test": "8.4.1",
"@swc/core": "1.7.42",
"@swc/jest": "0.2.37",
"@tauri-apps/cli": "^2.0.0-rc.15",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.5.2",
"@types/decompress": "4",
"@types/download": "8.0.5",
"@types/fs-extra": "11",
"@types/jest": "29.5.12",
"@types/jest": "29.5.14",
"@types/lodash.debounce": "4.0.9",
"@types/node": "20.16.5",
"@types/node": "20.17.5",
"@types/numeral": "2.0.5",
"@types/ramda": "0.30.2",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-test-renderer": "^18",
"@types/shelljs": "0.8.15",
"@types/styled-components": "5.1.34",
"@vitejs/plugin-react": "4.3.1",
"@vitejs/plugin-react": "4.3.3",
"@wdio/cli": "8.38.2",
"@wdio/local-runner": "8.38.2",
"@wdio/mocha-framework": "8.38.2",
Expand All @@ -135,22 +135,22 @@
"del": "7.1.0",
"download": "8.0.0",
"esm-path": "1.0.1",
"execa": "9.3.1",
"execa": "9.5.1",
"fs-extra": "11.2.0",
"husky": "9.1.5",
"husky": "9.1.6",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lint-staged": "15.2.10",
"make-dir-cli": "4.0.0",
"openpgp": "5.11.2",
"ora": "8.1.0",
"ora": "8.1.1",
"react-test-renderer": "18.3.1",
"shelljs": "0.8.5",
"storybook": "8.3.0",
"storybook": "8.4.1",
"ts-node": "10.9.2",
"type-fest": "4.26.1",
"use-debounce": "10.0.3",
"vite": "5.4.6",
"use-debounce": "10.0.4",
"vite": "5.4.10",
"vite-tsconfig-paths": "5.0.1",
"which": "4.0.0"
},
Expand Down Expand Up @@ -179,5 +179,5 @@
"last 1 chrome version"
]
},
"packageManager": "yarn@4.4.1"
"packageManager": "yarn@4.5.1"
}
2 changes: 1 addition & 1 deletion src-tauri/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
[dependencies]
colored = "2.1.0"
common = { path = "../common" }
tokio = { version = "1.40.0", features = ["full"] }
tokio = { version = "1.41.0", features = ["full"] }

[dev-dependencies]
dev = { path = "../dev" }
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/fast-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version = "0.1.0"
edition = "2021"

[dependencies]
tokio = { version = "1.40.0", features = ["full"] }
tokio = { version = "1.41.0", features = ["full"] }
2 changes: 1 addition & 1 deletion src-tauri/filer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false
cli = { path = "../cli" }
common = { path = "../common" }
glob = { git = "https://github.com/rust-lang/glob", branch = "master" }
serde = { version = "1.0.209", features = ["derive"] }
serde = { version = "1.0.214", features = ["derive"] }

[dev-dependencies]
dev = { path = "../dev" }
Expand Down
Loading

0 comments on commit ba68867

Please sign in to comment.