fix: migrate from reactivity transform and some fixes (#125)
Co-authored-by:
Anthony Fu <anthonyfu117@hotmail.com>
Showing
| { | { | ||
| "name": "nuxt-hn", | "name": "nuxt-hn", | ||
| "private": true, | "private": true, | ||
| "packageManager": "pnpm@7.26.2", | "packageManager": "pnpm@7.29.1", | ||
| "description": "Nuxt Hacker News", | "description": "Nuxt Hacker News", | ||
| "author": "Evan You <yyx990803@gmail.com>", | "author": "Evan You <yyx990803@gmail.com>", | ||
| "contributors": [ | "contributors": [ | ||
| ... | @@ -29,9 +29,10 @@ | ... | @@ -29,9 +29,10 @@ |
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@nuxtjs/eslint-config-typescript": "^12.0.0", | "@nuxtjs/eslint-config-typescript": "^12.0.0", | ||
| "eslint": "^8.33.0", | "@types/node": "^18.14.6", | ||
| "nuxt": "^3.1.1", | "eslint": "^8.35.0", | ||
| "postcss-nested": "^6.0.0", | "nuxt": "^3.2.3", | ||
| "postcss-nested": "^6.0.1", | |||
| "typescript": "^4.9.5" | "typescript": "^4.9.5" | ||
| } | } | ||
| } | } |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
server/swr.ts
deleted
100644 → 0
server/utils/swr.ts
0 → 100644
Please
register
or
sign in
to comment