@rs-x/vue 2.0.0-next.8 → 2.0.0-next.9
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rs-x/vue",
|
|
3
|
-
"version": "2.0.0-next.
|
|
3
|
+
"version": "2.0.0-next.9",
|
|
4
4
|
"description": "Vue extension for the RS-X framework with composables to bind RS-X expressions to Vue components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"vue": ">=3.3.0"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@rs-x/core": "2.0.0-next.
|
|
36
|
-
"@rs-x/
|
|
37
|
-
"@rs-x/
|
|
35
|
+
"@rs-x/core": "2.0.0-next.9",
|
|
36
|
+
"@rs-x/expression-parser": "2.0.0-next.9",
|
|
37
|
+
"@rs-x/state-manager": "2.0.0-next.9"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@vitejs/plugin-vue": "^6.0.1",
|