Skip to content

Commit

Permalink
Upgrade workspace dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Aug 24, 2024
1 parent 9b78c74 commit cbf7269
Show file tree
Hide file tree
Showing 18 changed files with 2,341 additions and 3,710 deletions.
940 changes: 378 additions & 562 deletions Cargo.lock

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions apps/configure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,24 @@
"@solid-primitives/resource": "^0.3.0",
"@solid-primitives/set": "^0.4.11",
"@solid-primitives/storage": "^4.0.0",
"@solidjs/router": "0.14.1",
"@tanstack/solid-query": "^5.51.21",
"@tanstack/solid-query-devtools": "^5.51.21",
"@solidjs/router": "0.14.3",
"@tanstack/solid-query": "^5.52.0",
"@tanstack/solid-query-devtools": "^5.52.0",
"@tanstack/solid-table": "^8.20.1",
"@tanstack/solid-virtual": "^3.8.6",
"@tanstack/solid-virtual": "^3.10.4",
"clsx": "^2.1.1",
"idb": "^8.0.0",
"solid-js": "^1.8.20",
"solid-js": "^1.8.21",
"solid-sonner": "^0.2.8",
"zod": "^3.23.8"
},
"devDependencies": {
"@iconify/json": "^2.2.236",
"@iconify/json": "^2.2.241",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.9",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"vite": "^5.4.0",
"vite": "^5.4.2",
"vite-plugin-html": "^3.2.2",
"vite-plugin-solid": "^2.10.2",
"vite-tsconfig-paths": "^5.0.1"
Expand Down
24 changes: 12 additions & 12 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,47 +11,47 @@
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@algolia/autocomplete-core": "^1.17.4",
"@headlessui/react": "^2.1.2",
"@headlessui/react": "^2.1.3",
"@headlessui/tailwindcss": "^0.2.1",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.5",
"@next/mdx": "^14.2.6",
"@sindresorhus/slugify": "^2.2.1",
"@tailwindcss/typography": "^0.5.14",
"@types/mdx": "^2.0.13",
"@types/node": "^22.2.0",
"@types/react": "^18.3.3",
"@types/node": "^22.5.0",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/react-highlight-words": "^0.20.0",
"acorn": "^8.12.1",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"fast-glob": "^3.3.2",
"flexsearch": "^0.7.43",
"framer-motion": "^11.3.24",
"framer-motion": "^11.3.30",
"mdast-util-to-string": "^4.0.0",
"mdx-annotations": "^0.1.4",
"next": "^14.2.5",
"next": "^14.2.6",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-highlight-words": "^0.20.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-mdx": "^3.0.1",
"shiki": "^1.12.1",
"shiki": "^1.14.1",
"simple-functional-loader": "^1.2.1",
"tailwindcss": "^3.4.9",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"unist-util-filter": "^5.0.1",
"unist-util-visit": "^5.0.0",
"zustand": "^4.5.4"
"zustand": "^4.5.5"
},
"devDependencies": {
"eslint": "^9.9.0",
"eslint-config-next": "^14.2.5",
"eslint": "^9.9.1",
"eslint-config-next": "^14.2.6",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"sharp": "0.33.4"
"sharp": "0.33.5"
}
}
12 changes: 6 additions & 6 deletions apps/landing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,26 @@
"start": "vinxi start"
},
"devDependencies": {
"@iconify/json": "^2.2.236",
"@iconify/json": "^2.2.241",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.14",
"autoprefixer": "^10.4.20",
"tailwindcss": "^3.4.9"
"tailwindcss": "^3.4.10"
},
"dependencies": {
"@fontsource-variable/inter": "^5.0.20",
"@fontsource/inter": "^5.0.20",
"@kobalte/core": "^0.13.4",
"@mattrax/ui": "workspace:*",
"@solidjs/router": "0.14.1",
"@solidjs/router": "0.14.3",
"@solidjs/start": "1.0.6",
"@tanstack/solid-form": "^0.28.0",
"@tanstack/solid-form": "^0.29.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"h3": "^1.12.0",
"solid-js": "^1.8.20",
"solid-js": "^1.8.21",
"vinxi": "0.4.1",
"vite": "^5.4.0",
"vite": "^5.4.2",
"zod": "^3.23.8"
}
}
8 changes: 4 additions & 4 deletions apps/mattrax/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,20 @@ serde = { workspace = true }
serde_json = { workspace = true }

tracing-subscriber = "0.3.18"
clap = { version = "4.5.13", features = ["derive"] }
clap = { version = "4.5.16", features = ["derive"] }
axum-extra = { version = "0.9.3", features = ["cookie"] }
rustls = { version = "0.23.12", features = ["ring"] }
hyper = { version = "1.4.1", features = ["http1", "http2", "server"] }
rcgen = { version = "0.13.1", features = ["x509-parser"] }
base64 = "0.22.1"
hex = "0.4.3"
cuid2 = "0.1.2"
cuid2 = "0.1.3"
hmac = "0.12.1"
jwt = "0.16.0"
sha2 = "0.10.8"
x509-parser = "0.16.0"
mysql_async = { version = "0.34.1", default-features = false }
mysql_async = { version = "0.34.2", default-features = false }
arc-swap = "1.7.1"
rand = "0.8.5"
reqwest = { version = "0.12.5", features = ["stream"] }
reqwest = { version = "0.12.7", features = ["stream"] }
chrono = { version = "0.4.38", features = ["serde"] }
2 changes: 1 addition & 1 deletion apps/mattraxd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ mx-utils = { path = "../../crates/mx-utils" }

tracing = { workspace = true }

clap = { version = "4.5.13", features = ["derive"] }
clap = { version = "4.5.16", features = ["derive"] }
tracing-subscriber = "0.3.18"
6 changes: 3 additions & 3 deletions apps/mttx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ tokio = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }

