Skip to content

Commit

Permalink
Merge branch 'master' into feat/mime-4-support
Browse files Browse the repository at this point in the history
  • Loading branch information
thgh authored Dec 1, 2023
2 parents 4b83293 + 5db1d51 commit 1ba9864
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-serve",
"version": "2.0.2",
"version": "2.0.3",
"description": "Serve your rolled up bundle",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -39,7 +39,7 @@
],
"type": "module",
"dependencies": {
"mime": "^4.0.0",
"mime": "^4",
"opener": "1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1363,7 +1363,7 @@ magic-string@^0.25.0, magic-string@^0.25.7:
dependencies:
sourcemap-codec "^1.4.8"

mime@^4.0.0:
mime@^4:
version "4.0.0"
resolved "https://registry.yarnpkg.com/mime/-/mime-4.0.0.tgz#ae999669db9568c31a8da18dff6c696663f65486"
integrity sha512-pzhgdeqU5pJ9t5WK9m4RT4GgGWqYJylxUf62Yb9datXRwdcw5MjiD1BYI5evF8AgTXN9gtKX3CFLvCUL5fAhEA==
Expand Down

0 comments on commit 1ba9864

Please sign in to comment.