Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jbr committed Oct 14, 2023
1 parent 8571ab6 commit 30d4f6c
Show file tree
Hide file tree
Showing 8 changed files with 293 additions and 293 deletions.
176 changes: 82 additions & 94 deletions Cargo.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ env_logger = "0.10.0"
fastrand = "2.0.1"
futures-lite = "1.13.0"
git-version = "0.3.5"
janus_messages = "0.5.22"
janus_messages = "0.5.24"
log = "0.4.20"
opentelemetry = { version = "0.20.0", features = ["metrics"] }
opentelemetry-prometheus = { version = "0.13.0", features = [
Expand All @@ -36,15 +36,15 @@ prio = "0.15.3"
prometheus = "0.13.3"
querystrong = "0.3.0"
rand = "0.8.5"
serde = { version = "1.0.188", features = ["derive"] }
serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0.107"
serde_path_to_error = "0.1.14"
sha2 = "0.10.8"
subtle = "2.5.0"
thiserror = "1.0.49"
time = { version = "0.3.29", features = ["serde", "serde-well-known"] }
tokio = { version = "1.32.0", features = ["full"] }
tracing = "0.1.37"
tokio = { version = "1.33.0", features = ["full"] }
tracing = "0.1.39"
trillium = "0.2.9"
trillium-api = { version = "0.2.0-rc.4", default-features = false }
trillium-caching-headers = "0.2.1"
Expand Down Expand Up @@ -85,7 +85,7 @@ features = [
]

[dev-dependencies]
regex = "1.9.6"
regex = "1.10.0"
test-support = { path = "./test-support" }

[build-dependencies]
Expand Down
370 changes: 191 additions & 179 deletions app/package-lock.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"formik": "^2.4.5",
"humanize-duration": "^3.30.0",
"luxon": "^3.4.3",
"primereact": "^10.0.2",
"primereact": "^10.0.3",
"react": "^18.2.0",
"react-bootstrap": "^2.9.0",
"react-bootstrap-icons": "^1.10.3",
Expand Down Expand Up @@ -50,33 +50,33 @@
]
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/humanize-duration": "^3.27.1",
"@types/jest": "^29.5.5",
"@types/luxon": "^3.3.2",
"@types/node": "^20.8.2",
"@types/react": "^18.2.24",
"@types/node": "^20.8.6",
"@types/react": "^18.2.28",
"@types/react-bootstrap": "^0.32.33",
"@types/react-dom": "^18.2.8",
"@types/react-dom": "^18.2.13",
"@types/react-router": "^5.1.20",
"@types/react-router-bootstrap": "^0.26.3",
"@types/react-router-dom": "^5.3.3",
"@types/react-syntax-highlighter": "^15.5.7",
"@types/react-syntax-highlighter": "^15.5.8",
"@types/swagger-ui-react": "^4.18.1",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@vitejs/plugin-react-swc": "^3.4.0",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-react": "^7.33.2",
"postcss-nesting": "^12.0.1",
"prettier": "^3.0.3",
"source-map-explorer": "^2.5.3",
"typescript": "^5.2.2",
"typescript-eslint-language-service": "^5.0.5",
"vite": "^4.4.10",
"vite": "^4.4.11",
"vite-plugin-eslint": "^1.8.1"
},
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ thiserror = "1.0.49"
divviup-client = { path = "../client" }
trillium-rustls = "0.4.0"
trillium-tokio = "0.3.2"
serde = "1.0.188"
serde = "1.0.189"
email_address = "0.2.4"
humantime = "2.1.0"
base64 = "0.21.4"
Expand Down
4 changes: 2 additions & 2 deletions client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ admin = []
[dependencies]
base64 = "0.21.4"
email_address = "0.2.4"
serde = { version = "1.0.188", features = ["derive"] }
serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0.107"
thiserror = "1.0.49"
trillium-client = { version = "0.4.5", features = ["json"] }
Expand All @@ -24,7 +24,7 @@ uuid = { version = "1.4.1", features = ["v4", "fast-rng", "serde"] }
time = { version = "0.3.29", features = ["serde", "serde-well-known"] }
log = "0.4.20"
pad-adapter = "0.1.1"
janus_messages = "0.5.22"
janus_messages = "0.5.24"

[dev-dependencies]
divviup-api = { version = "*", path = ".." }
Expand Down
2 changes: 1 addition & 1 deletion migration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sea-orm = "0.12.3"
serde_json = "1.0.107"
thiserror = "1.0.49"
time = "0.3.29"
tracing = "0.1.37"
tracing = "0.1.39"
tracing-subscriber = "0.3.17"

[dependencies.sea-orm-migration]
Expand Down
2 changes: 1 addition & 1 deletion test-support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ trillium = "0.2.9"
trillium-macros = "0.0.4"
trillium-testing = { version = "0.5.0", features = ["tokio"] }
divviup-api = { version = "*", path = ".." }
serde = "1.0.188"
serde = "1.0.189"
serde_json = "1.0.107"
thiserror = "1.0.49"
trillium-client = { version = "0.4.5", features = ["json"] }
Expand Down

0 comments on commit 30d4f6c

Please sign in to comment.