create-blocklet 0.4.58 → 0.4.60
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 +1 -1
- package/templates/blocklet-page/package.json +1 -1
- package/templates/doc-site/package.json +2 -2
- package/templates/solidjs-dapp/package.json +4 -4
- package/templates/solidjs-static/package.json +4 -4
- package/templates/svelte-dapp/package.json +2 -2
- package/templates/svelte-static/package.json +2 -2
- package/templates/vue-dapp/package.json +3 -3
- package/templates/vue-static/package.json +3 -3
- package/templates/vue2-dapp/package.json +1 -1
- package/templates/vue2-static/package.json +1 -1
package/package.json
CHANGED
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"nodemon": "^2.0.20",
|
|
32
32
|
"npm-run-all": "^4.1.5",
|
|
33
33
|
"prettier": "^2.7.1",
|
|
34
|
-
"vite": "^3.1.
|
|
35
|
-
"vite-plugin-blocklet": "^0.4.
|
|
34
|
+
"vite": "^3.1.4",
|
|
35
|
+
"vite-plugin-blocklet": "^0.4.60",
|
|
36
36
|
"vite-plugin-html": "^3.2.0",
|
|
37
|
-
"vite-plugin-solid": "^2.3.
|
|
37
|
+
"vite-plugin-solid": "^2.3.9"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@arcblock/did-auth": "^1.17.19",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"express": "^4.18.1",
|
|
52
52
|
"express-async-errors": "^3.1.1",
|
|
53
53
|
"express-history-api-fallback": "^2.2.1",
|
|
54
|
-
"solid-js": "^1.5.
|
|
54
|
+
"solid-js": "^1.5.7"
|
|
55
55
|
},
|
|
56
56
|
"lint-staged": {
|
|
57
57
|
"*.{mjs,js,vue}": [
|
|
@@ -25,13 +25,13 @@
|
|
|
25
25
|
"husky": "^8.0.1",
|
|
26
26
|
"lint-staged": "^12.5.0",
|
|
27
27
|
"prettier": "^2.7.1",
|
|
28
|
-
"vite": "^3.1.
|
|
29
|
-
"vite-plugin-blocklet": "^0.4.
|
|
28
|
+
"vite": "^3.1.4",
|
|
29
|
+
"vite-plugin-blocklet": "^0.4.60",
|
|
30
30
|
"vite-plugin-html": "^3.2.0",
|
|
31
|
-
"vite-plugin-solid": "^2.3.
|
|
31
|
+
"vite-plugin-solid": "^2.3.9"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"solid-js": "^1.5.
|
|
34
|
+
"solid-js": "^1.5.7"
|
|
35
35
|
},
|
|
36
36
|
"lint-staged": {
|
|
37
37
|
"*.{mjs,js,vue}": [
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"express-async-errors": "^3.1.1",
|
|
36
36
|
"express-history-api-fallback": "^2.2.1",
|
|
37
37
|
"vite-plugin-html": "^3.2.0",
|
|
38
|
-
"vue": "^3.2.
|
|
38
|
+
"vue": "^3.2.40"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@vitejs/plugin-vue": "^3.1.0",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"nodemon": "^2.0.20",
|
|
49
49
|
"npm-run-all": "^4.1.5",
|
|
50
50
|
"prettier": "^2.7.1",
|
|
51
|
-
"vite": "^3.1.
|
|
52
|
-
"vite-plugin-blocklet": "^0.4.
|
|
51
|
+
"vite": "^3.1.4",
|
|
52
|
+
"vite-plugin-blocklet": "^0.4.60"
|
|
53
53
|
},
|
|
54
54
|
"lint-staged": {
|
|
55
55
|
"*.{mjs,js,vue}": [
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"prepare": "husky install"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"vue": "^3.2.
|
|
19
|
+
"vue": "^3.2.40"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@vitejs/plugin-vue": "^3.1.0",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"husky": "^8.0.1",
|
|
28
28
|
"lint-staged": "^12.5.0",
|
|
29
29
|
"prettier": "^2.7.1",
|
|
30
|
-
"vite": "^3.1.
|
|
31
|
-
"vite-plugin-blocklet": "^0.4.
|
|
30
|
+
"vite": "^3.1.4",
|
|
31
|
+
"vite-plugin-blocklet": "^0.4.60",
|
|
32
32
|
"vite-plugin-html": "^3.2.0"
|
|
33
33
|
},
|
|
34
34
|
"lint-staged": {
|