solid-intlayer 9.0.0-canary.13 → 9.0.0-canary.15

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "solid-intlayer",
3
- "version": "9.0.0-canary.13",
3
+ "version": "9.0.0-canary.15",
4
4
  "private": false,
5
5
  "description": "Easily internationalize i18n your Solid applications with type-safe multilingual content management.",
6
6
  "keywords": [
@@ -113,11 +113,11 @@
113
113
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
114
114
  },
115
115
  "dependencies": {
116
- "@intlayer/api": "9.0.0-canary.13",
117
- "@intlayer/config": "9.0.0-canary.13",
118
- "@intlayer/core": "9.0.0-canary.13",
119
- "@intlayer/editor": "9.0.0-canary.13",
120
- "@intlayer/types": "9.0.0-canary.13"
116
+ "@intlayer/api": "9.0.0-canary.15",
117
+ "@intlayer/config": "9.0.0-canary.15",
118
+ "@intlayer/core": "9.0.0-canary.15",
119
+ "@intlayer/editor": "9.0.0-canary.15",
120
+ "@intlayer/types": "9.0.0-canary.15"
121
121
  },
122
122
  "devDependencies": {
123
123
  "@solidjs/testing-library": "0.8.10",