Skip to content

Commit

Permalink
build(packages): versions update in packages (#979)
Browse files Browse the repository at this point in the history
* build(packages): versions update in packages

* fix(deps): update versions of all packages

GH-0

Co-authored-by: Akshat Dubey <[email protected]>
  • Loading branch information
sumit-tuteja and akshatdubeysf authored Aug 21, 2022
1 parent b8b9ec2 commit 149edf7
Show file tree
Hide file tree
Showing 100 changed files with 33,736 additions and 258,821 deletions.
1,082 changes: 576 additions & 506 deletions packages/cache/package-lock.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,27 +44,27 @@
"!*/__tests__"
],
"peerDependencies": {
"@loopback/core": "^4.0.0",
"@loopback/repository": "^5.0.0",
"@loopback/rest": "^12.0.0",
"@loopback/core": "4.0.2",
"@loopback/repository": "5.0.2",
"@loopback/rest": "12.0.2",
"loopback-connector-kv-redis": "^4.0.0"
},
"dependencies": {
"tslib": "^2.0.0"
},
"devDependencies": {
"@loopback/build": "^9.0.0",
"@loopback/core": "^4.0.0",
"@loopback/eslint-config": "^13.0.0",
"@loopback/repository": "^5.0.0",
"@loopback/rest": "^12.0.0",
"@loopback/testlab": "^5.0.0",
"@types/node": "^14.18.21",
"@loopback/build": "9.0.2",
"@loopback/core": "4.0.2",
"@loopback/eslint-config": "13.0.2",
"@loopback/repository": "5.0.2",
"@loopback/rest": "12.0.2",
"@loopback/testlab": "5.0.2",
"@types/node": "18.7.8",
"dotenv": "^16.0.1",
"dotenv-extended": "^2.9.0",
"eslint": "^8.17.0",
"eslint": "8.22.0",
"source-map-support": "^0.5.21",
"typescript": "~4.7.3"
"typescript": "4.7.4"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
24,538 changes: 9,896 additions & 14,642 deletions packages/cli/package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,30 +49,30 @@
"yosay": "^2.0.2"
},
"devDependencies": {
"@loopback/eslint-config": "^13.0.1",
"@loopback/eslint-config": "13.0.2",
"@oclif/dev-cli": "^1.26.10",
"@oclif/plugin-help": "^5.1.12",
"@oclif/test": "^2.1.0",
"@oclif/tslint": "^3.1.1",
"@types/chai": "^4.3.1",
"@types/lodash": "^4.14.182",
"@types/mocha": "^9.1.1",
"@types/node": "^14.18.21",
"@types/node": "18.7.8",
"@types/yeoman-environment": "^2.10.7",
"@types/yeoman-generator": "^5.2.10",
"@types/yosay": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"@typescript-eslint/eslint-plugin": "5.33.1",
"@typescript-eslint/parser": "5.33.1",
"chai": "^4.3.6",
"copyfiles": "^2.4.1",
"eslint": "^8.17.0",
"eslint": "8.22.0",
"globby": "11.0.4",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"ts-node": "^10.7.0",
"tslint": "^6.1.3",
"typescript": "~4.7.3"
"typescript": "4.7.4"
},
"overrides": {
"fast-glob": {
Expand Down
Loading

0 comments on commit 149edf7

Please sign in to comment.