Skip to content

Commit

Permalink
chore: update libraries (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gumichocopengin8 authored Apr 25, 2024
1 parent 43fd5d1 commit 86badf4
Show file tree
Hide file tree
Showing 8 changed files with 701 additions and 621 deletions.
449 changes: 191 additions & 258 deletions api/Cargo.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ rust-version = "1.71"

[dependencies]
anyhow = "1"
axum = { version = "0.7.2", features = ["http2"] }
crates_io_api = "0.9"
http-body-util = "0.1.0"
axum = { version = "0.7.5", features = ["http2"] }
crates_io_api = "0.11"
http-body-util = "0.1.1"
serde_json = "1"
tokio = { version = "1.35.0", features = ["full"] }
tokio = { version = "1.37.0", features = ["full"] }
tower = "0.4.13"
tower-http = { version = "0.5.0", features = ["cors", "trace"] }
tower-http = { version = "0.5.2", features = ["cors", "trace"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

Expand Down
710 changes: 425 additions & 285 deletions web/package-lock.json

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,34 +14,34 @@
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.11",
"@mui/material": "^5.15.11",
"axios": "^1.6.7",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"axios": "^1.6.8",
"dayjs": "^1.11.10",
"echarts": "^5.5.0",
"next": "^14.1.1",
"next": "^14.2.3",
"pretty-bytes": "^6.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.0",
"react-hook-form": "^7.51.3",
"recoil": "^0.7.7"
},
"devDependencies": {
"@playwright/test": "^1.42.1",
"@types/node": "^20.11.24",
"@types/react": "^18.2.61",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@playwright/test": "^1.43.1",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.1",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"typescript": "^5.3.3",
"typescript": "^5.4.5",
"wasm-pack": "^0.12.1"
},
"husky": {
Expand Down
111 changes: 59 additions & 52 deletions web/src/web_assembly/Cargo.lock

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

6 changes: 3 additions & 3 deletions web/src/web_assembly/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ edition = "2021"
crate-type = ["cdylib"]

[dependencies]
js-sys = "0.3.68"
web-sys = { "version" = "0.3.68", features = ['console'] }
wasm-bindgen = "0.2.91"
js-sys = "0.3.69"
web-sys = { "version" = "0.3.69", features = ['console'] }
wasm-bindgen = "0.2.92"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
Expand Down
8 changes: 4 additions & 4 deletions web/src/web_assembly/pkg/web_assembly.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,11 +220,11 @@ function __wbg_get_imports() {
getInt32Memory0()[arg0 / 4 + 1] = len1;
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
};
imports.wbg.__wbg_new0_7a6141101f2206da = function () {
imports.wbg.__wbg_new0_7d84e5b2cd9fdc73 = function () {
const ret = new Date();
return addHeapObject(ret);
};
imports.wbg.__wbg_getTime_0e03c3f524be31ef = function (arg0) {
imports.wbg.__wbg_getTime_2bc4375165f02d15 = function (arg0) {
const ret = getObject(arg0).getTime();
return ret;
};
Expand All @@ -239,11 +239,11 @@ function __wbg_get_imports() {
const ret = arg0;
return addHeapObject(ret);
};
imports.wbg.__wbg_new_a9d80688888b4894 = function (arg0) {
imports.wbg.__wbg_new_cf3ec55744a78578 = function (arg0) {
const ret = new Date(getObject(arg0));
return addHeapObject(ret);
};
imports.wbg.__wbg_getTimezoneOffset_840b552f34917133 = function (arg0) {
imports.wbg.__wbg_getTimezoneOffset_38257122e236c190 = function (arg0) {
const ret = getObject(arg0).getTimezoneOffset();
return ret;
};
Expand Down
Binary file modified web/src/web_assembly/pkg/web_assembly_bg.wasm
Binary file not shown.

0 comments on commit 86badf4

Please sign in to comment.