solid-intlayer 8.7.0-canary.1 → 8.7.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.
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "solid-intlayer",
|
|
3
|
-
"version": "8.7.0
|
|
3
|
+
"version": "8.7.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Easily internationalize i18n your Solid applications with type-safe multilingual content management.",
|
|
6
6
|
"keywords": [
|
|
@@ -104,11 +104,11 @@
|
|
|
104
104
|
"typecheck": "tsc --noEmit --project tsconfig.types.json"
|
|
105
105
|
},
|
|
106
106
|
"dependencies": {
|
|
107
|
-
"@intlayer/api": "8.7.0
|
|
108
|
-
"@intlayer/config": "8.7.0
|
|
109
|
-
"@intlayer/core": "8.7.0
|
|
110
|
-
"@intlayer/editor": "8.7.0
|
|
111
|
-
"@intlayer/types": "8.7.0
|
|
107
|
+
"@intlayer/api": "8.7.0",
|
|
108
|
+
"@intlayer/config": "8.7.0",
|
|
109
|
+
"@intlayer/core": "8.7.0",
|
|
110
|
+
"@intlayer/editor": "8.7.0",
|
|
111
|
+
"@intlayer/types": "8.7.0"
|
|
112
112
|
},
|
|
113
113
|
"devDependencies": {
|
|
114
114
|
"@solidjs/testing-library": "0.8.10",
|