Skip to content

Commit

Permalink
remove @nuxtjs/plausible + upgrade to pnpm 9.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vernaillen committed Sep 13, 2024
1 parent 0b4bf2d commit 84ea853
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 82 deletions.
2 changes: 1 addition & 1 deletion nixpacks.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
providers = ["node"]

[phases.install]
cmds = ["npm install -g corepack", "corepack enable", "corepack prepare pnpm@9.4.0 --activate", "pnpm install"]
cmds = ["npm install -g corepack", "corepack enable", "corepack prepare pnpm@9.10.0 --activate", "pnpm install"]
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"@iconify/utils": "^2.1.32",
"@nuxt/eslint": "^0.5.7",
"@nuxthq/studio": "^2.1.0",
"@nuxtjs/plausible": "^1.0.1",
"@nuxtjs/sitemap": "6.0.1",
"nuxt-og-image": "3.0.2",
"nuxt-svgo": "^4.0.5",
Expand All @@ -48,6 +47,6 @@
"vue-tsc": "^2.1.6"
},
"engines": {
"pnpm": "^9.3.0"
"pnpm": "^9.10.0"
}
}
Loading

0 comments on commit 84ea853

Please sign in to comment.