Skip to content

Commit aaf7848

Browse files
build(dev-deps): update all non-major dependencies
1 parent 4440a0e commit aaf7848

File tree

7 files changed

+3644
-3061
lines changed

7 files changed

+3644
-3061
lines changed

.yarn/releases/yarn-4.0.2.cjs

-893
This file was deleted.

.yarn/releases/yarn-4.2.2.cjs

+894
Large diffs are not rendered by default.

.yarnrc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ enableGlobalCache: false
44

55
nodeLinker: node-modules
66

7-
yarnPath: .yarn/releases/yarn-4.0.2.cjs
7+
yarnPath: .yarn/releases/yarn-4.2.2.cjs

package.json

+38-38
Original file line numberDiff line numberDiff line change
@@ -33,79 +33,79 @@
3333
},
3434
"dependencies": {
3535
"@lezer/highlight": "1.2.0",
36-
"@tauri-apps/api": "1.5.1",
37-
"@uiw/codemirror-extensions-langs": "4.21.21",
38-
"@uiw/codemirror-themes": "4.21.21",
39-
"@uiw/react-codemirror": "4.21.21",
36+
"@tauri-apps/api": "1.5.6",
37+
"@uiw/codemirror-extensions-langs": "4.22.2",
38+
"@uiw/codemirror-themes": "4.22.2",
39+
"@uiw/react-codemirror": "4.22.2",
4040
"ky-universal": "0.12.0",
4141
"lodash.debounce": "4.0.8",
4242
"lodash.throttle": "4.1.1",
4343
"numeral": "2.0.6",
44-
"ramda": "0.29.1",
45-
"react": "18.2.0",
46-
"react-dom": "18.2.0",
44+
"ramda": "0.30.1",
45+
"react": "18.3.1",
46+
"react-dom": "18.3.1",
4747
"react-hot-toast": "2.4.1",
4848
"react-icons": "4.12.0",
4949
"react-virtualized": "9.22.5",
50-
"styled-components": "6.1.1",
51-
"typescript": "5.3.3"
50+
"styled-components": "6.1.11",
51+
"typescript": "5.4.5"
5252
},
5353
"devDependencies": {
54-
"@commitlint/cli": "18.4.3",
55-
"@commitlint/config-conventional": "18.4.3",
54+
"@commitlint/cli": "18.6.1",
55+
"@commitlint/config-conventional": "18.6.3",
5656
"@ivangabriele/commitlint-config": "1.1.0",
5757
"@ivangabriele/eslint-config-typescript-react": "7.1.1",
5858
"@ivangabriele/prettier-config": "4.0.1",
5959
"@ivangabriele/tsconfig-react": "1.2.2",
60-
"@swc/core": "1.3.100",
61-
"@swc/jest": "0.2.29",
62-
"@tauri-apps/cli": "1.5.7",
63-
"@testing-library/jest-dom": "6.1.5",
64-
"@testing-library/react": "14.1.2",
65-
"@testing-library/user-event": "14.5.1",
66-
"@types/jest": "29.5.11",
60+
"@swc/core": "1.5.25",
61+
"@swc/jest": "0.2.36",
62+
"@tauri-apps/cli": "1.5.14",
63+
"@testing-library/jest-dom": "6.4.5",
64+
"@testing-library/react": "14.3.1",
65+
"@testing-library/user-event": "14.5.2",
66+
"@types/jest": "29.5.12",
6767
"@types/lodash.debounce": "4.0.9",
68-
"@types/node": "20.10.4",
68+
"@types/node": "20.14.2",
6969
"@types/numeral": "2.0.5",
70-
"@types/ramda": "0.29.9",
71-
"@types/react": "18.2.43",
72-
"@types/react-dom": "18.2.17",
70+
"@types/ramda": "0.30.0",
71+
"@types/react": "18.3.3",
72+
"@types/react-dom": "18.3.0",
7373
"@types/shelljs": "0.8.15",
7474
"@types/styled-components": "5.1.34",
75-
"@typescript-eslint/eslint-plugin": "6.14.0",
76-
"@typescript-eslint/parser": "6.14.0",
77-
"@vitejs/plugin-react": "4.2.1",
75+
"@typescript-eslint/eslint-plugin": "6.21.0",
76+
"@typescript-eslint/parser": "6.21.0",
77+
"@vitejs/plugin-react": "4.3.0",
7878
"@wdio/cli": "8.12.0",
7979
"@wdio/local-runner": "8.11.3",
8080
"@wdio/mocha-framework": "8.11.0",
8181
"@wdio/spec-reporter": "8.11.2",
8282
"bhala": "3.0.4",
8383
"cross-env": "7.0.3",
84-
"eslint": "8.55.0",
84+
"eslint": "8.57.0",
8585
"eslint-config-airbnb": "19.0.4",
8686
"eslint-config-airbnb-typescript": "17.1.0",
8787
"eslint-config-prettier": "9.1.0",
88-
"eslint-plugin-import": "2.29.0",
89-
"eslint-plugin-jest": "27.6.0",
88+
"eslint-plugin-import": "2.29.1",
89+
"eslint-plugin-jest": "27.9.0",
9090
"eslint-plugin-jsx-a11y": "6.8.0",
9191
"eslint-plugin-no-null": "1.0.2",
92-
"eslint-plugin-prettier": "5.0.1",
93-
"eslint-plugin-react": "7.33.2",
94-
"eslint-plugin-react-hooks": "4.6.0",
95-
"eslint-plugin-sort-destructure-keys": "1.5.0",
92+
"eslint-plugin-prettier": "5.1.3",
93+
"eslint-plugin-react": "7.34.2",
94+
"eslint-plugin-react-hooks": "4.6.2",
95+
"eslint-plugin-sort-destructure-keys": "1.6.0",
9696
"eslint-plugin-sort-keys-fix": "1.1.2",
97-
"eslint-plugin-typescript-sort-keys": "3.1.0",
97+
"eslint-plugin-typescript-sort-keys": "3.2.0",
9898
"esm-path": "1.0.1",
9999
"husky": "8.0.3",
100100
"jest": "29.7.0",
101101
"jest-environment-jsdom": "29.7.0",
102-
"lint-staged": "15.2.0",
102+
"lint-staged": "15.2.5",
103103
"make-dir-cli": "3.1.0",
104-
"prettier": "3.1.1",
104+
"prettier": "3.3.1",
105105
"shelljs": "0.8.5",
106106
"ts-node": "10.9.2",
107-
"type-fest": "4.8.3",
108-
"use-debounce": "10.0.0",
107+
"type-fest": "4.20.0",
108+
"use-debounce": "10.0.1",
109109
"vite": "5.0.7"
110110
},
111111
"author": {
@@ -121,6 +121,6 @@
121121
"last 1 chrome version"
122122
]
123123
},
124-
"packageManager": "yarn@4.0.2",
124+
"packageManager": "yarn@4.2.2",
125125
"prettier": "@ivangabriele/prettier-config"
126126
}

src-tauri/Cargo.lock

+27-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/filer/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
cli = { path = "../cli" }
88
common = { path = "../common" }
99
glob = { git = "https://github.com/rust-lang/glob", branch = "master" }
10-
serde = { version = "1.0.190", features = ["derive"] }
10+
serde = { version = "1.0.193", features = ["derive"] }
1111

1212
[dev-dependencies]
1313
dev = { path = "../dev" }

0 commit comments

Comments
 (0)