diff options
| author | Fuwn <[email protected]> | 2021-11-04 00:54:15 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-11-04 00:54:15 -0700 |
| commit | 0a2180b18a236bd8cbf5e23bc0cb4113ae5c2f39 (patch) | |
| tree | 710cb0e1c6f64fb9ac1df5cc0c0516adea33a2b8 | |
| parent | fix: everything (diff) | |
| download | yucky.fun-0a2180b18a236bd8cbf5e23bc0cb4113ae5c2f39.tar.xz yucky.fun-0a2180b18a236bd8cbf5e23bc0cb4113ae5c2f39.zip | |
fix: hopefully
| -rw-r--r-- | yarn.lock | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -1496,14 +1496,6 @@ ts-loader "^8.0.17" typescript "~4.2" -"@nuxt/typescript-runtime@^2.0.0": - version "2.1.0" - resolved "https://registry.yarnpkg.com/@nuxt/typescript-runtime/-/typescript-runtime-2.1.0.tgz#8838bc929519f44ac40d8d2331aeb095a05965a5" - integrity sha512-quzxXiWq+jGdnCedDIYuBiExrfIJL3VL9o4gJyq6QzthKLYSvLzB6w4RiH6UbLtnNJyDoO9ywyNSI2+RUJr/Ng== - dependencies: - ts-node "^9.1.1" - typescript "~4.2" - "@nuxt/[email protected]": version "2.15.8" resolved "https://registry.yarnpkg.com/@nuxt/utils/-/utils-2.15.8.tgz#0c3594f01be63ab521583904cafd32215b719d4c" @@ -10938,7 +10930,7 @@ ts-loader@^8.0.17: micromatch "^4.0.0" semver "^7.3.4" -ts-node@^9, ts-node@^9.1.1: +ts-node@^9: version "9.1.1" resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-9.1.1.tgz#51a9a450a3e959401bda5f004a72d54b936d376d" integrity sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg== |