Skip to content

Commit

Permalink
Replace dependency rollup-plugin-node-resolve with @rollup/plugin-nod…
Browse files Browse the repository at this point in the history
…e-resolve ^6.0.0
  • Loading branch information
renovate[bot] authored Mar 12, 2024
1 parent 431da86 commit 5e2baa8
Show file tree
Hide file tree
Showing 4 changed files with 201 additions and 35 deletions.
127 changes: 109 additions & 18 deletions REPOS/async/package-lock.json

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

2 changes: 1 addition & 1 deletion REPOS/async/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"nyc": "^14.1.1",
"rimraf": "^2.5.0",
"rollup": "^0.63.4",
"rollup-plugin-node-resolve": "^2.0.0",
"@rollup/plugin-node-resolve": "^6.0.0",
"rollup-plugin-npm": "^2.0.0",
"rsvp": "^3.0.18",
"semver": "^5.5.0",
Expand Down
2 changes: 1 addition & 1 deletion REPOS/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"rollup": "^1.19.4",
"rollup-plugin-babel": "^4.0.1",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-node-resolve": "^2.1.1",
"@rollup/plugin-node-resolve": "^6.0.0",
"rollup-plugin-prettier": "^0.6.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-strip-banner": "^0.2.0",
Expand Down
Loading

0 comments on commit 5e2baa8

Please sign in to comment.