diff --git a/nuxt.config.ts b/nuxt.config.ts index b1be51b..1546cb4 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -18,7 +18,6 @@ export default defineNuxtConfig({ '@pinia/nuxt', '@pinia-plugin-persistedstate/nuxt', '@vueuse/nuxt', - 'nuxt-build-cache', '@nuxt/ui', ], diff --git a/package.json b/package.json index e0a8b93..5ed12d7 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,6 @@ "@vueuse/core": "10.8.0", "@vueuse/nuxt": "10.8.0", "eslint": "8.57.0", - "nuxt-build-cache": "^0.1.1", "typescript": "5.3.3" } } diff --git a/src/components/Background.vue b/src/components/Background.vue index eee4099..7a3587c 100644 --- a/src/components/Background.vue +++ b/src/components/Background.vue @@ -12,7 +12,7 @@ function jumpPoints() { for (let i = 0; i < points.value.length; i++) 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()) diff --git a/yarn.lock b/yarn.lock index e3bec10..2519e75 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7104,11 +7104,6 @@ nanoid@^4.0.2: resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-4.0.2.tgz#140b3c5003959adbebf521c170f282c5e7f9fb9e" 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: version "1.1.0" 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" 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: version "0.6.3" resolved "https://registry.yarnpkg.com/nuxt-component-meta/-/nuxt-component-meta-0.6.3.tgz#f299368072f85f86a78e7169988e26603c7ff75c"