Skip to content

Commit da594ec

Browse files
authored
Merge pull request #257 from Dino-Kupinic/develop
v0.27.11
2 parents 5c33281 + 32167bb commit da594ec

File tree

5 files changed

+3687
-2793
lines changed

5 files changed

+3687
-2793
lines changed

apps/admin/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@vue-flow/core": "^1.42.1",
2020
"@vue-flow/minimap": "^1.5.2",
2121
"monaco-editor": "*",
22-
"nuxt": "3.14.1592",
22+
"nuxt": "3.17.6",
2323
"nuxt-monaco-editor": "1.3.1",
2424
"vue": "3.5.13",
2525
"vue-router": "4.5.1",
@@ -30,10 +30,10 @@
3030
"@dicebear/core": "^9.2.1",
3131
"@iconify-json/heroicons": "^1.2.2",
3232
"@iconify-json/material-symbols": "^1.2.28",
33-
"@nuxtjs/supabase": "1.5.0",
34-
"@supabase/supabase-js": "^2.49.4",
35-
"@vueuse/core": "^13.0.0",
33+
"@nuxtjs/supabase": "^1.5.3",
34+
"@supabase/supabase-js": "^2.50.3",
35+
"@vueuse/core": "^13.4.0",
3636
"@vueuse/nuxt": "^13.4.0",
37-
"vue-tsc": "2.2.4"
37+
"vue-tsc": "2.2.10"
3838
}
3939
}

apps/viewer/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,28 +15,28 @@
1515
},
1616
"dependencies": {
1717
"@nuxt/content": "2.13.4",
18-
"@vite-pwa/nuxt": "0.10.6",
18+
"@vite-pwa/nuxt": "0.10.8",
1919
"@vue-flow/background": "^1.3.2",
2020
"@vue-flow/controls": "^1.1.2",
2121
"@vue-flow/core": "^1.45.0",
2222
"@vue-flow/minimap": "^1.5.2",
2323
"handlebars": "^4.7.8",
24-
"nuxt": "^3.14.1592",
24+
"nuxt": "3.17.6",
2525
"puppeteer": "24.6.1",
2626
"vue": "3.5.13",
2727
"vue-router": "4.5.1",
2828
"zod": "^3.24.1"
2929
},
3030
"devDependencies": {
3131
"@nuxtjs/device": "^3.2.4",
32-
"@nuxtjs/supabase": "^1.4.0",
33-
"@supabase/supabase-js": "^2.45.4",
32+
"@nuxtjs/supabase": "^1.5.3",
33+
"@supabase/supabase-js": "^2.50.3",
3434
"@types/k6": "^0.54.2",
35-
"@vite-pwa/assets-generator": "^1.0.0",
35+
"@vite-pwa/assets-generator": "^0.2.6",
3636
"@iconify-json/heroicons": "^1.2.2",
3737
"@iconify-json/material-symbols": "^1.2.17",
38-
"@vueuse/core": "^12.0.0",
39-
"@vueuse/nuxt": "^13.5.0",
38+
"@vueuse/core": "^13.4.0",
39+
"@vueuse/nuxt": "^13.4.0",
4040
"vue-tsc": "2.2.10"
4141
}
4242
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tourney",
3-
"version": "0.27.10",
3+
"version": "0.27.11",
44
"description": "This project is a web application for managing tournaments.",
55
"packageManager": "pnpm@10.5.0",
66
"workspaces": [
@@ -43,7 +43,7 @@
4343
"devDependencies": {
4444
"prettier": "^3.5.3",
4545
"prettier-plugin-tailwindcss": "^0.6.11",
46-
"turbo": "^2.4.4",
46+
"turbo": "^2.5.4",
4747
"vitepress": "^1.6.3"
4848
},
4949
"resolutions": {

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@
1313
"check-types": "tsc --noEmit"
1414
},
1515
"dependencies": {
16-
"nuxt": "3.14.1592",
16+
"nuxt": "3.17.6",
1717
"vue": "3.5.13",
18-
"vue-router": "4.5.0"
18+
"vue-router": "4.5.1"
1919
},
2020
"devDependencies": {
2121
"@iconify-json/heroicons": "^1.2.0",
22-
"@nuxt/image": "^1.8.1",
2322
"@nuxt/fonts": "^0.8.0",
23+
"@nuxt/image": "^1.8.1",
2424
"@nuxt/test-utils": "^3.14.2",
2525
"@nuxt/ui": "^2.21.0",
2626
"tailwindcss": "^3.4.11",
2727
"typescript": "^5.6.2",
28-
"vue-tsc": "2.2.4"
28+
"vue-tsc": "2.2.10"
2929
}
3030
}

0 commit comments

Comments
 (0)