Skip to content

Commit

Permalink
⬆️ Upgrade all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and kingyue737 committed Feb 19, 2024
1 parent 5765673 commit cda4888
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.4.1",
"description": "A utility vite plugin to compile browserslist query to a RegExp to test browser useragent.",
"author": "Yue JIN <[email protected]>",
"packageManager": "[email protected].1",
"packageManager": "[email protected].3",
"engines": {
"node": ">=14.21.3"
},
Expand Down Expand Up @@ -53,16 +53,16 @@
"changelog": "gitmoji-changelog"
},
"dependencies": {
"browserslist": "^4.22.3",
"browserslist": "^4.23.0",
"browserslist-useragent-regexp": "^4.1.1"
},
"devDependencies": {
"bumpp": "^9.3.0",
"gitmoji-changelog": "^2.3.0",
"prettier": "^3.2.4",
"tsup": "^8.0.1",
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"vite": "^5.0.12"
"vite": "^5.1.3"
},
"peerDependencies": {
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0"
Expand Down
64 changes: 32 additions & 32 deletions pnpm-lock.yaml

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

0 comments on commit cda4888

Please sign in to comment.