Skip to content

Commit

Permalink
feat: add tslib as a devDependency
Browse files Browse the repository at this point in the history
see loopbackio#4676

Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
  • Loading branch information
achrinza committed Feb 19, 2020
1 parent 58c244c commit 833b34e
Show file tree
Hide file tree
Showing 77 changed files with 266 additions and 34 deletions.
6 changes: 6 additions & 0 deletions acceptance/extension-logging-fluentd/package-lock.json

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

3 changes: 2 additions & 1 deletion acceptance/extension-logging-fluentd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"@loopback/extension-logging": "^0.1.0",
"@loopback/testlab": "^1.9.2",
"@types/node": "^10.17.15",
"testcontainers": "^2.4.0"
"testcontainers": "^2.4.0",
"tslib": "^1.10.0"
},
"files": [
"README.md",
Expand Down
6 changes: 6 additions & 0 deletions acceptance/repository-cloudant/package-lock.json

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

1 change: 1 addition & 0 deletions acceptance/repository-cloudant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"lodash": "^4.17.11",
"loopback-connector-cloudant": "2.4.0",
"ms": "2.1.2",
"tslib": "^1.10.0",
"typescript": "~3.7.5"
},
"files": [
Expand Down
6 changes: 6 additions & 0 deletions acceptance/repository-mongodb/package-lock.json

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

3 changes: 2 additions & 1 deletion acceptance/repository-mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"@loopback/repository": "^1.19.1",
"@loopback/repository-tests": "^0.10.1",
"@types/node": "^10.17.15",
"loopback-connector-mongodb": "^5.2.2"
"loopback-connector-mongodb": "^5.2.2",
"tslib": "^1.10.0"
},
"files": [
"README.md",
Expand Down
6 changes: 6 additions & 0 deletions acceptance/repository-mysql/package-lock.json

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

3 changes: 2 additions & 1 deletion acceptance/repository-mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"@loopback/repository": "^1.19.1",
"@loopback/repository-tests": "^0.10.1",
"@types/node": "^10.17.15",
"loopback-connector-mysql": "^5.4.2"
"loopback-connector-mysql": "^5.4.2",
"tslib": "^1.10.0"
},
"files": [
"README.md",
Expand Down
6 changes: 6 additions & 0 deletions acceptance/repository-postgresql/package-lock.json

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

3 changes: 2 additions & 1 deletion acceptance/repository-postgresql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"@loopback/repository": "^1.19.1",
"@loopback/repository-tests": "^0.10.1",
"@types/node": "^10.17.15",
"loopback-connector-postgresql": "^3.8.3"
"loopback-connector-postgresql": "^3.8.3",
"tslib": "^1.10.0"
},
"files": [
"README.md",
Expand Down
6 changes: 6 additions & 0 deletions benchmark/package-lock.json

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

3 changes: 2 additions & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
"@types/node": "^10.17.15",
"mocha": "^7.0.1",
"p-event": "^4.1.0",
"source-map-support": "^0.5.16"
"source-map-support": "^0.5.16",
"tslib": "^1.10.0"
},
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions docs/package-lock.json

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

