Skip to content

Commit

Permalink
fix(deps): pin @rollup/plugin-node-resolve due to cloudflare issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed May 2, 2022
1 parent 308e7c7 commit 3ecb813
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-inject": "^4.0.4",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.2.1",
"@rollup/plugin-node-resolve": "~13.2.1",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-virtual": "^2.1.0",
"@rollup/plugin-wasm": "^5.2.0",
Expand Down
26 changes: 21 additions & 5 deletions pnpm-lock.yaml

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

4 changes: 3 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
"extends": [
"@nuxtjs"
],
"ignoreDeps": []
"ignoreDeps": [
"@rollup/plugin-node-resolve"
]
}

0 comments on commit 3ecb813

Please sign in to comment.