We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5aadc9 commit 1fcac67Copy full SHA for 1fcac67
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "nuxt-hn",
3
"private": true,
4
- "packageManager": "pnpm@7.13.5",
+ "packageManager": "pnpm@7.15.0",
5
"description": "Nuxt Hacker News",
6
"author": "Evan You <yyx990803@gmail.com>",
7
"contributors": [
@@ -25,12 +25,12 @@
25
"lint": "eslint --ext .vue,.js,.ts --ignore-path .gitignore ."
26
},
27
"engines": {
28
- "node": ">=v14.20.1"
+ "node": ">=v14.21.1"
29
30
"devDependencies": {
31
"@nuxtjs/eslint-config-typescript": "^11.0.0",
32
- "eslint": "^8.25.0",
33
- "nuxt": "^3.0.0-rc.11",
+ "eslint": "^8.27.0",
+ "nuxt": "^3.0.0-rc.13",
34
"postcss-nested": "^6.0.0",
35
"typescript": "^4.8.4"
36
}
0 commit comments