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 Sep 2, 2024
1 parent f2781df commit 6ed14ec
Show file tree
Hide file tree
Showing 6 changed files with 76 additions and 66 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"react-hot-toast": "2.4.1",
"react-icons": "5.3.0",
"react-virtualized": "9.22.5",
"styled-components": "6.1.12",
"styled-components": "6.1.13",
"typescript": "5.5.4"
},
"devDependencies": {
Expand All @@ -71,12 +71,12 @@
"@ivangabriele/biome-config": "1.5.0",
"@ivangabriele/commitlint-config": "2.0.3",
"@ivangabriele/tsconfig-react": "2.0.0",
"@swc/core": "1.7.21",
"@swc/core": "1.7.22",
"@swc/jest": "0.2.36",
"@tauri-apps/cli": "1.6.1",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.0",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/decompress": "^4",
"@types/download": "8.0.5",
Expand All @@ -86,7 +86,7 @@
"@types/node": "20.16.2",
"@types/numeral": "2.0.5",
"@types/ramda": "0.30.2",
"@types/react": "18.3.4",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@types/shelljs": "0.8.15",
"@types/styled-components": "5.1.34",
Expand Down
4 changes: 2 additions & 2 deletions src-tauri/Cargo.lock

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

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ regex = "1.10.6"
serde = { version = "1.0.209", features = ["derive"] }
serde_json = "1.0.127"
tauri = { version = "1.7.2", features = ["api-all", "icon-png", "process-command-api", "system-tray"] }
tokio = { version = "1.39.3", features = ["full"] }
tokio = { version = "1.40.0", features = ["full"] }
tokio-util = "0.7.11"
walkdir = "2.5.0"

Expand Down
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.39.3", features = ["full"] }
tokio = { version = "1.40.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.39.3", features = ["full"] }
tokio = { version = "1.40.0", features = ["full"] }
124 changes: 67 additions & 57 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2252,90 +2252,90 @@ __metadata:
languageName: node
linkType: hard

"@swc/core-darwin-arm64@npm:1.7.21":
version: 1.7.21
resolution: "@swc/core-darwin-arm64@npm:1.7.21"
"@swc/core-darwin-arm64@npm:1.7.22":
version: 1.7.22
resolution: "@swc/core-darwin-arm64@npm:1.7.22"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard

"@swc/core-darwin-x64@npm:1.7.21":
version: 1.7.21
resolution: "@swc/core-darwin-x64@npm:1.7.21"
"@swc/core-darwin-x64@npm:1.7.22":
version: 1.7.22
resolution: "@swc/core-darwin-x64@npm:1.7.22"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard

"@swc/core-linux-arm-gnueabihf@npm:1.7.21":
version: 1.7.21
resolution: "@swc/core-linux-arm-gnueabihf@npm:1.7.21"
"@swc/core-linux-arm-gnueabihf@npm:1.7.22":
version: 1.7.22
resolution: "@swc/core-linux-arm-gnueabihf@npm:1.7.22"
conditions: os=linux & cpu=arm
languageName: node
linkType: hard

"@swc/core-linux-arm64-gnu@npm:1.7.21":
version: 1.7.21
resolution: "@swc/core-linux-arm64-gnu@npm:1.7.21"
"@swc/core-linux-arm64-gnu@npm:1.7.22":
version: 1.7.22
resolution: "@swc/core-linux-arm64-gnu@npm:1.7.22"
conditions: os=linux & cpu=arm64 & libc=glibc
languageName: node
linkType: hard

"@swc/core-linux-arm64-musl@npm:1.7.21":
version: 1.7.21
resolution: "@swc/core-linux-arm64-musl@npm:1.7.21"
"@swc/core-linux-arm64-musl@npm:1.7.22":
version: 1.7.22
resolution: "@swc/core-linux-arm64-musl@npm:1.7.22"
conditions: os=linux & cpu=arm64 & libc=musl
languageName: node
linkType: hard

"@swc/core-linux-x64-gnu@npm:1.7.21":
version: 1.7.21
resolution: "@swc/core-linux-x64-gnu@npm:1.7.21"
"@swc/core-linux-x64-gnu@npm:1.7.22":
version: 1.7.22
resolution: "@swc/core-linux-x64-gnu@npm:1.7.22"
conditions: os=linux & cpu=x64 & libc=glibc
languageName: node
linkType: hard

"@swc/core-linux-x64-musl@npm:1.7.21":
version: 1.7.21
resolution: "@swc/core-linux-x64-musl@npm:1.7.21"
"@swc/core-linux-x64-musl@npm:1.7.22":
version: 1.7.22
resolution: "@swc/core-linux-x64-musl@npm:1.7.22"
conditions: os=linux & cpu=x64 & libc=musl
languageName: node
linkType: hard

"@swc/core-win32-arm64-msvc@npm:1.7.21":
version: 1.7.21
resolution: "@swc/core-win32-arm64-msvc@npm:1.7.21"
"@swc/core-win32-arm64-msvc@npm:1.7.22":
version: 1.7.22
resolution: "@swc/core-win32-arm64-msvc@npm:1.7.22"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard

"@swc/core-win32-ia32-msvc@npm:1.7.21":
version: 1.7.21
resolution: "@swc/core-win32-ia32-msvc@npm:1.7.21"
"@swc/core-win32-ia32-msvc@npm:1.7.22":
version: 1.7.22
resolution: "@swc/core-win32-ia32-msvc@npm:1.7.22"
conditions: os=win32 & cpu=ia32
languageName: node
linkType: hard

"@swc/core-win32-x64-msvc@npm:1.7.21":
version: 1.7.21
resolution: "@swc/core-win32-x64-msvc@npm:1.7.21"
"@swc/core-win32-x64-msvc@npm:1.7.22":
version: 1.7.22
resolution: "@swc/core-win32-x64-msvc@npm:1.7.22"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard

"@swc/core@npm:1.7.21":
version: 1.7.21
resolution: "@swc/core@npm:1.7.21"
"@swc/core@npm:1.7.22":
version: 1.7.22
resolution: "@swc/core@npm:1.7.22"
dependencies:
"@swc/core-darwin-arm64": "npm:1.7.21"
"@swc/core-darwin-x64": "npm:1.7.21"
"@swc/core-linux-arm-gnueabihf": "npm:1.7.21"
"@swc/core-linux-arm64-gnu": "npm:1.7.21"
"@swc/core-linux-arm64-musl": "npm:1.7.21"
"@swc/core-linux-x64-gnu": "npm:1.7.21"
"@swc/core-linux-x64-musl": "npm:1.7.21"
"@swc/core-win32-arm64-msvc": "npm:1.7.21"
"@swc/core-win32-ia32-msvc": "npm:1.7.21"
"@swc/core-win32-x64-msvc": "npm:1.7.21"
"@swc/core-darwin-arm64": "npm:1.7.22"
"@swc/core-darwin-x64": "npm:1.7.22"
"@swc/core-linux-arm-gnueabihf": "npm:1.7.22"
"@swc/core-linux-arm64-gnu": "npm:1.7.22"
"@swc/core-linux-arm64-musl": "npm:1.7.22"
"@swc/core-linux-x64-gnu": "npm:1.7.22"
"@swc/core-linux-x64-musl": "npm:1.7.22"
"@swc/core-win32-arm64-msvc": "npm:1.7.22"
"@swc/core-win32-ia32-msvc": "npm:1.7.22"
"@swc/core-win32-x64-msvc": "npm:1.7.22"
"@swc/counter": "npm:^0.1.3"
"@swc/types": "npm:^0.1.12"
peerDependencies:
Expand Down Expand Up @@ -2364,7 +2364,7 @@ __metadata:
peerDependenciesMeta:
"@swc/helpers":
optional: true
checksum: 10/0a08c0839b13423c971c3ef7b1169fff3d26c4d0312a86d265d50bb297c3d2e9c05fb3db7d578b562628e07044d5f053f528c1d0a140490a3e2a42bf52bc9455
checksum: 10/9b1a1323fa67e12edb933fa8f526f90bf59ed3a44fa2322cbc7888d57d8cbd1f31c06cf4c794b9236d9dbda26c05793ea3a5f6d2d059442c465e86f56317d97e
languageName: node
linkType: hard

Expand Down Expand Up @@ -2555,9 +2555,9 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/react@npm:16.0.0":
version: 16.0.0
resolution: "@testing-library/react@npm:16.0.0"
"@testing-library/react@npm:16.0.1":
version: 16.0.1
resolution: "@testing-library/react@npm:16.0.1"
dependencies:
"@babel/runtime": "npm:^7.12.5"
peerDependencies:
Expand All @@ -2571,7 +2571,7 @@ __metadata:
optional: true
"@types/react-dom":
optional: true
checksum: 10/b32894be94e31276138decfa6bcea69dfebc0c37cf91499ff6c878f41eb1154a43a7df6eb1e72e7bede78468af6cb67ca59e4acd3206b41f3ecdae2c6efdf67e
checksum: 10/904b48881cf5bd208e25899e168f5c99c78ed6d77389544838d9d861a038d2c5c5385863ee9a367436770cbf7d21c5e05a991b9e24a33806e9ac985df2448185
languageName: node
linkType: hard

Expand Down Expand Up @@ -2927,7 +2927,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:*, @types/react@npm:18.3.4":
"@types/react@npm:*":
version: 18.3.4
resolution: "@types/react@npm:18.3.4"
dependencies:
Expand All @@ -2937,6 +2937,16 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:18.3.5":
version: 18.3.5
resolution: "@types/react@npm:18.3.5"
dependencies:
"@types/prop-types": "npm:*"
csstype: "npm:^3.0.2"
checksum: 10/ba0477c5ad4a762157c6262a199af6ccf9e24576877a26a7f516d5a9ba35374a6ac7f8686a10e5e8030513214f02bcb66e8363e43905afb7cd313deaf673de05
languageName: node
linkType: hard

"@types/responselike@npm:^1.0.0":
version: 1.0.3
resolution: "@types/responselike@npm:1.0.3"
Expand Down Expand Up @@ -4327,13 +4337,13 @@ __metadata:
"@ivangabriele/commitlint-config": "npm:2.0.3"
"@ivangabriele/tsconfig-react": "npm:2.0.0"
"@lezer/highlight": "npm:1.2.1"
"@swc/core": "npm:1.7.21"
"@swc/core": "npm:1.7.22"
"@swc/jest": "npm:0.2.36"
"@tauri-apps/api": "npm:1.6.0"
"@tauri-apps/cli": "npm:1.6.1"
"@testing-library/dom": "npm:10.4.0"
"@testing-library/jest-dom": "npm:6.5.0"
"@testing-library/react": "npm:16.0.0"
"@testing-library/react": "npm:16.0.1"
"@testing-library/user-event": "npm:14.5.2"
"@types/decompress": "npm:^4"
"@types/download": "npm:8.0.5"
Expand All @@ -4343,7 +4353,7 @@ __metadata:
"@types/node": "npm:20.16.2"
"@types/numeral": "npm:2.0.5"
"@types/ramda": "npm:0.30.2"
"@types/react": "npm:18.3.4"
"@types/react": "npm:18.3.5"
"@types/react-dom": "npm:18.3.0"
"@types/shelljs": "npm:0.8.15"
"@types/styled-components": "npm:5.1.34"
Expand Down Expand Up @@ -4381,7 +4391,7 @@ __metadata:
react-icons: "npm:5.3.0"
react-virtualized: "npm:9.22.5"
shelljs: "npm:0.8.5"
styled-components: "npm:6.1.12"
styled-components: "npm:6.1.13"
ts-node: "npm:10.9.2"
type-fest: "npm:4.26.0"
typescript: "npm:5.5.4"
Expand Down Expand Up @@ -10626,9 +10636,9 @@ __metadata:
languageName: node
linkType: hard

"styled-components@npm:6.1.12":
version: 6.1.12
resolution: "styled-components@npm:6.1.12"
"styled-components@npm:6.1.13":
version: 6.1.13
resolution: "styled-components@npm:6.1.13"
dependencies:
"@emotion/is-prop-valid": "npm:1.2.2"
"@emotion/unitless": "npm:0.8.1"
Expand All @@ -10642,7 +10652,7 @@ __metadata:
peerDependencies:
react: ">= 16.8.0"
react-dom: ">= 16.8.0"
checksum: 10/b0bcba70921f99b6d30a63ba4311b09a04da4c9c9213bc711a436bff8607387c61e588e9953897d3c99399e85dc5f1d7ab78482920bc6a610a1f883d8eb9bce8
checksum: 10/8be7bcb156945e876f560b1bef4f2e5a6a214e53fa6e7f98cd7294c83f3cfb2d712c4561d175abcd6d331a65ef5b9b2004c916aa035ddec9633f0661d9c8205c
languageName: node
linkType: hard

Expand Down

0 comments on commit 6ed14ec

Please sign in to comment.