Skip to content
This repository was archived by the owner on Nov 19, 2023. It is now read-only.

Commit e9db04a

Browse files
authored
Merge branch 'master' into dev
2 parents d5d21b5 + 832a970 commit e9db04a

File tree

3 files changed

+275
-182
lines changed

3 files changed

+275
-182
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"checks": "yarn lint && yarn prebuild && yarn test"
1919
},
2020
"dependencies": {
21-
"@fortawesome/fontawesome-svg-core": "6.2.0",
22-
"@fortawesome/free-regular-svg-icons": "6.2.0",
23-
"@fortawesome/free-solid-svg-icons": "6.2.0",
21+
"@fortawesome/fontawesome-svg-core": "6.2.1",
22+
"@fortawesome/free-regular-svg-icons": "6.2.1",
23+
"@fortawesome/free-solid-svg-icons": "6.2.1",
2424
"@fortawesome/react-fontawesome": "0.2.0",
2525
"@tauri-apps/api": "1.2.0",
2626
"@types/stack-trace": "0.0.30",
@@ -36,7 +36,7 @@
3636
"json5": "2.2.1",
3737
"lodash": "4.17.21",
3838
"mobmarch": "^1.0.4",
39-
"mobx": "6.6.2",
39+
"mobx": "6.7.0",
4040
"mobx-react": "7.5.3",
4141
"nanoid": "4.0.0",
4242
"path-browserify": "1.0.1",
@@ -48,7 +48,7 @@
4848
"react-country-flag": "3.0.2",
4949
"react-dom": "18.2.0",
5050
"react-router-dom": "6.4.3",
51-
"react-select": "5.6.0",
51+
"react-select": "5.6.1",
5252
"react-spring": "9.5.5",
5353
"reflect-metadata": "0.1.13",
5454
"rxjs": "7.5.7",
@@ -68,32 +68,32 @@
6868
"@testing-library/react": "13.4.0",
6969
"@testing-library/user-event": "14.4.3",
7070
"@types/country-flag-icons": "1.2.0",
71-
"@types/jest": "29.2.2",
72-
"@types/lodash": "4.14.188",
71+
"@types/jest": "29.2.3",
72+
"@types/lodash": "4.14.189",
7373
"@types/node": "18.11.9",
7474
"@types/react": "18.0.25",
75-
"@types/react-dom": "18.0.6",
75+
"@types/react-dom": "18.0.9",
7676
"@types/testing-library__jest-dom": "5.14.5",
7777
"@types/throttle-debounce": "5.0.0",
7878
"@types/webfontloader": "1.6.35",
79-
"@typescript-eslint/eslint-plugin": "5.42.0",
80-
"@typescript-eslint/parser": "5.42.0",
79+
"@typescript-eslint/eslint-plugin": "5.42.1",
80+
"@typescript-eslint/parser": "5.42.1",
8181
"@vitejs/plugin-react": "2.2.0",
8282
"babel-loader": "9.1.0",
8383
"deepl-translator": "1.2.1",
84-
"eslint": "8.27.0",
84+
"eslint": "8.28.0",
8585
"eslint-config-prettier": "8.5.0",
8686
"eslint-plugin-prettier": "4.2.1",
87-
"eslint-plugin-react": "7.31.10",
88-
"jest": "29.2.2",
89-
"jest-environment-jsdom": "29.2.2",
87+
"eslint-plugin-react": "7.31.11",
88+
"jest": "29.3.1",
89+
"jest-environment-jsdom": "29.3.1",
9090
"jest-styled-components": "7.1.1",
9191
"prettier": "2.7.1",
9292
"ts-jest": "29.0.3",
9393
"ts-node": "10.9.1",
9494
"typescript": "4.8.4",
9595
"unplugin-swc": "1.3.2",
96-
"vite": "3.2.2",
96+
"vite": "3.2.4",
9797
"vite-plugin-swc-react": "0.1.12",
9898
"vite-tsconfig-paths": "3.5.2"
9999
}

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ serde_json = "1.0"
1919
serde = { version = "1.0", features = ["derive"] }
2020
tauri = { version = "1.2.0", features = ["devtools", "fs-all", "http-all", "os-all", "path-all", "protocol-all", "shell-all", "updater", "window-all"] }
2121
zip = "0.6.3"
22-
reqwest = { version = "0.11.12", features = [ "stream" ] }
22+
reqwest = { version = "0.11.13", features = [ "stream" ] }
2323
tokio = { version = "1", features = ["full"] }
2424
futures-util = "0.3.25"
2525
thiserror = "1.0.37"

0 commit comments

Comments
 (0)