Skip to content

Commit

Permalink
Merge pull request #58 from mkobayashime/renovate/bundlemonkey-0.x
Browse files Browse the repository at this point in the history
Update dependency bundlemonkey to ^0.5.0
  • Loading branch information
mkobayashime authored Mar 6, 2025
2 parents d57186d + 8b009fc commit cedda33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bun.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"templates/template-typescript": {
"name": "bundlemonkey-template-typescript",
"dependencies": {
"bundlemonkey": "^0.2.3",
"bundlemonkey": "^0.5.0",
},
"devDependencies": {
"@types/tampermonkey": "5.0.4",
Expand Down Expand Up @@ -290,7 +290,7 @@

"bundle-require": ["[email protected]", "", { "dependencies": { "load-tsconfig": "^0.2.3" }, "peerDependencies": { "esbuild": ">=0.18" } }, "sha512-3WrrOuZiyaaZPWiEt4G3+IffISVC9HYlWueJEBWED4ZH4aIAC2PnkdnuRrR94M+w6yGWn4AglWtJtBI8YqvgoA=="],

"bundlemonkey": ["bundlemonkey@0.2.3", "", { "dependencies": { "clipboardy": "4.0.0", "esbuild": "0.25.0", "glob": "^11.0.1", "jiti": "^2.4.2", "typescript": "^5.8.2", "valibot": "^1.0.0-beta.14" }, "bin": { "bundlemonkey": "dist/bin/index.js" } }, "sha512-t76GCmrCgfhT3Petq1vDogeue9RHNoZlfUKkLd+SU2wnuprvwCH/Tn3NA8jgcRdpbzfXlFSyuZ+BnlJbB+gkog=="],
"bundlemonkey": ["bundlemonkey@0.5.0", "", { "dependencies": { "@inquirer/prompts": "^7.3.2", "clipboardy": "4.0.0", "esbuild": "0.25.0", "glob": "^11.0.1", "jiti": "^2.4.2", "typescript": "^5.8.2", "valibot": "^1.0.0-beta.14" }, "bin": { "bundlemonkey": "dist/bin/index.js" } }, "sha512-wVKhtv89dv7U59YVMZUUnN6I/jIAVZxbh8U1In3bIdpFFfhJbrtQe2smhCBkqPzNOUTPd1tj/fp9d1t4hKbLpA=="],

"bundlemonkey-template-typescript": ["bundlemonkey-template-typescript@workspace:templates/template-typescript"],

Expand Down
2 changes: 1 addition & 1 deletion templates/template-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"watch:remote": "bundlemonkey --watch --remote"
},
"dependencies": {
"bundlemonkey": "^0.2.3"
"bundlemonkey": "^0.5.0"
},
"devDependencies": {
"@types/tampermonkey": "5.0.4",
Expand Down

0 comments on commit cedda33

Please sign in to comment.