Skip to content

Commit

Permalink
chore(deps): update all lb4 dependencies (#805)
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
gh-754

gh-754
  • Loading branch information
AnkurBansalSF authored May 26, 2022
1 parent e9361df commit 572f7ae
Show file tree
Hide file tree
Showing 57 changed files with 89,070 additions and 71,964 deletions.
2,297 changes: 959 additions & 1,338 deletions packages/cache/package-lock.json

Large diffs are not rendered by default.

31 changes: 14 additions & 17 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"start": "node -r source-map-support/register .",
"clean": "lb-clean dist *.tsbuildinfo .eslintcache",
"rebuild": "npm run clean && npm run build",
"postinstall": "patch-package",
"coverage": "lb-nyc npm run test"
},
"repository": {
Expand All @@ -51,29 +50,27 @@
"!*/__tests__"
],
"dependencies": {
"@loopback/boot": "^4.1.2",
"@loopback/core": "^3.1.2",
"@loopback/repository": "^4.1.2",
"@loopback/rest": "^11.1.2",
"@loopback/rest-explorer": "^4.1.2",
"@loopback/service-proxy": "^4.1.2",
"@loopback/boot": "^5.0.0",
"@loopback/core": "^4.0.0",
"@loopback/repository": "^5.0.0",
"@loopback/rest": "^12.0.0",
"@loopback/rest-explorer": "^5.0.0",
"@loopback/service-proxy": "^5.0.0",
"bcrypt": "^5.0.1",
"tslib": "^2.0.0"
"tslib": "^2.4.0"
},
"devDependencies": {
"@loopback/build": "^8.1.2",
"@loopback/eslint-config": "^12.0.4",
"@loopback/testlab": "^4.1.2",
"@types/node": "^12.20.47",
"@loopback/build": "^9.0.0",
"@loopback/eslint-config": "^13.0.0",
"@loopback/testlab": "^5.0.0",
"@types/node": "^12.20.50",
"dotenv": "^16.0.0",
"eslint": "^8.10.0",
"patch-package": "^6.4.7",
"eslint": "^8.14.0",
"source-map-support": "^0.5.21",
"typescript": "~4.6.3"
"typescript": "~4.6.4"
},
"peerDependencies": {
"loopback-connector-kv-redis": "^4.0.0",
"patch-package": "^6.4.7"
"loopback-connector-kv-redis": "^4.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
14 changes: 0 additions & 14 deletions packages/cache/patches/ramda+0.28.0.patch

This file was deleted.

Loading

0 comments on commit 572f7ae

Please sign in to comment.