Skip to content

Commit

Permalink
Chore(deps-dev): Bump unplugin from 1.16.0 to 2.1.0 (#779)
Browse files Browse the repository at this point in the history
Bumps [unplugin](https://github.com/unjs/unplugin) from 1.16.0 to 2.1.0.
- [Release notes](https://github.com/unjs/unplugin/releases)
- [Changelog](https://github.com/unjs/unplugin/blob/main/CHANGELOG.md)
- [Commits](unjs/unplugin@v1.16.0...v2.1.0)

---
updated-dependencies:
- dependency-name: unplugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 5080eca commit e78fa2b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"replace-in-file": "8.2.0",
"sass": "1.81.0",
"typescript": "5.6.3",
"unplugin": "^1.16.0",
"unplugin": "^2.1.0",
"vite": "^5.4.10",
"vite-plugin-pwa": "0.21.1",
"vite-plugin-vuetify": "2.0.4",
Expand Down
10 changes: 9 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5525,14 +5525,22 @@ [email protected], unpipe@~1.0.0:
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"
integrity sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==

unplugin@^1.1.0, unplugin@^1.16.0:
unplugin@^1.1.0:
version "1.16.0"
resolved "https://registry.yarnpkg.com/unplugin/-/unplugin-1.16.0.tgz#ca0f248bf8798cd752dd02e5b381223b737cef72"
integrity sha512-5liCNPuJW8dqh3+DM6uNM2EI3MLLpCKp/KY+9pB5M2S2SR2qvvDHhKgBOaTWEbZTAws3CXfB0rKTIolWKL05VQ==
dependencies:
acorn "^8.14.0"
webpack-virtual-modules "^0.6.2"

unplugin@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/unplugin/-/unplugin-2.1.0.tgz#c093c34bf52812131125b67d0724bd57685c830a"
integrity sha512-us4j03/499KhbGP8BU7Hrzrgseo+KdfJYWcbcajCOqsAyb8Gk0Yn2kiUIcZISYCb1JFaZfIuG3b42HmguVOKCQ==
dependencies:
acorn "^8.14.0"
webpack-virtual-modules "^0.6.2"

upath@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894"
Expand Down

0 comments on commit e78fa2b

Please sign in to comment.