Skip to content

Commit

Permalink
chore(deps): update dependency tsup to v7 (#54)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 10, 2023
1 parent 9028ab9 commit 7635c9c
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 39 deletions.
2 changes: 1 addition & 1 deletion packages/connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@cyco130/eslint-config": "^3.1.4",
"eslint": "^8.44.0",
"sirv": "^2.0.3",
"tsup": "^6.7.0",
"tsup": "^7.1.0",
"typescript": "^5.1.6",
"vite": "^4.4.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/expose-vite-dev-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@cyco130/eslint-config": "^3.1.4",
"@types/node": "^18.16.19",
"eslint": "^8.44.0",
"tsup": "^6.7.0",
"tsup": "^7.1.0",
"typescript": "^5.1.6",
"vite": "^4.4.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/multibuild-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@cyco130/eslint-config": "^3.1.4",
"eslint": "^8.44.0",
"tsup": "^6.7.0",
"tsup": "^7.1.0",
"typescript": "^5.1.6",
"vite": "^4.4.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/multibuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@cyco130/eslint-config": "^3.1.4",
"eslint": "^8.44.0",
"tsup": "^6.7.0",
"tsup": "^7.1.0",
"typescript": "^5.1.6",
"vite": "^4.4.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/node-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/node": "^18.16.19",
"eslint": "^8.44.0",
"sirv": "^2.0.3",
"tsup": "^6.7.0",
"tsup": "^7.1.0",
"typescript": "^5.1.6",
"vite": "^4.4.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/reloader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@cyco130/eslint-config": "^3.1.4",
"@types/node": "^18.16.19",
"eslint": "^8.44.0",
"tsup": "^6.7.0",
"tsup": "^7.1.0",
"typescript": "^5.1.6",
"vite": "^4.4.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/vavite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@types/node": "^18.16.19",
"eslint": "^8.44.0",
"sirv": "^2.0.3",
"tsup": "^6.7.0",
"tsup": "^7.1.0",
"typescript": "^5.1.6",
"vite": "^4.4.2"
},
Expand Down
59 changes: 27 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 7635c9c

Please sign in to comment.