Skip to content

Commit

Permalink
Merge pull request #11 from MelleD/dependabot/npm_and_yarn/rollup-plu…
Browse files Browse the repository at this point in the history
…gin-serve-3.0.0

Bump rollup-plugin-serve from 2.0.2 to 3.0.0
  • Loading branch information
MelleD authored Apr 30, 2024
2 parents 677b3f2 + 60862f2 commit 185edfa
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 20 deletions.
23 changes: 13 additions & 10 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"jest-environment-jsdom": "29.5.0",
"jest-serializer-html": "^7.1.0",
"rollup": "^3.19.1",
"rollup-plugin-serve": "^2.0.2",
"rollup-plugin-serve": "^3.0.0",
"rollup-plugin-typescript2": "^0.34.1",
"ts-jest": "29.1.0",
"typescript": "^5.0.4"
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3972,10 +3972,10 @@ mime-types@^2.1.12:
dependencies:
mime-db "1.52.0"

mime@>=2.4.6:
version "3.0.0"
resolved "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz"
integrity sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==
mime@^4:
version "4.0.3"
resolved "https://registry.yarnpkg.com/mime/-/mime-4.0.3.tgz#cd4a1aa052fc980dfc34f111fe1be9e8b878c5d2"
integrity sha512-KgUb15Oorc0NEKPbvfa0wRU+PItIEZmiv+pyAO2i0oTIVTJhlzMclU7w4RXWQrSOVH5ax/p/CkIO7KI4OyFJTQ==

mimic-fn@^2.1.0:
version "2.1.0"
Expand Down Expand Up @@ -4395,12 +4395,12 @@ rimraf@^3.0.2:
dependencies:
glob "^7.1.3"

rollup-plugin-serve@^2.0.2:
version "2.0.2"
resolved "https://registry.npmjs.org/rollup-plugin-serve/-/rollup-plugin-serve-2.0.2.tgz"
integrity sha512-ALqyTbPhlf7FZ5RzlbDvMYvbKuCHWginJkTo6dMsbgji/a78IbsXox+pC83HENdkTRz8OXrTj+aShp3+3ratpg==
rollup-plugin-serve@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/rollup-plugin-serve/-/rollup-plugin-serve-3.0.0.tgz#e18bca98d4d2aa1979e319478b2e25c77a7722eb"
integrity sha512-DjVRhbwC0OgP1Q1sj8Lvx12ee60UTZM767kkjT61sYKHw/wLpANAw3VZN5ZMa5NlvO8bYpfTaqiUrW+icAjXFg==
dependencies:
mime ">=2.4.6"
mime "^4"
opener "1"

rollup-plugin-typescript2@^0.34.1:
Expand Down

0 comments on commit 185edfa

Please sign in to comment.