From 79b7cdf7c97aa14925114a15f9524082885cedda Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Fri, 23 Feb 2024 21:39:15 +0100 Subject: [PATCH] Switch modules --- package.json | 6 +- src/components/MainBanner.vue | 49 ---------------- src/components/maths/MainMaths.vue | 93 ------------------------------ src/pages/index.vue | 4 ++ yarn.lock | 30 +++++----- 5 files changed, 23 insertions(+), 159 deletions(-) delete mode 100644 src/components/MainBanner.vue delete mode 100644 src/components/maths/MainMaths.vue diff --git a/package.json b/package.json index 456aca8..a412437 100644 --- a/package.json +++ b/package.json @@ -15,13 +15,13 @@ "dependencies": { "@ksassnowski/vueclid": "1.1.1", "@nuxt/content": "2.12.0", - "@nuxt/ui": "2.14.0", + "@nuxt/ui": "2.14.1", "@pinia/nuxt": "0.5.1", "@prisma/client": "5.10.2", "@vercel/analytics": "1.2.2", "@vercel/speed-insights": "1.0.10", "nuxt": "3.10.3", - "nuxt-auth-utils": "0.0.18", + "nuxt-auth-utils": "0.0.19", "pinia": "2.1.7", "postcss-custom-properties": "13.3.5", "prisma": "5.10.2", @@ -31,7 +31,7 @@ }, "devDependencies": { "@antfu/eslint-config": "2.6.4", - "@iconify/json": "2.2.185", + "@iconify/json": "2.2.186", "@nuxt/eslint-config": "^0.2.0", "@nuxthq/studio": "1.0.11", "@nuxtjs/seo": "2.0.0-rc.8", diff --git a/src/components/MainBanner.vue b/src/components/MainBanner.vue deleted file mode 100644 index 78ed800..0000000 --- a/src/components/MainBanner.vue +++ /dev/null @@ -1,49 +0,0 @@ - - - diff --git a/src/components/maths/MainMaths.vue b/src/components/maths/MainMaths.vue deleted file mode 100644 index 5ba258f..0000000 --- a/src/components/maths/MainMaths.vue +++ /dev/null @@ -1,93 +0,0 @@ - - - diff --git a/src/pages/index.vue b/src/pages/index.vue index 7d3a855..ac6067c 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -8,6 +8,10 @@ useHead({
+
+ + +
diff --git a/yarn.lock b/yarn.lock index 910626f..ea9bc4d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -988,10 +988,10 @@ dependencies: "@iconify/types" "*" -"@iconify/json@2.2.185": - version "2.2.185" - resolved "https://registry.yarnpkg.com/@iconify/json/-/json-2.2.185.tgz#d3cc52ad9a7de5efcd39a160b3292e9af9b446ac" - integrity sha512-dVIjPe3+ms7CpH84ScIdUopc+Z0X8UWBkFOLNyWaltmho0sOC/35FEOBAPvz3ME7Do+MPToEle5aTJ0K2RsNyw== +"@iconify/json@2.2.186": + version "2.2.186" + resolved "https://registry.yarnpkg.com/@iconify/json/-/json-2.2.186.tgz#62f60efdb0e1ffce51b26578bc985056a5606dae" + integrity sha512-Qcg7WA0fSOZJuBcNY5lZWbIZVLhdjYxI4kNxq1gWF5G5vFiBr2Xa1ScIKsvcKQwVSGax9E5tbTAHgdvgdr+IMQ== dependencies: "@iconify/types" "*" pathe "^1.1.2" @@ -1407,7 +1407,7 @@ eslint-plugin-vue "^9.17.0" typescript "^5.2.2" -"@nuxt/kit@3.10.3", "@nuxt/kit@^3.10.0", "@nuxt/kit@^3.10.1", "@nuxt/kit@^3.10.2", "@nuxt/kit@^3.5.0", "@nuxt/kit@^3.8.0", "@nuxt/kit@^3.8.1", "@nuxt/kit@^3.8.2", "@nuxt/kit@^3.9.0", "@nuxt/kit@^3.9.1", "@nuxt/kit@^3.9.3": +"@nuxt/kit@3.10.3", "@nuxt/kit@^3.10.0", "@nuxt/kit@^3.10.1", "@nuxt/kit@^3.10.2", "@nuxt/kit@^3.10.3", "@nuxt/kit@^3.5.0", "@nuxt/kit@^3.8.0", "@nuxt/kit@^3.8.1", "@nuxt/kit@^3.8.2", "@nuxt/kit@^3.9.0", "@nuxt/kit@^3.9.1", "@nuxt/kit@^3.9.3": version "3.10.3" resolved "https://registry.yarnpkg.com/@nuxt/kit/-/kit-3.10.3.tgz#911bc431d9b7541a7269e9e63333f70c8ecb5fd6" integrity sha512-PUjYB9Mvx0qD9H1QZBwwtY4fLlCLET+Mm9BVqUOtXCaGoXd6u6BE4e/dGFPk2UEKkIcDGrUMSbqkHYvsEuK9NQ== @@ -1476,16 +1476,16 @@ resolved "https://registry.yarnpkg.com/@nuxt/ui-templates/-/ui-templates-1.3.1.tgz#35f5c1adced7495a8c1284e37246a16e373ef5d5" integrity sha512-5gc02Pu1HycOVUWJ8aYsWeeXcSTPe8iX8+KIrhyEtEoOSkY0eMBuo0ssljB8wALuEmepv31DlYe5gpiRwkjESA== -"@nuxt/ui@2.14.0": - version "2.14.0" - resolved "https://registry.yarnpkg.com/@nuxt/ui/-/ui-2.14.0.tgz#1f5626d4e56ca67d742a2e3fa57ce12e560075f0" - integrity sha512-WLjHv1zdJCmSU//wiigMXz7C4k0sroL8tCSNXnBRJAD5UIQiZ70gN+RFV9YRv4Ofv/soeYUgXZoiYTu4u3NHbA== +"@nuxt/ui@2.14.1": + version "2.14.1" + resolved "https://registry.yarnpkg.com/@nuxt/ui/-/ui-2.14.1.tgz#0a904b994a3dfaab1f6be6da8a6b5cdc6c9d3d92" + integrity sha512-yz6S05a37Q5PRskw1eXtRet4q8C463WMJFSu1Lw7zpKSl2yCyPJYegzwXqQV/fLo/NvM9j62XTuEy7+Xe7j0Kw== dependencies: "@egoist/tailwindcss-icons" "^1.7.4" "@headlessui/tailwindcss" "^0.2.0" "@headlessui/vue" "^1.7.19" "@iconify-json/heroicons" "^1.1.20" - "@nuxt/kit" "^3.10.2" + "@nuxt/kit" "^3.10.3" "@nuxtjs/color-mode" "^3.3.2" "@nuxtjs/tailwindcss" "^6.11.4" "@popperjs/core" "^2.11.8" @@ -7398,16 +7398,18 @@ nuxi@^3.10.1: optionalDependencies: fsevents "~2.3.3" -nuxt-auth-utils@0.0.18: - version "0.0.18" - resolved "https://registry.yarnpkg.com/nuxt-auth-utils/-/nuxt-auth-utils-0.0.18.tgz#671a17f8237f2aad3c614aea727f817619984ef3" - integrity sha512-aV+nxiLBy87RpwVTTnonCU5x4ThMjELvLxSznyVMHYKPSY8YQ92xZkWLeSW/KMYz9wKqjaBF/A8rdHKK4MQ7Qw== +nuxt-auth-utils@0.0.19: + version "0.0.19" + resolved "https://registry.yarnpkg.com/nuxt-auth-utils/-/nuxt-auth-utils-0.0.19.tgz#ca7834ea7c6d5881a4f3ccb5bd33f76d1f551fcc" + integrity sha512-zT12nCil5EnsaR/manaZmUpkxP7ZNCGK2frwieKnyXznwux2t1/vhv9zGLi5SSsyoee+Yq5MEwOS+RpmR74pxA== dependencies: "@nuxt/kit" "^3.10.2" defu "^6.1.4" hookable "^5.5.3" ofetch "^1.3.3" ohash "^1.1.3" + pathe "^1.1.2" + uncrypto "^0.1.3" nuxt-component-meta@^0.6.3: version "0.6.3"