Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MrExplode committed Nov 5, 2024
1 parent 6cd27a3 commit 27f69bf
Show file tree
Hide file tree
Showing 3 changed files with 223 additions and 223 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
exclude("org.slf4j")
}
implementation(group = "com.lmax", name = "disruptor", version = "4.0.0")
implementation(group = "io.javalin", name = "javalin", version = "6.1.6")
implementation(group = "io.javalin", name = "javalin", version = "6.3.0")
implementation(group = "javax.inject", name = "javax.inject", version = "1")
implementation(group = "javax.xml.bind", name = "jaxb-api", version = "2.3.1")
implementation(group = "net.minecrell", name = "terminalconsoleappender", version = "1.3.0")
Expand Down
32 changes: 16 additions & 16 deletions webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,35 +15,35 @@
"test:e2e": "playwright test"
},
"devDependencies": {
"@playwright/test": "^1.45.3",
"@playwright/test": "^1.48.2",
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/kit": "^2.7.7",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tanstack/table-core": "^8.20.5",
"@types/eslint": "^9.6.0",
"@types/eslint": "^9.6.1",
"autoprefixer": "^10.4.20",
"bits-ui": "1.0.0-next.41",
"clsx": "^2.1.1",
"eslint": "^9.7.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.36.0",
"globals": "^15.0.0",
"eslint-plugin-svelte": "^2.46.0",
"globals": "^15.12.0",
"konva": "^9.3.16",
"lucide-svelte": "^0.454.0",
"peaks.js": "^3.4.2",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.6.5",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"prettier-plugin-tailwindcss": "^0.6.8",
"svelte": "^5.1.10",
"svelte-check": "^4.0.5",
"tailwind-merge": "^2.5.4",
"tailwind-variants": "^0.2.1",
"tailwindcss": "^3.4.9",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.0.0",
"typescript-eslint": "^8.0.0",
"vite": "^5.0.3",
"vitest": "^2.0.4",
"typescript": "^5.6.3",
"typescript-eslint": "^8.13.0",
"vite": "^5.4.10",
"vitest": "^2.1.4",
"waveform-data": "^4.5.0"
}
}
Loading

0 comments on commit 27f69bf

Please sign in to comment.