Skip to content

Commit

Permalink
build(dev-deps): update all non-major dependencies (#107)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 11, 2023
1 parent 0261b4e commit 4440a0e
Show file tree
Hide file tree
Showing 6 changed files with 685 additions and 522 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"dependencies": {
"@lezer/highlight": "1.2.0",
"@tauri-apps/api": "1.5.1",
"@uiw/codemirror-extensions-langs": "4.21.20",
"@uiw/codemirror-themes": "4.21.20",
"@uiw/react-codemirror": "4.21.20",
"@uiw/codemirror-extensions-langs": "4.21.21",
"@uiw/codemirror-themes": "4.21.21",
"@uiw/react-codemirror": "4.21.21",
"ky-universal": "0.12.0",
"lodash.debounce": "4.0.8",
"lodash.throttle": "4.1.1",
Expand All @@ -48,43 +48,43 @@
"react-icons": "4.12.0",
"react-virtualized": "9.22.5",
"styled-components": "6.1.1",
"typescript": "5.2.2"
"typescript": "5.3.3"
},
"devDependencies": {
"@commitlint/cli": "18.4.2",
"@commitlint/config-conventional": "18.4.2",
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"@ivangabriele/commitlint-config": "1.1.0",
"@ivangabriele/eslint-config-typescript-react": "7.1.1",
"@ivangabriele/prettier-config": "4.0.1",
"@ivangabriele/tsconfig-react": "1.2.2",
"@swc/core": "1.3.96",
"@swc/core": "1.3.100",
"@swc/jest": "0.2.29",
"@tauri-apps/cli": "1.5.6",
"@testing-library/jest-dom": "6.1.4",
"@tauri-apps/cli": "1.5.7",
"@testing-library/jest-dom": "6.1.5",
"@testing-library/react": "14.1.2",
"@testing-library/user-event": "14.5.1",
"@types/jest": "29.5.8",
"@types/jest": "29.5.11",
"@types/lodash.debounce": "4.0.9",
"@types/node": "20.9.2",
"@types/node": "20.10.4",
"@types/numeral": "2.0.5",
"@types/ramda": "0.29.9",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@types/react": "18.2.43",
"@types/react-dom": "18.2.17",
"@types/shelljs": "0.8.15",
"@types/styled-components": "5.1.30",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"@vitejs/plugin-react": "4.2.0",
"@types/styled-components": "5.1.34",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"@vitejs/plugin-react": "4.2.1",
"@wdio/cli": "8.12.0",
"@wdio/local-runner": "8.11.3",
"@wdio/mocha-framework": "8.11.0",
"@wdio/spec-reporter": "8.11.2",
"bhala": "3.0.4",
"cross-env": "7.0.3",
"eslint": "8.54.0",
"eslint": "8.55.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jest": "27.6.0",
"eslint-plugin-jsx-a11y": "6.8.0",
Expand All @@ -99,14 +99,14 @@
"husky": "8.0.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lint-staged": "15.1.0",
"lint-staged": "15.2.0",
"make-dir-cli": "3.1.0",
"prettier": "3.1.0",
"prettier": "3.1.1",
"shelljs": "0.8.5",
"ts-node": "10.9.1",
"type-fest": "4.8.1",
"ts-node": "10.9.2",
"type-fest": "4.8.3",
"use-debounce": "10.0.0",
"vite": "5.0.5"
"vite": "5.0.7"
},
"author": {
"name": "Ivan Gabriele",
Expand Down
74 changes: 22 additions & 52 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 @@ -39,7 +39,7 @@ walkdir = "2.4.0"

[dev-dependencies]
jrest = "0.2.3"
mockall = "0.11.4"
mockall = "0.12.0"

[package.metadata.deb]
copyright = "2022-present, Ivan Gabriele <[email protected]>"
2 changes: 1 addition & 1 deletion src-tauri/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
colored = "2.0.0"
colored = "2.1.0"
common = { path = "../common" }
tokio = { version = "1.34.0", features = ["full"] }

Expand Down
2 changes: 1 addition & 1 deletion src-tauri/filer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
cli = { path = "../cli" }
common = { path = "../common" }
glob = { git = "https://github.com/rust-lang/glob", branch = "master" }
serde = { version = "1.0.164", features = ["derive"] }
serde = { version = "1.0.190", features = ["derive"] }

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

0 comments on commit 4440a0e

Please sign in to comment.