create-jsview 2.1.341-test.0 → 2.1.367-test.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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-jsview",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.367-test.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"bin": {
|
|
6
6
|
"create-jsview": "index.mjs",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"prompts": "^2.4.2"
|
|
30
30
|
},
|
|
31
31
|
"template": {
|
|
32
|
-
"vue": "2.1.
|
|
33
|
-
"react": "2.1.
|
|
32
|
+
"vue": "2.1.367-test.0",
|
|
33
|
+
"react": "2.1.364-test.0"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
"version": "0.0.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@shijiu/jsview": "2.1.
|
|
13
|
-
"@shijiu/jsview-react": "2.1.
|
|
12
|
+
"@shijiu/jsview": "2.1.364-test.0",
|
|
13
|
+
"@shijiu/jsview-react": "2.1.364-test.0",
|
|
14
14
|
"gifuct-js": "^2.1.2",
|
|
15
15
|
"postcss-import-sync": "^7.1.4",
|
|
16
16
|
"postcss-js": "^4.0.0",
|
|
@@ -3034,7 +3034,7 @@
|
|
|
3034
3034
|
"integrity": "sha512-sXo/qW2/pAcmT43VoRKOJbDOfV3cYpq3szSVfIThQXNt+E4DfKj361vaAt3c88U5tPUxzEswam7GW48PJqtKAg=="
|
|
3035
3035
|
},
|
|
3036
3036
|
"node_modules/@shijiu/jsview": {
|
|
3037
|
-
"version": "2.1.
|
|
3037
|
+
"version": "2.1.364-test.0",
|
|
3038
3038
|
"license": "MIT",
|
|
3039
3039
|
"dependencies": {
|
|
3040
3040
|
"gifuct-js": "2.1.2",
|
|
@@ -3053,7 +3053,7 @@
|
|
|
3053
3053
|
"integrity": ""
|
|
3054
3054
|
},
|
|
3055
3055
|
"node_modules/@shijiu/jsview-react": {
|
|
3056
|
-
"version": "2.1.
|
|
3056
|
+
"version": "2.1.364-test.0",
|
|
3057
3057
|
"license": "MIT",
|
|
3058
3058
|
"dependencies": {
|
|
3059
3059
|
"qr.js": "0.0.0"
|
|
@@ -17814,7 +17814,7 @@
|
|
|
17814
17814
|
"integrity": "sha512-sXo/qW2/pAcmT43VoRKOJbDOfV3cYpq3szSVfIThQXNt+E4DfKj361vaAt3c88U5tPUxzEswam7GW48PJqtKAg=="
|
|
17815
17815
|
},
|
|
17816
17816
|
"@shijiu/jsview": {
|
|
17817
|
-
"version": "2.1.
|
|
17817
|
+
"version": "2.1.364-test.0",
|
|
17818
17818
|
"requires": {
|
|
17819
17819
|
"gifuct-js": "2.1.2",
|
|
17820
17820
|
"postcss-import-sync": "7.1.4",
|
|
@@ -17824,7 +17824,7 @@
|
|
|
17824
17824
|
"integrity": ""
|
|
17825
17825
|
},
|
|
17826
17826
|
"@shijiu/jsview-react": {
|
|
17827
|
-
"version": "2.1.
|
|
17827
|
+
"version": "2.1.364-test.0",
|
|
17828
17828
|
"requires": {
|
|
17829
17829
|
"qr.js": "0.0.0"
|
|
17830
17830
|
},
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"start": "react-scripts start"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@shijiu/jsview": "2.1.
|
|
14
|
-
"@shijiu/jsview-react": "2.1.
|
|
13
|
+
"@shijiu/jsview": "2.1.364-test.0",
|
|
14
|
+
"@shijiu/jsview-react": "2.1.364-test.0",
|
|
15
15
|
"react": "18.2.0",
|
|
16
16
|
"react-dom": "18.2.0",
|
|
17
17
|
"react-router": "5.3.4",
|