3 changes: 2 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"clean": "lb-clean loopback-docs*.tgz package apidocs site/readmes site/apidocs"
},
"devDependencies": {
"@loopback/build": "^3.1.1"
"@loopback/build": "^3.1.1",
"tslib": "^1.10.0"
},
"publishConfig": {
"access": "public"
Expand Down
1 change: 1 addition & 0 deletions examples/context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-eslint-plugin": "^2.2.1",
"eslint-plugin-mocha": "^6.2.2",
"tslib": "^1.10.0",
"typescript": "~3.7.5"
},
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions examples/express-composition/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-eslint-plugin": "^2.2.1",
"eslint-plugin-mocha": "^6.2.2",
"tslib": "^1.10.0",
"typescript": "~3.7.5"
}
}
1 change: 1 addition & 0 deletions examples/greeter-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-eslint-plugin": "^2.2.1",
"eslint-plugin-mocha": "^6.2.2",
"tslib": "^1.10.0",
"typescript": "~3.7.5"
},
"dependencies": {
Expand Down
1 change: 1 addition & 0 deletions examples/greeting-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-eslint-plugin": "^2.2.1",
"eslint-plugin-mocha": "^6.2.2",
"tslib": "^1.10.0",
"typescript": "~3.7.5"
},
"dependencies": {
Expand Down
1 change: 1 addition & 0 deletions examples/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-eslint-plugin": "^2.2.1",
"eslint-plugin-mocha": "^6.2.2",
"tslib": "^1.10.0",
"typescript": "~3.7.5"
},
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions examples/lb3-application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"eslint-plugin-eslint-plugin": "^2.2.1",
"eslint-plugin-mocha": "^6.2.2",
"lodash": "^4.17.15",
"tslib": "^1.10.0",
"typescript": "~3.7.5"
},
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions examples/log-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-eslint-plugin": "^2.2.1",
"eslint-plugin-mocha": "^6.2.2",
"tslib": "^1.10.0",
"typescript": "~3.7.5"
},
"dependencies": {
Expand Down
1 change: 1 addition & 0 deletions examples/metrics-prometheus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-eslint-plugin": "^2.2.1",
"eslint-plugin-mocha": "^6.2.2",
"tslib": "^1.10.0",
"typescript": "~3.7.5"
},
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions examples/rpc-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-eslint-plugin": "^2.2.1",
"eslint-plugin-mocha": "^6.2.2",
"tslib": "^1.10.0",
"typescript": "~3.7.5"
}
}
1 change: 1 addition & 0 deletions examples/soap-calculator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"eslint-plugin-mocha": "^6.2.2",
"mocha": "^7.0.1",
"source-map-support": "^0.5.16",
"tslib": "^1.10.0",
"typescript": "~3.7.5"
}
}
1 change: 1 addition & 0 deletions examples/todo-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"eslint-plugin-eslint-plugin": "^2.2.1",
"eslint-plugin-mocha": "^6.2.2",
"lodash": "^4.17.15",
"tslib": "^1.10.0",
"typescript": "~3.7.5"
},
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions examples/todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"eslint-plugin-eslint-plugin": "^2.2.1",
"eslint-plugin-mocha": "^6.2.2",
"lodash": "^4.17.15",
"tslib": "^1.10.0",
"typescript": "~3.7.5"
},
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions extensions/authentication-passport/package-lock.json

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

3 changes: 2 additions & 1 deletion extensions/authentication-passport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"@types/node": "^10.17.15",
"@types/passport": "^1.0.2",
"@types/passport-http": "^0.3.8",
"passport-http": "^0.3.0"
"passport-http": "^0.3.0",
"tslib": "^1.10.0"
}
}
6 changes: 6 additions & 0 deletions extensions/health/package-lock.json

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

3 changes: 2 additions & 1 deletion extensions/health/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"@loopback/build": "^3.1.1",
"@loopback/eslint-config": "^5.0.3",
"@loopback/testlab": "^1.10.3",
"@types/node": "^10.17.15"
"@types/node": "^10.17.15",
"tslib": "^1.10.0"
},
"keywords": [
"LoopBack",
Expand Down
6 changes: 6 additions & 0 deletions extensions/logging/package-lock.json

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

3 changes: 2 additions & 1 deletion extensions/logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"@loopback/testlab": "^1.10.3",
"@types/morgan": "^1.7.37",
"@types/node": "^10.17.15",
"p-event": "^4.1.0"
"p-event": "^4.1.0",
"tslib": "^1.10.0"
},
"keywords": [
"LoopBack",
Expand Down
6 changes: 6 additions & 0 deletions extensions/metrics/package-lock.json

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

3 changes: 2 additions & 1 deletion extensions/metrics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"@types/express": "^4.17.1",
"@types/node": "^10.17.15",
"express": "^4.17.1",
"p-event": "^4.1.0"
"p-event": "^4.1.0",
"tslib": "^1.10.0"
},
"keywords": [
"LoopBack",
Expand Down
6 changes: 6 additions & 0 deletions packages/authentication/package-lock.json

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

3 changes: 2 additions & 1 deletion packages/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"@loopback/openapi-spec-builder": "^1.3.1",
"@loopback/testlab": "^1.10.3",
"@types/node": "^10.17.15",
"jsonwebtoken": "^8.5.1"
"jsonwebtoken": "^8.5.1",
"tslib": "^1.10.0"
},
"keywords": [
"LoopBack",
Expand Down
6 changes: 6 additions & 0 deletions packages/authorization/package-lock.json

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

3 changes: 2 additions & 1 deletion packages/authorization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"@loopback/testlab": "^1.10.3",
"@types/debug": "^4.1.4",
"@types/node": "10.17.15",
"casbin": "^4.1.0"
"casbin": "^4.1.0",
"tslib": "^1.10.0"
},
"keywords": [
"LoopBack",
Expand Down
Loading

0 comments on commit 833b34e

Please sign in to comment.