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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-blocklet",
3
- "version": "0.4.58",
3
+ "version": "0.4.60",
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.62"
17
+ "@xmark/cli": "^2.4.71"
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.62",
18
- "@xmark/theme-docs": "^2.4.62"
17
+ "@xmark/cli": "^2.4.71",
18
+ "@xmark/theme-docs": "^2.4.71"
19
19
  }
20
20
  }
@@ -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.3",
35
- "vite-plugin-blocklet": "^0.4.58",
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.8"
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.6"
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.3",
29
- "vite-plugin-blocklet": "^0.4.58",
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.8"
31
+ "vite-plugin-solid": "^2.3.9"
32
32
  },
33
33
  "dependencies": {
34
- "solid-js": "^1.5.6"
34
+ "solid-js": "^1.5.7"
35
35
  },
36
36
  "lint-staged": {
37
37
  "*.{mjs,js,vue}": [
@@ -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.3",
49
- "vite-plugin-blocklet": "^0.4.58",
48
+ "vite": "^3.1.4",
49
+ "vite-plugin-blocklet": "^0.4.60",
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.3",
30
- "vite-plugin-blocklet": "^0.4.58",
29
+ "vite": "^3.1.4",
30
+ "vite-plugin-blocklet": "^0.4.60",
31
31
  "vite-plugin-html": "^3.2.0"
32
32
  },
33
33
  "lint-staged": {
@@ -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.39"
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.3",
52
- "vite-plugin-blocklet": "^0.4.58"
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.39"
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.3",
31
- "vite-plugin-blocklet": "^0.4.58",
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": {
@@ -37,7 +37,7 @@
37
37
  "vue": "~2.6.14"
38
38
  },
39
39
  "devDependencies": {
40
- "@babel/core": "^7.19.1",
40
+ "@babel/core": "^7.19.3",
41
41
  "@babel/eslint-parser": "^7.19.1",
42
42
  "@vue/cli-plugin-babel": "~5.0.8",
43
43
  "@vue/cli-plugin-eslint": "~5.0.8",
@@ -19,7 +19,7 @@
19
19
  "vue": "~2.6.14"
20
20
  },
21
21
  "devDependencies": {
22
- "@babel/core": "^7.19.1",
22
+ "@babel/core": "^7.19.3",
23
23
  "@babel/eslint-parser": "^7.19.1",
24
24
  "@vue/cli-plugin-babel": "~5.0.8",
25
25
  "@vue/cli-plugin-eslint": "~5.0.8",