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 Jan 26, 2024
1 parent 4440a0e commit f4955ba
Show file tree
Hide file tree
Showing 4 changed files with 461 additions and 623 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@lezer/highlight": "1.2.0",
"@tauri-apps/api": "1.5.1",
"@tauri-apps/api": "1.5.3",
"@uiw/codemirror-extensions-langs": "4.21.21",
"@uiw/codemirror-themes": "4.21.21",
"@uiw/react-codemirror": "4.21.21",
Expand All @@ -47,49 +47,49 @@
"react-hot-toast": "2.4.1",
"react-icons": "4.12.0",
"react-virtualized": "9.22.5",
"styled-components": "6.1.1",
"styled-components": "6.1.8",
"typescript": "5.3.3"
},
"devDependencies": {
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"@commitlint/cli": "18.6.0",
"@commitlint/config-conventional": "18.6.0",
"@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.100",
"@swc/jest": "0.2.29",
"@tauri-apps/cli": "1.5.7",
"@testing-library/jest-dom": "6.1.5",
"@swc/core": "1.3.106",
"@swc/jest": "0.2.31",
"@tauri-apps/cli": "1.5.9",
"@testing-library/jest-dom": "6.3.0",
"@testing-library/react": "14.1.2",
"@testing-library/user-event": "14.5.1",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.11",
"@types/lodash.debounce": "4.0.9",
"@types/node": "20.10.4",
"@types/node": "20.11.7",
"@types/numeral": "2.0.5",
"@types/ramda": "0.29.9",
"@types/react": "18.2.43",
"@types/react-dom": "18.2.17",
"@types/ramda": "0.29.10",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@types/shelljs": "0.8.15",
"@types/styled-components": "5.1.34",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"@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.55.0",
"eslint": "8.56.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jest": "27.6.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.6.3",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-no-null": "1.0.2",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-sort-destructure-keys": "1.5.0",
Expand All @@ -101,10 +101,10 @@
"jest-environment-jsdom": "29.7.0",
"lint-staged": "15.2.0",
"make-dir-cli": "3.1.0",
"prettier": "3.1.1",
"prettier": "3.2.4",
"shelljs": "0.8.5",
"ts-node": "10.9.2",
"type-fest": "4.8.3",
"type-fest": "4.10.1",
"use-debounce": "10.0.0",
"vite": "5.0.7"
},
Expand Down
54 changes: 27 additions & 27 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/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.190", features = ["derive"] }
serde = { version = "1.0.193", features = ["derive"] }

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

0 comments on commit f4955ba

Please sign in to comment.