Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Mar 22, 2024
1 parent cd9e1c0 commit 06726ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"url": "https://github.com/serprex/openEtG"
},
"devDependencies": {
"@babel/plugin-syntax-import-attributes": "^7.23.3",
"@babel/plugin-syntax-import-attributes": "^7.24.1",
"@pencil.js/spritesheet": "^1.5.1",
"babel-loader": "^9.1.3",
"babel-preset-solid": "^1.8.15",
"babel-preset-solid": "^1.8.16",
"copy-webpack-plugin": "^12.0.2",
"html-webpack-plugin": "^5.6.0",
"prettier": "^3.2.5",
"solid-js": "^1.8.15",
"webpack": "^5.90.3",
"solid-js": "^1.8.16",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/rs/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ opt-level = 1
lto = "thin"

[dependencies]
base64 = { version = "0.21", default-features = false }
base64 = { version = "0.22", default-features = false }
bb8-postgres = { version = "0.8", features = ["with-serde_json-1"] }
brotli = { version = "3", default-features = false, features = ["std"] }
etg = { version = "0.1", default-features = false, path = "../" }
Expand Down

0 comments on commit 06726ca

Please sign in to comment.