chore: update deps
Showing
| { | { | ||
| "name": "nuxt-hn", | "name": "nuxt-hn", | ||
| "private": true, | "private": true, | ||
| "packageManager": "pnpm@7.29.1", | "packageManager": "pnpm@8.3.1", | ||
| "description": "Nuxt Hacker News", | "description": "Nuxt Hacker News", | ||
| "author": "Evan You <yyx990803@gmail.com>", | "author": "Evan You <yyx990803@gmail.com>", | ||
| "contributors": [ | "contributors": [ | ||
| ... | @@ -24,15 +24,12 @@ | ... | @@ -24,15 +24,12 @@ |
| "start": "nuxi start", | "start": "nuxi start", | ||
| "lint": "eslint --ext .vue,.js,.ts --ignore-path .gitignore ." | "lint": "eslint --ext .vue,.js,.ts --ignore-path .gitignore ." | ||
| }, | }, | ||
| "engines": { | |||
| "node": ">=v18.15.0" | |||
| }, | |||
| "devDependencies": { | "devDependencies": { | ||
| "@nuxt/eslint-config": "^0.1.1", | "@nuxt/eslint-config": "^0.1.1", | ||
| "@types/node": "^18.15.0", | "@types/node": "^18.16.0", | ||
| "eslint": "^8.35.0", | "eslint": "^8.39.0", | ||
| "nuxt": "^3.2.3", | "nuxt": "^3.4.2", | ||
| "postcss-nesting": "^11.2.1", | "postcss-nesting": "^11.2.2", | ||
| "typescript": "^4.9.5" | "typescript": "^5.0.4" | ||
| } | } | ||
| } | } |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment