Skip to content

Commit

Permalink
chore(deps): update dependency serve to v11.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Apr 26, 2021
1 parent 00c2668 commit 77460cd
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 61 deletions.
2 changes: 1 addition & 1 deletion examples/bundling/no-tree-shaking/rollup-ac3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^5.1.2",
"serve": "^11.2.0"
"serve": "11.3.2"
}
}
60 changes: 30 additions & 30 deletions examples/bundling/tree-shaking/rollup-ac2/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 examples/bundling/tree-shaking/rollup-ac2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^5.3.0",
"serve": "^11.2.0",
"serve": "11.3.2",
"source-map-explorer": "^2.1.0"
}
}

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

Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "5.3.1",
"serve": "^11.2.0",
"serve": "11.3.2",
"source-map-explorer": "^2.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/bundling/tree-shaking/rollup-ac3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "5.3.1",
"serve": "^11.2.0",
"serve": "11.3.2",
"source-map-explorer": "^2.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/bundling/tree-shaking/webpack-ac3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
]
},
"devDependencies": {
"serve": "^11.2.0"
"serve": "11.3.2"
}
}

0 comments on commit 77460cd

Please sign in to comment.