@ts-ioc-container/react 0.12.0 → 0.14.0

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ts-ioc-container/react",
3
- "version": "0.12.0",
3
+ "version": "0.14.0",
4
4
  "description": "React bindings for ts-ioc-container: a Scope component that maps container scopes onto the component tree, plus hooks to resolve from the surrounding scope.",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -63,7 +63,7 @@
63
63
  "typescript": "5.8.3",
64
64
  "unplugin-swc": "^1.5.9",
65
65
  "vitest": "^4.1.11",
66
- "ts-ioc-container": "57.3.0"
66
+ "ts-ioc-container": "58.0.0"
67
67
  },
68
68
  "engines": {
69
69
  "node": ">= 18"