create-jnrs-template-vue 1.1.9 → 1.1.11
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jnrs-template-vue",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.11",
|
|
4
4
|
"description": "JNRS 信息化管理系统模板",
|
|
5
5
|
"author": "Talia-Tan",
|
|
6
6
|
"private": true,
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@element-plus/icons-vue": "^2.3.2",
|
|
22
|
-
"@jnrs/core": "
|
|
23
|
-
"@jnrs/shared": "
|
|
24
|
-
"@jnrs/vue-core": "
|
|
22
|
+
"@jnrs/core": "1.1.5",
|
|
23
|
+
"@jnrs/shared": "1.1.5",
|
|
24
|
+
"@jnrs/vue-core": "1.1.5",
|
|
25
25
|
"element-plus": "^2.11.9",
|
|
26
26
|
"pinia": "^3.0.4",
|
|
27
27
|
"pinia-plugin-persistedstate": "^4.7.1",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-jnrs-template-vue",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.11",
|
|
4
4
|
"description": "巨能前端工程化开发,Vue 项目模板脚手架",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"vue",
|
|
@@ -32,7 +32,8 @@
|
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"minimist": "^1.2.8",
|
|
34
34
|
"prompts": "^2.4.2",
|
|
35
|
-
"fs-extra": "^11.2.0"
|
|
35
|
+
"fs-extra": "^11.2.0",
|
|
36
|
+
"@jnrs/core": "1.1.5"
|
|
36
37
|
},
|
|
37
38
|
"scripts": {
|
|
38
39
|
"release": "node ./scripts/release.mjs"
|