Skip to content

Commit

Permalink
update build with esm compatible tslib
Browse files Browse the repository at this point in the history
  • Loading branch information
d-fischer committed Nov 10, 2020
1 parent e32d5e6 commit 851dd92
Show file tree
Hide file tree
Showing 11 changed files with 150 additions and 164 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"@d-fischer/eslint-config": "^3.1.1",
"@types/node": "^12.12.47",
"electron": "^9.1.0",
"eslint": "^7.10.0",
"eslint-import-resolver-lerna": "^1.1.0",
"eslint": "^7.13.0",
"eslint-import-resolver-lerna": "^2.0.0",
"husky": "^4.3.0",
"lerna": "^3.22.1",
"lint-staged": "^10.4.0",
"lint-staged": "^10.5.1",
"prettier": "^2.1.2",
"rimraf": "^3.0.0",
"tsukuru": "^0.5.0",
"typescript": "~4.0.2"
"tsukuru": "^0.6.0",
"typescript": "~4.0.5"
},
"scripts": {
"lint": "eslint --ext js,ts packages",
Expand Down
2 changes: 1 addition & 1 deletion packages/easy-twitch-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"funding": "https://github.com/sponsors/d-fischer",
"license": "MIT",
"dependencies": {
"@d-fischer/shared-utils": "^2.4.0",
"@d-fischer/shared-utils": "^2.4.1",
"twitch": "^4.3.0-pre.4",
"twitch-chat-client": "^4.3.0-pre.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/twitch-api-call/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"funding": "https://github.com/sponsors/d-fischer",
"license": "MIT",
"dependencies": {
"@d-fischer/cross-fetch": "^4.0.1",
"@d-fischer/cross-fetch": "^4.0.2",
"@d-fischer/qs": "^7.0.2",
"tslib": "^2.0.0"
"tslib": "^2.0.3"
},
"files": [
"LICENSE",
Expand Down
4 changes: 2 additions & 2 deletions packages/twitch-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"license": "MIT",
"dependencies": {
"@d-fischer/deprecate": "^2.0.2",
"@d-fischer/shared-utils": "^2.4.0",
"tslib": "^2.0.0",
"@d-fischer/shared-utils": "^2.4.1",
"tslib": "^2.0.3",
"twitch-api-call": "^4.3.0-pre.4"
},
"files": [
Expand Down
12 changes: 6 additions & 6 deletions packages/twitch-chat-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"funding": "https://github.com/sponsors/d-fischer",
"license": "MIT",
"dependencies": {
"@d-fischer/cache-decorators": "^2.1.0",
"@d-fischer/cache-decorators": "^2.1.1",
"@d-fischer/deprecate": "^2.0.2",
"@d-fischer/logger": "^2.1.0",
"@d-fischer/shared-utils": "^2.4.0",
"@d-fischer/typed-event-emitter": "^3.1.0",
"ircv3": "^0.26.4",
"tslib": "^2.0.0"
"@d-fischer/logger": "^2.1.1",
"@d-fischer/shared-utils": "^2.4.1",
"@d-fischer/typed-event-emitter": "^3.1.1",
"ircv3": "^0.26.5",
"tslib": "^2.0.3"
},
"devDependencies": {
"twitch": "^4.3.0-pre.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/twitch-electron-auth-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"license": "MIT",
"dependencies": {
"@d-fischer/qs": "^7.0.2",
"@d-fischer/shared-utils": "^2.4.0",
"tslib": "^2.0.0"
"@d-fischer/shared-utils": "^2.4.1",
"tslib": "^2.0.3"
},
"devDependencies": {
"twitch": "^4.3.0-pre.4"
Expand Down
8 changes: 4 additions & 4 deletions packages/twitch-pubsub-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"funding": "https://github.com/sponsors/d-fischer",
"license": "MIT",
"dependencies": {
"@d-fischer/connection": "^6.2.0",
"@d-fischer/logger": "^2.1.0",
"@d-fischer/shared-utils": "^2.4.0",
"@d-fischer/typed-event-emitter": "^3.1.0"
"@d-fischer/connection": "^6.2.1",
"@d-fischer/logger": "^2.1.1",
"@d-fischer/shared-utils": "^2.4.1",
"@d-fischer/typed-event-emitter": "^3.1.1"
},
"devDependencies": {
"twitch": "^4.3.0-pre.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/twitch-webhooks-ngrok/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@d-fischer/portfinder": "^1.0.28",
"ngrok": "^3.3.0",
"tslib": "^2.0.0"
"tslib": "^2.0.3"
},
"devDependencies": {
"twitch": "^4.3.0-pre.4",
Expand Down
8 changes: 4 additions & 4 deletions packages/twitch-webhooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"funding": "https://github.com/sponsors/d-fischer",
"license": "MIT",
"dependencies": {
"@d-fischer/logger": "^2.1.0",
"@d-fischer/logger": "^2.1.1",
"@d-fischer/portfinder": "^1.0.28",
"@d-fischer/public-ip": "^4.0.3",
"@d-fischer/randomstring": "^1.1.7",
"@d-fischer/raw-body": "^2.4.3",
"@d-fischer/shared-utils": "^2.4.0",
"httpanda": "^0.4.3",
"tslib": "^2.0.0"
"@d-fischer/shared-utils": "^2.4.1",
"httpanda": "^0.4.4",
"tslib": "^2.0.3"
},
"devDependencies": {
"@types/trouter": "^3.1.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/twitch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"funding": "https://github.com/sponsors/d-fischer",
"license": "MIT",
"dependencies": {
"@d-fischer/cache-decorators": "^2.1.0",
"@d-fischer/cache-decorators": "^2.1.1",
"@d-fischer/deprecate": "^2.0.2",
"@d-fischer/logger": "^2.1.0",
"@d-fischer/rate-limiter": "^0.2.6",
"@d-fischer/shared-utils": "^2.4.0",
"@d-fischer/logger": "^2.1.1",
"@d-fischer/rate-limiter": "^0.2.7",
"@d-fischer/shared-utils": "^2.4.1",
"top-package": "^1.0.0",
"tslib": "^2.0.0",
"tslib": "^2.0.3",
"twitch-api-call": "^4.3.0-pre.4",
"twitch-auth": "^4.3.0-pre.4"
},
Expand Down

0 comments on commit 851dd92

Please sign in to comment.