@loopback/example-context 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 +9 -9
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-context@5.0.9...@loopback/example-context@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-context@5.0.8...@loopback/example-context@5.0.9) (2023-03-09)
18
+
19
+ **Note:** Version bump only for package @loopback/example-context
20
+
21
+
22
+
23
+
24
+
6
25
  ## [5.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/example-context@5.0.7...@loopback/example-context@5.0.8) (2023-02-07)
7
26
 
8
27
  **Note:** Version bump only for package @loopback/example-context
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@loopback/example-context",
3
3
  "description": "Standalone examples to illustrate features provided by @loopback/context",
4
- "version": "5.0.8",
4
+ "version": "5.0.10",
5
5
  "keywords": [
6
6
  "loopback",
7
7
  "LoopBack",
@@ -46,16 +46,16 @@
46
46
  "access": "public"
47
47
  },
48
48
  "dependencies": {
49
- "@loopback/context": "^5.0.8",
49
+ "@loopback/context": "^5.0.10",
50
50
  "tslib": "^2.5.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@loopback/build": "^9.0.8",
54
- "@loopback/eslint-config": "^13.0.8",
55
- "@loopback/testlab": "^5.0.8",
56
- "@types/node": "^14.18.36",
57
- "eslint": "^8.33.0",
58
- "typescript": "~4.9.4"
53
+ "@loopback/build": "^9.0.10",
54
+ "@loopback/eslint-config": "^13.0.10",
55
+ "@loopback/testlab": "^5.0.10",
56
+ "@types/node": "^14.18.42",
57
+ "eslint": "^8.38.0",
58
+ "typescript": "~4.9.5"
59
59
  },
60
- "gitHead": "3025b353fa04f6918cd7b435ae7c5864ba2eb9f9"
60
+ "gitHead": "3a98ded2622420d0f09dbc3c0fe961c0234b097f"
61
61
  }