fix lasts commits

This commit is contained in:
2024-02-26 20:18:16 +01:00
parent 82d0391ee0
commit e851ee60c6
4 changed files with 1 additions and 22 deletions

View File

@@ -18,7 +18,6 @@ export default defineNuxtConfig({
'@pinia/nuxt', '@pinia/nuxt',
'@pinia-plugin-persistedstate/nuxt', '@pinia-plugin-persistedstate/nuxt',
'@vueuse/nuxt', '@vueuse/nuxt',
'nuxt-build-cache',
'@nuxt/ui', '@nuxt/ui',
], ],

View File

@@ -40,7 +40,6 @@
"@vueuse/core": "10.8.0", "@vueuse/core": "10.8.0",
"@vueuse/nuxt": "10.8.0", "@vueuse/nuxt": "10.8.0",
"eslint": "8.57.0", "eslint": "8.57.0",
"nuxt-build-cache": "^0.1.1",
"typescript": "5.3.3" "typescript": "5.3.3"
} }
} }

View File

@@ -12,7 +12,7 @@ function jumpPoints() {
for (let i = 0; i < points.value.length; i++) for (let i = 0; i < points.value.length; i++)
points.value[i] = [jumpVal(points.value[i][0]), jumpVal(points.value[i][1])] points.value[i] = [jumpVal(points.value[i][0]), jumpVal(points.value[i][1])]
timeout = setTimeout(jumpPoints, 2000 + Math.random() * 1000) timeout = setTimeout(jumpPoints, 2000)
} }
onMounted(() => jumpPoints()) onMounted(() => jumpPoints())

View File

@@ -7104,11 +7104,6 @@ nanoid@^4.0.2:
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-4.0.2.tgz#140b3c5003959adbebf521c170f282c5e7f9fb9e" resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-4.0.2.tgz#140b3c5003959adbebf521c170f282c5e7f9fb9e"
integrity sha512-7ZtY5KTCNheRGfEFxnedV5zFiORN1+Y1N6zvPTnHQd8ENUvfaDBeuJDZb2bN/oXwXxu3qkTXDzy57W5vAmDTBw== integrity sha512-7ZtY5KTCNheRGfEFxnedV5zFiORN1+Y1N6zvPTnHQd8ENUvfaDBeuJDZb2bN/oXwXxu3qkTXDzy57W5vAmDTBw==
nanotar@^0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/nanotar/-/nanotar-0.1.1.tgz#24276a418130fa69f479577f343747e768810857"
integrity sha512-AiJsGsSF3O0havL1BydvI4+wR76sKT+okKRwWIaK96cZUnXqH0uNBOsHlbwZq3+m2BR1VKqHDVudl3gO4mYjpQ==
napi-wasm@^1.1.0: napi-wasm@^1.1.0:
version "1.1.0" version "1.1.0"
resolved "https://registry.yarnpkg.com/napi-wasm/-/napi-wasm-1.1.0.tgz#bbe617823765ae9c1bc12ff5942370eae7b2ba4e" resolved "https://registry.yarnpkg.com/napi-wasm/-/napi-wasm-1.1.0.tgz#bbe617823765ae9c1bc12ff5942370eae7b2ba4e"
@@ -7411,20 +7406,6 @@ nuxt-auth-utils@0.0.19:
pathe "^1.1.2" pathe "^1.1.2"
uncrypto "^0.1.3" uncrypto "^0.1.3"
nuxt-build-cache@^0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/nuxt-build-cache/-/nuxt-build-cache-0.1.1.tgz#7d770b00931c2eb4487eee1992b656d1fdd7427c"
integrity sha512-jn3iSYR1gdg/eK1HkgERauUu1pJSUzwJ2Oi0qOwDGrYSlO4mycJ62L0cPtpmBR2Ah/iSrMbjLOxfMMWguVEHQA==
dependencies:
"@nuxt/kit" "^3.10.1"
consola "^3.2.3"
globby "^14.0.0"
nanotar "^0.1.1"
nypm "^0.3.6"
ohash "^1.1.3"
pkg-types "^1.0.3"
std-env "^3.7.0"
nuxt-component-meta@^0.6.3: nuxt-component-meta@^0.6.3:
version "0.6.3" version "0.6.3"
resolved "https://registry.yarnpkg.com/nuxt-component-meta/-/nuxt-component-meta-0.6.3.tgz#f299368072f85f86a78e7169988e26603c7ff75c" resolved "https://registry.yarnpkg.com/nuxt-component-meta/-/nuxt-component-meta-0.6.3.tgz#f299368072f85f86a78e7169988e26603c7ff75c"