@loopback/example-lb3-application 5.0.8 → 5.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -3,6 +3,25 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.0.10](https://github.com/loopbackio/loopback-next/compare/@loopback/example-lb3-application@5.0.9...@loopback/example-lb3-application@5.0.10) (2023-04-13)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * refresh package lock files ([9979eb1](https://github.com/loopbackio/loopback-next/commit/9979eb183b6c6cd5775da7478cdede8a92ce0d5e)), closes [#9351](https://github.com/loopbackio/loopback-next/issues/9351)
12
+
13
+
14
+
15
+
16
+
17
+ ## [5.0.9](https://github.com/loopbackio/loopback-next/compare/@loopback/example-lb3-application@5.0.8...@loopback/example-lb3-application@5.0.9) (2023-03-09)
18
+
19
+ **Note:** Version bump only for package @loopback/example-lb3-application
20
+
21
+
22
+
23
+
24
+
6
25
  ## [5.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/example-lb3-application@5.0.7...@loopback/example-lb3-application@5.0.8) (2023-02-07)
7
26
 
8
27
  **Note:** Version bump only for package @loopback/example-lb3-application
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@loopback/example-lb3-application",
3
3
  "description": "Tutorial example on how to add existing an LB3 application to a LB4 project",
4
- "version": "5.0.8",
4
+ "version": "5.0.10",
5
5
  "keywords": [
6
6
  "loopback",
7
7
  "LoopBack",
@@ -47,12 +47,12 @@
47
47
  "access": "public"
48
48
  },
49
49
  "dependencies": {
50
- "@loopback/boot": "^5.0.8",
51
- "@loopback/booter-lb3app": "^4.0.8",
52
- "@loopback/core": "^4.0.8",
53
- "@loopback/repository": "^5.1.3",
54
- "@loopback/rest": "^12.0.8",
55
- "@loopback/rest-explorer": "^5.0.8",
50
+ "@loopback/boot": "^5.0.10",
51
+ "@loopback/booter-lb3app": "^4.0.10",
52
+ "@loopback/core": "^4.0.10",
53
+ "@loopback/repository": "^5.1.5",
54
+ "@loopback/rest": "^12.0.10",
55
+ "@loopback/rest-explorer": "^5.0.10",
56
56
  "compression": "^1.7.4",
57
57
  "cors": "^2.8.5",
58
58
  "debug": "^4.3.4",
@@ -63,16 +63,16 @@
63
63
  "tslib": "^2.5.0"
64
64
  },
65
65
  "devDependencies": {
66
- "@loopback/build": "^9.0.8",
67
- "@loopback/eslint-config": "^13.0.8",
68
- "@loopback/rest": "^12.0.8",
69
- "@loopback/testlab": "^5.0.8",
70
- "@types/lodash": "^4.14.191",
71
- "@types/node": "^14.18.36",
72
- "eslint": "^8.33.0",
66
+ "@loopback/build": "^9.0.10",
67
+ "@loopback/eslint-config": "^13.0.10",
68
+ "@loopback/rest": "^12.0.10",
69
+ "@loopback/testlab": "^5.0.10",
70
+ "@types/lodash": "^4.14.192",
71
+ "@types/node": "^14.18.42",
72
+ "eslint": "^8.38.0",
73
73
  "lodash": "^4.17.21",
74
74
  "should": "^13.2.3",
75
- "typescript": "~4.9.4"
75
+ "typescript": "~4.9.5"
76
76
  },
77
- "gitHead": "3025b353fa04f6918cd7b435ae7c5864ba2eb9f9"
77
+ "gitHead": "3a98ded2622420d0f09dbc3c0fe961c0234b097f"
78
78
  }