clap = { version = "4.5.13", features = ["derive"] }
clap = { version = "4.5.16", features = ["derive"] }
tracing-subscriber = "0.3.18"
serde_yaml = "0.9.34"
graph-rs-sdk = "2.0.0"
reqwest = { version = "0.12.5", features = ["json"] }
graph-rs-sdk = "2.0.1"
reqwest = { version = "0.12.7", features = ["json"] }
urlencoding = "2.1.3"
open = "5.3.0"
easy-xml = "0.1.4"
36 changes: 18 additions & 18 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@mattrax/web": "file:",
"@microsoft/microsoft-graph-client": "^3.0.7",
"@paralleldrive/cuid2": "^2.2.2",
"@planetscale/database": "^1.18.0",
"@planetscale/database": "^1.19.0",
"@simplewebauthn/browser": "^10.0.0",
"@simplewebauthn/server": "^10.0.1",
"@simplewebauthn/typescript-types": "^8.3.4",
Expand All @@ -44,16 +44,16 @@
"@solid-primitives/storage": "^4.0.0",
"@solid-primitives/timer": "^1.3.9",
"@solid-primitives/websocket": "^1.2.2",
"@solidjs/router": "0.14.1",
"@solidjs/router": "0.14.3",
"@solidjs/start": "1.0.6",
"@t3-oss/env-core": "^0.11.0",
"@tanstack/solid-form": "^0.28.0",
"@tanstack/solid-query": "^5.51.21",
"@tanstack/solid-query-devtools": "^5.51.21",
"@tanstack/solid-query-persist-client": "^5.51.21",
"@tanstack/solid-form": "^0.29.2",
"@tanstack/solid-query": "^5.52.0",
"@tanstack/solid-query-devtools": "^5.52.0",
"@tanstack/solid-query-persist-client": "^5.52.0",
"@tanstack/solid-table": "^8.20.1",
"@tanstack/solid-virtual": "^3.8.6",
"@tanstack/zod-form-adapter": "^0.28.0",
"@tanstack/solid-virtual": "^3.10.4",
"@tanstack/zod-form-adapter": "^0.29.2",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"@types/pluralize": "^0.0.33",
Expand All @@ -66,36 +66,36 @@
"dexie": "^4.0.8",
"drizzle-orm": "^0.33.0",
"h3": "^1.12.0",
"hono": "^4.5.5",
"jose": "^5.6.3",
"hono": "^4.5.8",
"jose": "^5.7.0",
"lucia": "^3.2.0",
"oslo": "^1.2.1",
"pluralize": "^8.0.0",
"prism-code-editor": "3.4.0-beta.2",
"prism-code-editor": "3.4.0",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.8.20",
"solid-js": "^1.8.21",
"solid-presence": "^0.1.8",
"solid-sonner": "^0.2.8",
"solid-transition-group": "^0.2.3",
"sst": "3.0.30",
"stripe": "^16.7.0",
"sst": "3.0.70",
"stripe": "^16.8.0",
"superjson": "^2.2.1",
"tailwindcss": "^3.4.9",
"tailwindcss": "^3.4.10",
"ts-pattern": "^5.3.1",
"vinxi": "0.4.1",
"xml2js": "^0.6.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@iconify/json": "^2.2.236",
"@iconify/json": "^2.2.241",
"@microsoft/microsoft-graph-types": "^2.40.0",
"@simplewebauthn/types": "^10.0.0",
"@tailwindcss/forms": "^0.5.7",
"@types/prismjs": "^1.26.4",
"@types/react": "^18.3.3",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"mysql2": "^3.11.0",
Expand All @@ -107,7 +107,7 @@
"unenv": "^1.10.0",
"unplugin-auto-import": "^0.18.2",
"unplugin-icons": "^0.19.2",
"vite": "^5.4.0",
"vite": "^5.4.2",
"vite-plugin-html": "^3.2.2",
"vite-plugin-solid": "^2.10.2",
"vite-tsconfig-paths": "^5.0.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/mx-db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
publish = false

[dependencies]
mysql_async = { version = "0.34.1", default-features = false, features = [
mysql_async = { version = "0.34.2", default-features = false, features = [
"default-rustls",
"derive",
"tracing",
Expand Down
2 changes: 1 addition & 1 deletion crates/mx-policy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ specta = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
chrono = { version = "0.4.38", features = ["serde"] }
rust_decimal = "1.35.0"
rust_decimal = "1.36.0"
either = "1.13.0"
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
"@biomejs/biome": "^1.8.3",
"@solidjs/start": "1.0.6",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.24.0",
"drizzle-kit": "^0.24.1",
"pg": "^8.12.0",
"tsx": "^4.17.0",
"tsx": "^4.18.0",
"typescript": "^5.5.4"
},
"devDependencies": {
"husky": "^9.1.4",
"nx": "19.5.7",
"wrangler": "^3.70.0"
"husky": "^9.1.5",
"nx": "19.6.2",
"wrangler": "^3.72.2"
},
"pnpm": {
"patchedDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
"compile": "tsx ./bin/compile.ts && pnpm -C ../.. format"
},
"dependencies": {
"@react-email/components": "0.0.22",
"@react-email/render": "^0.0.17",
"@react-email/tailwind": "^0.0.19",
"@react-email/components": "0.0.23",
"@react-email/render": "^1.0.0",
"@react-email/tailwind": "^0.1.0",
"aws4fetch": "^1.0.19",
"react": "^18.3.1",
"react-email": "^2.1.6",
"react-email": "^3.0.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^22.2.0",
"@types/react": "^18.3.3"
"@types/node": "^22.5.0",
"@types/react": "^18.3.4"
}
}
Loading

0 comments on commit cbf7269

Please sign in to comment.