Skip to content

Commit

Permalink
chore(deps): update devdependency unbuild to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 28, 2024
1 parent face1f4 commit 9e16895
Show file tree
Hide file tree
Showing 7 changed files with 1,124 additions and 1,220 deletions.
2 changes: 1 addition & 1 deletion generator/runtimes/edge-light/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"unbuild": "^2.0.0",
"unbuild": "^3.1.0",
"typescript": "^5.6.3"
},
"unbuild": {
Expand Down
2 changes: 1 addition & 1 deletion generator/runtimes/fastly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"dependencies": {
"@fastly/js-compute": "^3.26.0",
"unbuild": "^2.0.0",
"unbuild": "^3.1.0",
"start-server-and-test": "^2.0.8"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion generator/runtimes/llrt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"unbuild": "^2.0.0",
"unbuild": "^3.1.0",
"typescript": "^5.6.3"
},
"unbuild": {
Expand Down
2 changes: 1 addition & 1 deletion generator/runtimes/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"unbuild": "^2.0.0",
"unbuild": "^3.1.0",
"typescript": "^5.6.3"
},
"unbuild": {
Expand Down
2 changes: 1 addition & 1 deletion generator/runtimes/wasmer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "wasmer-runtime",
"type": "module",
"dependencies": {
"unbuild": "^2.0.0",
"unbuild": "^3.1.0",
"start-server-and-test": "^2.0.8"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion generator/runtimes/workerd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"license": "MIT",
"devDependencies": {
"@cloudflare/workers-types": "^4.20241106.0",
"unbuild": "^2.0.0",
"unbuild": "^3.1.0",
"typescript": "^5.6.3",
"workerd": "^1.20241106.1",
"start-server-and-test": "^2.0.8"
Expand Down
Loading

0 comments on commit 9e16895

Please sign in to comment.