Skip to content

Commit

Permalink
fix: correctly bundle externals (utils)
Browse files Browse the repository at this point in the history
  • Loading branch information
kshutkin committed Oct 25, 2022
1 parent 470daf3 commit 92d57e8
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 46 deletions.
78 changes: 39 additions & 39 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion plugin-binify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"ts-jest": "28.0.2",
"typescript": "4.6.x",
"update-monorepo-package-json": "0.2.0",
"pkgbld-internal": "1.0.2"
"pkgbld-internal": "1.0.3"
},
"peerDependencies": {
"rollup": "^2.60.1 || ^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion plugin-clean/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"ts-jest": "28.0.2",
"typescript": "4.6.x",
"update-monorepo-package-json": "0.2.0",
"pkgbld-internal": "1.0.2"
"pkgbld-internal": "1.0.3"
},
"peerDependencies": {
"rollup": "^2.60.1 || ^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion plugin-copy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"ts-jest": "28.0.2",
"typescript": "4.6.x",
"update-monorepo-package-json": "0.2.0",
"pkgbld-internal": "1.0.2"
"pkgbld-internal": "1.0.3"
},
"peerDependencies": {
"rollup": "^2.60.1 || ^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion plugin-externals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"ts-jest": "28.0.2",
"typescript": "4.6.x",
"update-monorepo-package-json": "0.2.0",
"pkgbld-internal": "1.0.2"
"pkgbld-internal": "1.0.3"
},
"peerDependencies": {
"rollup": "^2.60.1 || ^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion plugin-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"ts-jest": "28.0.2",
"typescript": "4.6.x",
"update-monorepo-package-json": "0.2.0",
"pkgbld-internal": "1.0.2"
"pkgbld-internal": "1.0.3"
},
"peerDependencies": {
"rollup": "^2.60.1 || ^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion plugin-serve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"ts-jest": "28.0.2",
"typescript": "4.6.x",
"update-monorepo-package-json": "0.2.0",
"pkgbld-internal": "1.0.2",
"pkgbld-internal": "1.0.3",
"@types/koa": "^2.13.4",
"@types/koa-logger": "^3.1.2",
"@types/koa-static": "^4.0.2"
Expand Down
2 changes: 1 addition & 1 deletion utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"ts-jest": "28.0.2",
"typescript": "4.6.x",
"update-monorepo-package-json": "0.2.0",
"pkgbld-internal": "1.0.2"
"pkgbld-internal": "1.0.3"
},
"peerDependencies": {
"rollup": "^2.60.1 || ^3.0.0"
Expand Down

0 comments on commit 92d57e8

Please sign in to comment.