create-blocklet 0.4.52 → 0.4.53

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-blocklet",
3
- "version": "0.4.52",
3
+ "version": "0.4.53",
4
4
  "exports": "./index.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:blocklet/create-blocklet.git",
@@ -14,6 +14,6 @@
14
14
  "dev:child": "blocklet dev --component --app-did=<%= did %>"
15
15
  },
16
16
  "dependencies": {
17
- "@xmark/cli": "^2.4.44"
17
+ "@xmark/cli": "^2.4.56"
18
18
  }
19
19
  }
@@ -14,7 +14,7 @@
14
14
  "dev:child": "blocklet dev --component --app-did=<%= did %>"
15
15
  },
16
16
  "dependencies": {
17
- "@xmark/cli": "^2.4.44",
18
- "@xmark/theme-docs": "^2.4.44"
17
+ "@xmark/cli": "^2.4.56",
18
+ "@xmark/theme-docs": "^2.4.56"
19
19
  }
20
20
  }
@@ -30,7 +30,7 @@
30
30
  "license": "ISC",
31
31
  "dependencies": {
32
32
  "@arcblock/did-auth-storage-nedb": "^1.7.1",
33
- "@blocklet/sdk": "^1.8.22",
33
+ "@blocklet/sdk": "^1.8.24",
34
34
  "@ocap/client": "^1.17.19",
35
35
  "dotenv-flow": "^3.2.0",
36
36
  "express": "^4.18.1"
@@ -29,7 +29,7 @@
29
29
  "dependencies": {
30
30
  "@arcblock/did-auth": "^1.17.19",
31
31
  "@arcblock/did-auth-storage-nedb": "^1.7.1",
32
- "@blocklet/sdk": "^1.8.22",
32
+ "@blocklet/sdk": "^1.8.24",
33
33
  "@ocap/client": "^1.17.19",
34
34
  "@ocap/mcrypto": "^1.17.19",
35
35
  "@ocap/wallet": "^1.17.19",
@@ -43,7 +43,7 @@
43
43
  "dependencies": {
44
44
  "@arcblock/did-auth": "^1.17.19",
45
45
  "@arcblock/did-auth-storage-nedb": "^1.7.1",
46
- "@blocklet/sdk": "^1.8.22",
46
+ "@blocklet/sdk": "^1.8.24",
47
47
  "@ocap/client": "^1.17.19",
48
48
  "@ocap/mcrypto": "^1.17.19",
49
49
  "@ocap/wallet": "^1.17.19",
@@ -57,7 +57,7 @@
57
57
  "express-history-api-fallback": "^2.2.1",
58
58
  "react": "^18.2.0",
59
59
  "react-dom": "^18.2.0",
60
- "react-router-dom": "^6.4.0"
60
+ "react-router-dom": "^6.4.1"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@arcblock/eslint-config": "^0.2.3",
@@ -43,7 +43,7 @@
43
43
  "dependencies": {
44
44
  "@arcblock/did-auth": "^1.17.19",
45
45
  "@arcblock/did-auth-storage-nedb": "^1.7.1",
46
- "@blocklet/sdk": "^1.8.22",
46
+ "@blocklet/sdk": "^1.8.24",
47
47
  "@ocap/client": "^1.17.19",
48
48
  "@ocap/mcrypto": "^1.17.19",
49
49
  "@ocap/wallet": "^1.17.19",
@@ -58,7 +58,7 @@
58
58
  "gun": "^0.2020.1238",
59
59
  "react": "^18.2.0",
60
60
  "react-dom": "^18.2.0",
61
- "react-router-dom": "^6.4.0"
61
+ "react-router-dom": "^6.4.1"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@arcblock/eslint-config": "^0.2.3",
@@ -39,7 +39,7 @@
39
39
  "dependencies": {
40
40
  "react": "^18.2.0",
41
41
  "react-dom": "^18.2.0",
42
- "react-router-dom": "^6.4.0"
42
+ "react-router-dom": "^6.4.1"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@arcblock/eslint-config": "^0.2.3",
@@ -31,15 +31,15 @@
31
31
  "nodemon": "^2.0.20",
32
32
  "npm-run-all": "^4.1.5",
33
33
  "prettier": "^2.7.1",
34
- "vite": "^3.1.2",
35
- "vite-plugin-blocklet": "^0.4.52",
34
+ "vite": "^3.1.3",
35
+ "vite-plugin-blocklet": "^0.4.53",
36
36
  "vite-plugin-html": "^3.2.0",
37
- "vite-plugin-solid": "^2.3.3"
37
+ "vite-plugin-solid": "^2.3.6"
38
38
  },
39
39
  "dependencies": {
40
40
  "@arcblock/did-auth": "^1.17.19",
41
41
  "@arcblock/did-auth-storage-nedb": "^1.7.1",
42
- "@blocklet/sdk": "^1.8.22",
42
+ "@blocklet/sdk": "^1.8.24",
43
43
  "@ocap/client": "^1.17.19",
44
44
  "@ocap/mcrypto": "^1.17.19",
45
45
  "@ocap/wallet": "^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.5"
54
+ "solid-js": "^1.5.6"
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.2",
29
- "vite-plugin-blocklet": "^0.4.52",
28
+ "vite": "^3.1.3",
29
+ "vite-plugin-blocklet": "^0.4.53",
30
30
  "vite-plugin-html": "^3.2.0",
31
- "vite-plugin-solid": "^2.3.3"
31
+ "vite-plugin-solid": "^2.3.6"
32
32
  },
33
33
  "dependencies": {
34
- "solid-js": "^1.5.5"
34
+ "solid-js": "^1.5.6"
35
35
  },
36
36
  "lint-staged": {
37
37
  "*.{mjs,js,vue}": [
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "@arcblock/did-auth": "^1.17.19",
23
23
  "@arcblock/did-auth-storage-nedb": "^1.7.1",
24
- "@blocklet/sdk": "^1.8.22",
24
+ "@blocklet/sdk": "^1.8.24",
25
25
  "@ocap/client": "^1.17.19",
26
26
  "@ocap/mcrypto": "^1.17.19",
27
27
  "@ocap/wallet": "^1.17.19",
@@ -45,8 +45,8 @@
45
45
  "npm-run-all": "^4.1.5",
46
46
  "prettier": "^2.7.1",
47
47
  "svelte": "^3.50.1",
48
- "vite": "^3.1.2",
49
- "vite-plugin-blocklet": "^0.4.52",
48
+ "vite": "^3.1.3",
49
+ "vite-plugin-blocklet": "^0.4.53",
50
50
  "vite-plugin-html": "^3.2.0"
51
51
  },
52
52
  "lint-staged": {
@@ -26,8 +26,8 @@
26
26
  "lint-staged": "^12.5.0",
27
27
  "prettier": "^2.7.1",
28
28
  "svelte": "^3.50.1",
29
- "vite": "^3.1.2",
30
- "vite-plugin-blocklet": "^0.4.52",
29
+ "vite": "^3.1.3",
30
+ "vite-plugin-blocklet": "^0.4.53",
31
31
  "vite-plugin-html": "^3.2.0"
32
32
  },
33
33
  "lint-staged": {
@@ -22,7 +22,7 @@
22
22
  "dependencies": {
23
23
  "@arcblock/did-auth": "^1.17.19",
24
24
  "@arcblock/did-auth-storage-nedb": "^1.7.1",
25
- "@blocklet/sdk": "^1.8.22",
25
+ "@blocklet/sdk": "^1.8.24",
26
26
  "@ocap/client": "^1.17.19",
27
27
  "@ocap/mcrypto": "^1.17.19",
28
28
  "@ocap/wallet": "^1.17.19",
@@ -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.2",
52
- "vite-plugin-blocklet": "^0.4.52"
51
+ "vite": "^3.1.3",
52
+ "vite-plugin-blocklet": "^0.4.53"
53
53
  },
54
54
  "lint-staged": {
55
55
  "*.{mjs,js,vue}": [
@@ -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.2",
31
- "vite-plugin-blocklet": "^0.4.52",
30
+ "vite": "^3.1.3",
31
+ "vite-plugin-blocklet": "^0.4.53",
32
32
  "vite-plugin-html": "^3.2.0"
33
33
  },
34
34
  "lint-staged": {
@@ -22,7 +22,7 @@
22
22
  "dependencies": {
23
23
  "@arcblock/did-auth": "^1.17.19",
24
24
  "@arcblock/did-auth-storage-nedb": "^1.7.1",
25
- "@blocklet/sdk": "^1.8.22",
25
+ "@blocklet/sdk": "^1.8.24",
26
26
  "@ocap/client": "^1.17.19",
27
27
  "@ocap/mcrypto": "^1.17.19",
28
28
  "@ocap/wallet": "^1.17.19",