Skip to content

Commit

Permalink
chore(deps): fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed May 16, 2023
1 parent b980b4f commit 269f674
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 67 deletions.
7 changes: 4 additions & 3 deletions .starters/default/package.json
Expand Up @@ -10,11 +10,12 @@
"lint": "eslint ."
},
"devDependencies": {
"nuxt": "^3.5.0",
"@nuxt-themes/alpine": "^1.6.0",
"@nuxtjs/plausible": "^0.2.1",
"@nuxt/devtools": "^0.4.6",
"@nuxt/eslint-config": "^0.1.1",
"eslint": "^8.40.0"
"@nuxtjs/plausible": "^0.2.1",
"@types/node": "^20.1.5",
"eslint": "^8.40.0",
"nuxt": "^3.5.0"
}
}
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -55,7 +55,8 @@
"postcss-*",
"webpack",
"axios",
"vite"
"vite",
"@nuxt/vite-builder"
]
}
},
Expand Down
76 changes: 13 additions & 63 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 269f674

Please sign in to comment.