create-blocklet 0.9.20 → 0.9.22
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/index.js +0 -2
- package/lib/utils.js +1 -1
- package/package.json +7 -7
- package/templates/did-connect-dapp/package.json +18 -18
- package/templates/did-wallet-dapp/package.json +19 -19
- package/templates/express-api/package.json +6 -6
- package/templates/html-static/package.json +3 -3
- package/templates/monorepo/package.json +3 -3
- package/templates/nestjs-api/package.json +12 -12
- package/templates/nextjs-dapp/package.json +6 -6
- package/templates/react-aigne-dapp/package.json +25 -25
- package/templates/react-dapp/package.json +13 -13
- package/templates/react-dapp-ts/package.json +18 -18
- package/templates/react-gun-dapp/package.json +13 -13
- package/templates/react-static/package.json +9 -9
- package/templates/solidjs-dapp/package.json +13 -13
- package/templates/solidjs-static/package.json +9 -9
- package/templates/svelte-dapp/package.json +10 -10
- package/templates/svelte-static/package.json +7 -7
- package/templates/todo-list-example/package.json +31 -31
- package/templates/vue-dapp/package.json +14 -14
- package/templates/vue-static/package.json +10 -10
- package/templates/vue-ts-static/package.json +10 -10
- package/templates/vue2-dapp/package.json +13 -13
- package/templates/vue2-static/package.json +9 -9
package/index.js
CHANGED
|
@@ -266,8 +266,6 @@ async function init() {
|
|
|
266
266
|
onState: (state) => {
|
|
267
267
|
projectName = state.value.trim() || transferName;
|
|
268
268
|
},
|
|
269
|
-
validate: (value) =>
|
|
270
|
-
isValidName(value) ? true : 'Please enter a valid project name, the "." is not allowed.',
|
|
271
269
|
},
|
|
272
270
|
{
|
|
273
271
|
type: () => (!fs.existsSync(targetDir) || isEmpty(targetDir) ? null : 'confirm'),
|
package/lib/utils.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-blocklet",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.22",
|
|
4
4
|
"exports": "./index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": "git@github.com:blocklet/create-blocklet.git",
|
|
@@ -35,19 +35,19 @@
|
|
|
35
35
|
"boxen": "^7.1.1",
|
|
36
36
|
"ejs": "^3.1.10",
|
|
37
37
|
"envfile": "^7.1.0",
|
|
38
|
-
"figlet": "^1.
|
|
38
|
+
"figlet": "^1.8.0",
|
|
39
39
|
"gradient-string": "^2.0.2",
|
|
40
40
|
"jdenticon": "^3.3.0",
|
|
41
|
-
"ora": "^8.
|
|
41
|
+
"ora": "^8.2.0",
|
|
42
42
|
"prompts": "^2.4.2",
|
|
43
|
-
"semver": "^7.
|
|
43
|
+
"semver": "^7.7.1",
|
|
44
44
|
"terminal-link": "^3.0.0",
|
|
45
|
-
"zx": "^8.
|
|
45
|
+
"zx": "^8.3.2"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@arcblock/eslint-config-base": "^0.3.3",
|
|
49
49
|
"eslint": "^8.57.1",
|
|
50
|
-
"prettier": "^3.
|
|
51
|
-
"vitest": "^2.1.
|
|
50
|
+
"prettier": "^3.5.1",
|
|
51
|
+
"vitest": "^2.1.9"
|
|
52
52
|
}
|
|
53
53
|
}
|
|
@@ -46,40 +46,40 @@
|
|
|
46
46
|
"@ocap/mcrypto": "^1.19.9",
|
|
47
47
|
"@ocap/util": "^1.19.9",
|
|
48
48
|
"@ocap/wallet": "^1.19.9",
|
|
49
|
-
"cookie-parser": "^1.4.
|
|
49
|
+
"cookie-parser": "^1.4.7",
|
|
50
50
|
"dotenv-flow": "^4.1.0",
|
|
51
|
-
"express": "^4.21.
|
|
51
|
+
"express": "^4.21.2",
|
|
52
52
|
"express-async-errors": "^3.1.1",
|
|
53
53
|
"lodash": "^4.17.21"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@arcblock/did-connect": "^2.11.
|
|
56
|
+
"@arcblock/did-connect": "^2.11.41",
|
|
57
57
|
"@arcblock/eslint-config": "^0.3.3",
|
|
58
|
-
"@arcblock/ux": "^2.11.
|
|
59
|
-
"@blocklet/ui-react": "^2.11.
|
|
60
|
-
"@emotion/react": "^11.
|
|
61
|
-
"@emotion/styled": "^11.
|
|
58
|
+
"@arcblock/ux": "^2.11.41",
|
|
59
|
+
"@blocklet/ui-react": "^2.11.41",
|
|
60
|
+
"@emotion/react": "^11.14.0",
|
|
61
|
+
"@emotion/styled": "^11.14.0",
|
|
62
62
|
"@iconify-icons/material-symbols": "^1.2.58",
|
|
63
|
-
"@iconify/react": "^5.0
|
|
64
|
-
"@mui/material": "^5.16.
|
|
63
|
+
"@iconify/react": "^5.2.0",
|
|
64
|
+
"@mui/material": "^5.16.14",
|
|
65
65
|
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
|
66
|
-
"@vitejs/plugin-react": "^4.3.
|
|
67
|
-
"bumpp": "^9.
|
|
66
|
+
"@vitejs/plugin-react": "^4.3.4",
|
|
67
|
+
"bumpp": "^9.11.1",
|
|
68
68
|
"cross-env": "^7.0.3",
|
|
69
69
|
"eslint": "^8.57.1",
|
|
70
70
|
"flat": "^6.0.1",
|
|
71
|
-
"lint-staged": "^15.
|
|
72
|
-
"nodemon": "^3.1.
|
|
73
|
-
"prettier": "^3.
|
|
71
|
+
"lint-staged": "^15.4.3",
|
|
72
|
+
"nodemon": "^3.1.9",
|
|
73
|
+
"prettier": "^3.5.1",
|
|
74
74
|
"prop-types": "^15.8.1",
|
|
75
75
|
"react": "~18.2.0",
|
|
76
76
|
"react-dom": "~18.2.0",
|
|
77
77
|
"rimraf": "^5.0.10",
|
|
78
78
|
"simple-git-hooks": "^2.11.1",
|
|
79
|
-
"vite": "^5.4.
|
|
80
|
-
"vite-plugin-blocklet": "^0.9.
|
|
81
|
-
"vite-plugin-svgr": "^4.
|
|
82
|
-
"zx": "^8.
|
|
79
|
+
"vite": "^5.4.14",
|
|
80
|
+
"vite-plugin-blocklet": "^0.9.22",
|
|
81
|
+
"vite-plugin-svgr": "^4.3.0",
|
|
82
|
+
"zx": "^8.3.2"
|
|
83
83
|
},
|
|
84
84
|
"simple-git-hooks": {
|
|
85
85
|
"pre-commit": "npx lint-staged"
|
|
@@ -24,39 +24,39 @@
|
|
|
24
24
|
"@ocap/util": "^1.19.9",
|
|
25
25
|
"@ocap/wallet": "^1.19.9",
|
|
26
26
|
"body-parser": "^1.20.3",
|
|
27
|
-
"cookie-parser": "^1.4.
|
|
27
|
+
"cookie-parser": "^1.4.7",
|
|
28
28
|
"cors": "^2.8.5",
|
|
29
|
-
"express": "^4.21.
|
|
29
|
+
"express": "^4.21.2",
|
|
30
30
|
"express-async-errors": "^3.1.1",
|
|
31
31
|
"morgan": "^1.10.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@arcblock/did-connect": "^2.11.
|
|
34
|
+
"@arcblock/did-connect": "^2.11.41",
|
|
35
35
|
"@arcblock/eslint-config": "^0.3.3",
|
|
36
|
-
"@arcblock/ux": "^2.11.
|
|
36
|
+
"@arcblock/ux": "^2.11.41",
|
|
37
37
|
"@blocklet/js-sdk": "^1.16.38",
|
|
38
|
-
"@blocklet/ui-react": "^2.11.
|
|
39
|
-
"@emotion/react": "^11.
|
|
40
|
-
"@emotion/styled": "^11.
|
|
41
|
-
"@mui/icons-material": "^5.16.
|
|
42
|
-
"@mui/material": "^5.16.
|
|
43
|
-
"@vitejs/plugin-react": "^4.3.
|
|
44
|
-
"bumpp": "^9.
|
|
38
|
+
"@blocklet/ui-react": "^2.11.41",
|
|
39
|
+
"@emotion/react": "^11.14.0",
|
|
40
|
+
"@emotion/styled": "^11.14.0",
|
|
41
|
+
"@mui/icons-material": "^5.16.14",
|
|
42
|
+
"@mui/material": "^5.16.14",
|
|
43
|
+
"@vitejs/plugin-react": "^4.3.4",
|
|
44
|
+
"bumpp": "^9.11.1",
|
|
45
45
|
"dayjs": "^1.11.13",
|
|
46
46
|
"dotenv-flow": "^4.1.0",
|
|
47
47
|
"flat": "^6.0.1",
|
|
48
|
-
"nodemon": "^3.1.
|
|
49
|
-
"react": "18.2.0",
|
|
48
|
+
"nodemon": "^3.1.9",
|
|
49
|
+
"react": "~18.2.0",
|
|
50
50
|
"react-dom": "18.2.0",
|
|
51
|
-
"react-router-dom": "^6.
|
|
51
|
+
"react-router-dom": "^6.29.0",
|
|
52
52
|
"rimraf": "^5.0.10",
|
|
53
53
|
"simple-git-hooks": "^2.11.1",
|
|
54
|
-
"vite": "^5.4.
|
|
55
|
-
"vite-node": "^2.1.
|
|
56
|
-
"vite-plugin-blocklet": "^0.9.
|
|
54
|
+
"vite": "^5.4.14",
|
|
55
|
+
"vite-node": "^2.1.9",
|
|
56
|
+
"vite-plugin-blocklet": "^0.9.22",
|
|
57
57
|
"vite-plugin-require": "^1.2.14",
|
|
58
|
-
"vite-plugin-svgr": "^4.
|
|
59
|
-
"zx": "^8.
|
|
58
|
+
"vite-plugin-svgr": "^4.3.0",
|
|
59
|
+
"zx": "^8.3.2"
|
|
60
60
|
},
|
|
61
61
|
"lint-staged": {
|
|
62
62
|
"*.{mjs,js,jsx,ts,tsx}": [
|
|
@@ -35,19 +35,19 @@
|
|
|
35
35
|
"@blocklet/sdk": "^1.16.38",
|
|
36
36
|
"@ocap/client": "^1.19.9",
|
|
37
37
|
"dotenv-flow": "^4.1.0",
|
|
38
|
-
"express": "^4.21.
|
|
38
|
+
"express": "^4.21.2"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@arcblock/eslint-config-base": "^0.3.3",
|
|
42
42
|
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
|
43
|
-
"bumpp": "^9.
|
|
43
|
+
"bumpp": "^9.11.1",
|
|
44
44
|
"eslint": "^8.57.1",
|
|
45
|
-
"lint-staged": "^15.
|
|
46
|
-
"nodemon": "^3.1.
|
|
47
|
-
"prettier": "^3.
|
|
45
|
+
"lint-staged": "^15.4.3",
|
|
46
|
+
"nodemon": "^3.1.9",
|
|
47
|
+
"prettier": "^3.5.1",
|
|
48
48
|
"rimraf": "^5.0.10",
|
|
49
49
|
"simple-git-hooks": "^2.11.1",
|
|
50
|
-
"zx": "^8.
|
|
50
|
+
"zx": "^8.3.2"
|
|
51
51
|
},
|
|
52
52
|
"simple-git-hooks": {
|
|
53
53
|
"pre-commit": "npx lint-staged"
|
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
"license": "ISC",
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
|
20
|
-
"bumpp": "^9.
|
|
21
|
-
"prettier": "^3.
|
|
20
|
+
"bumpp": "^9.11.1",
|
|
21
|
+
"prettier": "^3.5.1",
|
|
22
22
|
"rimraf": "^5.0.10",
|
|
23
|
-
"zx": "^8.
|
|
23
|
+
"zx": "^8.3.2"
|
|
24
24
|
}
|
|
25
25
|
}
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@arcblock/eslint-config": "^0.3.3",
|
|
23
23
|
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
|
24
|
-
"bumpp": "^9.
|
|
24
|
+
"bumpp": "^9.11.1",
|
|
25
25
|
"eslint": "^8.57.1",
|
|
26
|
-
"prettier": "^3.
|
|
26
|
+
"prettier": "^3.5.1",
|
|
27
27
|
"simple-git-hooks": "^2.11.1",
|
|
28
|
-
"zx": "^8.
|
|
28
|
+
"zx": "^8.3.2"
|
|
29
29
|
},
|
|
30
30
|
"simple-git-hooks": {
|
|
31
31
|
"pre-commit": "npx lint-staged"
|
|
@@ -37,36 +37,36 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@arcblock/did-auth-storage-nedb": "^1.7.1",
|
|
39
39
|
"@blocklet/sdk": "^1.16.38",
|
|
40
|
-
"@nestjs/common": "^11.0.
|
|
41
|
-
"@nestjs/core": "^11.0.
|
|
42
|
-
"@nestjs/platform-express": "^11.0.
|
|
40
|
+
"@nestjs/common": "^11.0.10",
|
|
41
|
+
"@nestjs/core": "^11.0.10",
|
|
42
|
+
"@nestjs/platform-express": "^11.0.10",
|
|
43
43
|
"@ocap/client": "^1.19.9",
|
|
44
44
|
"dotenv-flow": "^4.1.0",
|
|
45
|
-
"express": "^4.21.
|
|
45
|
+
"express": "^4.21.2",
|
|
46
46
|
"reflect-metadata": "^0.2.2",
|
|
47
47
|
"rxjs": "^7.8.1"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@arcblock/eslint-config-base": "^0.3.3",
|
|
51
|
-
"@nestjs/cli": "^11.0.
|
|
52
|
-
"@nestjs/schematics": "^11.0.
|
|
51
|
+
"@nestjs/cli": "^11.0.4",
|
|
52
|
+
"@nestjs/schematics": "^11.0.1",
|
|
53
53
|
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
|
54
54
|
"@types/express": "^5.0.0",
|
|
55
|
-
"@types/node": "^22.
|
|
55
|
+
"@types/node": "^22.13.4",
|
|
56
56
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
57
57
|
"@typescript-eslint/parser": "^7.18.0",
|
|
58
|
-
"bumpp": "^9.
|
|
58
|
+
"bumpp": "^9.11.1",
|
|
59
59
|
"eslint": "^8.57.1",
|
|
60
|
-
"lint-staged": "^15.
|
|
61
|
-
"nodemon": "^3.1.
|
|
62
|
-
"prettier": "^3.
|
|
60
|
+
"lint-staged": "^15.4.3",
|
|
61
|
+
"nodemon": "^3.1.9",
|
|
62
|
+
"prettier": "^3.5.1",
|
|
63
63
|
"rimraf": "^5.0.10",
|
|
64
64
|
"simple-git-hooks": "^2.11.1",
|
|
65
65
|
"source-map-support": "^0.5.21",
|
|
66
66
|
"ts-node": "^10.9.2",
|
|
67
67
|
"tsconfig-paths": "^4.2.0",
|
|
68
68
|
"typescript": "^5.7.3",
|
|
69
|
-
"zx": "^8.
|
|
69
|
+
"zx": "^8.3.2"
|
|
70
70
|
},
|
|
71
71
|
"simple-git-hooks": {
|
|
72
72
|
"pre-commit": "npx lint-staged"
|
|
@@ -35,21 +35,21 @@
|
|
|
35
35
|
"@ocap/mcrypto": "^1.19.9",
|
|
36
36
|
"@ocap/wallet": "^1.19.9",
|
|
37
37
|
"dotenv-flow": "^4.1.0",
|
|
38
|
-
"express": "^4.21.
|
|
38
|
+
"express": "^4.21.2",
|
|
39
39
|
"next": "14.2.4",
|
|
40
|
-
"react": "18.2.0",
|
|
40
|
+
"react": "~18.2.0",
|
|
41
41
|
"react-dom": "18.2.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"bumpp": "^9.
|
|
44
|
+
"bumpp": "^9.11.1",
|
|
45
45
|
"eslint": "8.57.0",
|
|
46
46
|
"eslint-config-next": "14.2.4",
|
|
47
|
-
"lint-staged": "^15.
|
|
48
|
-
"nodemon": "^3.1.
|
|
47
|
+
"lint-staged": "^15.4.3",
|
|
48
|
+
"nodemon": "^3.1.9",
|
|
49
49
|
"npm-run-all": "^4.1.5",
|
|
50
50
|
"rimraf": "^5.0.10",
|
|
51
51
|
"simple-git-hooks": "^2.11.1",
|
|
52
|
-
"zx": "^8.
|
|
52
|
+
"zx": "^8.3.2"
|
|
53
53
|
},
|
|
54
54
|
"simple-git-hooks": {
|
|
55
55
|
"pre-commit": "npx lint-staged"
|
|
@@ -43,63 +43,63 @@
|
|
|
43
43
|
"@aigne/runtime": "1.0.8",
|
|
44
44
|
"@arcblock/did-auth": "^1.19.9",
|
|
45
45
|
"@arcblock/did-auth-storage-nedb": "^1.7.1",
|
|
46
|
-
"@arcblock/did-connect": "^2.11.
|
|
46
|
+
"@arcblock/did-connect": "^2.11.41",
|
|
47
47
|
"@blocklet/sdk": "^1.16.38",
|
|
48
|
-
"@blocklet/ui-react": "^2.11.
|
|
49
|
-
"@mui/icons-material": "^5.16.
|
|
50
|
-
"@mui/material": "^6.
|
|
48
|
+
"@blocklet/ui-react": "^2.11.41",
|
|
49
|
+
"@mui/icons-material": "^5.16.14",
|
|
50
|
+
"@mui/material": "^6.4.5",
|
|
51
51
|
"@ocap/client": "^1.19.9",
|
|
52
52
|
"@ocap/mcrypto": "^1.19.9",
|
|
53
53
|
"@ocap/wallet": "^1.19.9",
|
|
54
|
-
"axios": "^1.7.
|
|
55
|
-
"cookie-parser": "^1.4.
|
|
54
|
+
"axios": "^1.7.9",
|
|
55
|
+
"cookie-parser": "^1.4.7",
|
|
56
56
|
"cors": "^2.8.5",
|
|
57
57
|
"dotenv-flow": "^4.1.0",
|
|
58
|
-
"express": "^4.21.
|
|
58
|
+
"express": "^4.21.2",
|
|
59
59
|
"express-async-errors": "^3.1.1",
|
|
60
60
|
"immer": "^10.1.1",
|
|
61
|
-
"nanoid": "^3.3.
|
|
62
|
-
"react-markdown": "^9.0
|
|
61
|
+
"nanoid": "^3.3.8",
|
|
62
|
+
"react-markdown": "^9.1.0",
|
|
63
63
|
"react-scroll-to-bottom": "^4.2.0",
|
|
64
64
|
"react-syntax-highlighter": "^15.6.1",
|
|
65
65
|
"reflect-metadata": "^0.2.2",
|
|
66
|
-
"remark-gfm": "^4.0.
|
|
66
|
+
"remark-gfm": "^4.0.1",
|
|
67
67
|
"ufo": "^1.5.4"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@arcblock/eslint-config": "^0.3.3",
|
|
71
71
|
"@arcblock/eslint-config-ts": "^0.3.3",
|
|
72
72
|
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
|
73
|
-
"@types/cookie-parser": "^1.4.
|
|
73
|
+
"@types/cookie-parser": "^1.4.8",
|
|
74
74
|
"@types/cors": "^2.8.17",
|
|
75
75
|
"@types/dotenv-flow": "^3.3.3",
|
|
76
76
|
"@types/express": "^4.17.21",
|
|
77
|
-
"@types/node": "^20.
|
|
78
|
-
"@types/react": "^18.3.
|
|
79
|
-
"@types/react-dom": "^18.3.
|
|
77
|
+
"@types/node": "^20.17.19",
|
|
78
|
+
"@types/react": "^18.3.18",
|
|
79
|
+
"@types/react-dom": "^18.3.5",
|
|
80
80
|
"@types/react-scroll-to-bottom": "^4.2.5",
|
|
81
81
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
82
|
-
"@vitejs/plugin-react": "^4.3.
|
|
83
|
-
"bumpp": "^9.
|
|
82
|
+
"@vitejs/plugin-react": "^4.3.4",
|
|
83
|
+
"bumpp": "^9.11.1",
|
|
84
84
|
"cross-env": "^7.0.3",
|
|
85
85
|
"eslint": "^8.57.1",
|
|
86
86
|
"import-sort-style-module": "^6.0.0",
|
|
87
|
-
"lint-staged": "^15.
|
|
88
|
-
"nodemon": "^3.1.
|
|
87
|
+
"lint-staged": "^15.4.3",
|
|
88
|
+
"nodemon": "^3.1.9",
|
|
89
89
|
"npm-run-all": "^4.1.5",
|
|
90
|
-
"prettier": "^3.
|
|
90
|
+
"prettier": "^3.5.1",
|
|
91
91
|
"prettier-plugin-import-sort": "^0.0.7",
|
|
92
92
|
"react": "~18.2.0",
|
|
93
93
|
"react-dom": "~18.2.0",
|
|
94
|
-
"react-router-dom": "^6.
|
|
94
|
+
"react-router-dom": "^6.29.0",
|
|
95
95
|
"rimraf": "^5.0.10",
|
|
96
96
|
"simple-git-hooks": "^2.11.1",
|
|
97
97
|
"ts-node": "^10.9.2",
|
|
98
|
-
"typescript": "^5.
|
|
99
|
-
"vite": "^5.4.
|
|
100
|
-
"vite-plugin-blocklet": "^0.9.
|
|
101
|
-
"vite-plugin-svgr": "^4.
|
|
102
|
-
"zx": "^8.
|
|
98
|
+
"typescript": "^5.7.3",
|
|
99
|
+
"vite": "^5.4.14",
|
|
100
|
+
"vite-plugin-blocklet": "^0.9.22",
|
|
101
|
+
"vite-plugin-svgr": "^4.3.0",
|
|
102
|
+
"zx": "^8.3.2"
|
|
103
103
|
},
|
|
104
104
|
"resolutions": {
|
|
105
105
|
"@aigne/core": "1.0.8",
|
|
@@ -46,34 +46,34 @@
|
|
|
46
46
|
"@ocap/client": "^1.19.9",
|
|
47
47
|
"@ocap/mcrypto": "^1.19.9",
|
|
48
48
|
"@ocap/wallet": "^1.19.9",
|
|
49
|
-
"axios": "^1.7.
|
|
50
|
-
"cookie-parser": "^1.4.
|
|
49
|
+
"axios": "^1.7.9",
|
|
50
|
+
"cookie-parser": "^1.4.7",
|
|
51
51
|
"cors": "^2.8.5",
|
|
52
52
|
"dotenv-flow": "^4.1.0",
|
|
53
|
-
"express": "^4.21.
|
|
53
|
+
"express": "^4.21.2",
|
|
54
54
|
"express-async-errors": "^3.1.1"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@arcblock/eslint-config": "^0.3.3",
|
|
58
58
|
"@blocklet/js-sdk": "^1.16.38",
|
|
59
59
|
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
|
60
|
-
"@vitejs/plugin-react": "^4.3.
|
|
61
|
-
"bumpp": "^9.
|
|
60
|
+
"@vitejs/plugin-react": "^4.3.4",
|
|
61
|
+
"bumpp": "^9.11.1",
|
|
62
62
|
"cross-env": "^7.0.3",
|
|
63
63
|
"eslint": "^8.57.1",
|
|
64
|
-
"lint-staged": "^15.
|
|
65
|
-
"nodemon": "^3.1.
|
|
64
|
+
"lint-staged": "^15.4.3",
|
|
65
|
+
"nodemon": "^3.1.9",
|
|
66
66
|
"npm-run-all": "^4.1.5",
|
|
67
|
-
"prettier": "^3.
|
|
67
|
+
"prettier": "^3.5.1",
|
|
68
68
|
"react": "~18.2.0",
|
|
69
69
|
"react-dom": "~18.2.0",
|
|
70
|
-
"react-router-dom": "^6.
|
|
70
|
+
"react-router-dom": "^6.29.0",
|
|
71
71
|
"rimraf": "^5.0.10",
|
|
72
72
|
"simple-git-hooks": "^2.11.1",
|
|
73
|
-
"vite": "^5.4.
|
|
74
|
-
"vite-plugin-blocklet": "^0.9.
|
|
75
|
-
"vite-plugin-svgr": "^4.
|
|
76
|
-
"zx": "^8.
|
|
73
|
+
"vite": "^5.4.14",
|
|
74
|
+
"vite-plugin-blocklet": "^0.9.22",
|
|
75
|
+
"vite-plugin-svgr": "^4.3.0",
|
|
76
|
+
"zx": "^8.3.2"
|
|
77
77
|
},
|
|
78
78
|
"simple-git-hooks": {
|
|
79
79
|
"pre-commit": "npx lint-staged"
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"@ocap/client": "^1.19.9",
|
|
45
45
|
"@ocap/mcrypto": "^1.19.9",
|
|
46
46
|
"@ocap/wallet": "^1.19.9",
|
|
47
|
-
"axios": "^1.7.
|
|
48
|
-
"cookie-parser": "^1.4.
|
|
47
|
+
"axios": "^1.7.9",
|
|
48
|
+
"cookie-parser": "^1.4.7",
|
|
49
49
|
"cors": "^2.8.5",
|
|
50
50
|
"dotenv-flow": "^4.1.0",
|
|
51
|
-
"express": "^4.21.
|
|
51
|
+
"express": "^4.21.2",
|
|
52
52
|
"express-async-errors": "^3.1.1"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
@@ -56,34 +56,34 @@
|
|
|
56
56
|
"@arcblock/eslint-config-ts": "^0.3.3",
|
|
57
57
|
"@blocklet/js-sdk": "^1.16.38",
|
|
58
58
|
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
|
59
|
-
"@types/cookie-parser": "^1.4.
|
|
59
|
+
"@types/cookie-parser": "^1.4.8",
|
|
60
60
|
"@types/cors": "^2.8.17",
|
|
61
61
|
"@types/dotenv-flow": "^3.3.3",
|
|
62
62
|
"@types/express": "^4.17.21",
|
|
63
|
-
"@types/node": "^20.
|
|
64
|
-
"@types/react": "^18.3.
|
|
65
|
-
"@types/react-dom": "^18.3.
|
|
66
|
-
"@vitejs/plugin-react": "^4.3.
|
|
67
|
-
"bumpp": "^9.
|
|
63
|
+
"@types/node": "^20.17.19",
|
|
64
|
+
"@types/react": "^18.3.18",
|
|
65
|
+
"@types/react-dom": "^18.3.5",
|
|
66
|
+
"@vitejs/plugin-react": "^4.3.4",
|
|
67
|
+
"bumpp": "^9.11.1",
|
|
68
68
|
"cross-env": "^7.0.3",
|
|
69
69
|
"eslint": "^8.57.1",
|
|
70
70
|
"import-sort-style-module": "^6.0.0",
|
|
71
|
-
"lint-staged": "^15.
|
|
72
|
-
"nodemon": "^3.1.
|
|
71
|
+
"lint-staged": "^15.4.3",
|
|
72
|
+
"nodemon": "^3.1.9",
|
|
73
73
|
"npm-run-all": "^4.1.5",
|
|
74
|
-
"prettier": "^3.
|
|
74
|
+
"prettier": "^3.5.1",
|
|
75
75
|
"prettier-plugin-import-sort": "^0.0.7",
|
|
76
76
|
"react": "~18.2.0",
|
|
77
77
|
"react-dom": "~18.2.0",
|
|
78
|
-
"react-router-dom": "^6.
|
|
78
|
+
"react-router-dom": "^6.29.0",
|
|
79
79
|
"rimraf": "^5.0.10",
|
|
80
80
|
"simple-git-hooks": "^2.11.1",
|
|
81
81
|
"ts-node": "^10.9.2",
|
|
82
|
-
"typescript": "^5.
|
|
83
|
-
"vite": "^5.4.
|
|
84
|
-
"vite-plugin-blocklet": "^0.9.
|
|
85
|
-
"vite-plugin-svgr": "^4.
|
|
86
|
-
"zx": "^8.
|
|
82
|
+
"typescript": "^5.7.3",
|
|
83
|
+
"vite": "^5.4.14",
|
|
84
|
+
"vite-plugin-blocklet": "^0.9.22",
|
|
85
|
+
"vite-plugin-svgr": "^4.3.0",
|
|
86
|
+
"zx": "^8.3.2"
|
|
87
87
|
},
|
|
88
88
|
"importSort": {
|
|
89
89
|
".js, .jsx, .mjs": {
|
|
@@ -46,34 +46,34 @@
|
|
|
46
46
|
"@ocap/client": "^1.19.9",
|
|
47
47
|
"@ocap/mcrypto": "^1.19.9",
|
|
48
48
|
"@ocap/wallet": "^1.19.9",
|
|
49
|
-
"axios": "^1.7.
|
|
50
|
-
"cookie-parser": "^1.4.
|
|
49
|
+
"axios": "^1.7.9",
|
|
50
|
+
"cookie-parser": "^1.4.7",
|
|
51
51
|
"cors": "^2.8.5",
|
|
52
52
|
"dotenv-flow": "^4.1.0",
|
|
53
|
-
"express": "^4.21.
|
|
53
|
+
"express": "^4.21.2",
|
|
54
54
|
"express-async-errors": "^3.1.1",
|
|
55
55
|
"gun": "^0.2020.1240"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@arcblock/eslint-config": "^0.3.3",
|
|
59
59
|
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
|
60
|
-
"@vitejs/plugin-react": "^4.3.
|
|
61
|
-
"bumpp": "^9.
|
|
60
|
+
"@vitejs/plugin-react": "^4.3.4",
|
|
61
|
+
"bumpp": "^9.11.1",
|
|
62
62
|
"cross-env": "^7.0.3",
|
|
63
63
|
"eslint": "^8.57.1",
|
|
64
|
-
"lint-staged": "^15.
|
|
65
|
-
"nodemon": "^3.1.
|
|
64
|
+
"lint-staged": "^15.4.3",
|
|
65
|
+
"nodemon": "^3.1.9",
|
|
66
66
|
"npm-run-all": "^4.1.5",
|
|
67
|
-
"prettier": "^3.
|
|
67
|
+
"prettier": "^3.5.1",
|
|
68
68
|
"react": "~18.2.0",
|
|
69
69
|
"react-dom": "~18.2.0",
|
|
70
|
-
"react-router-dom": "^6.
|
|
70
|
+
"react-router-dom": "^6.29.0",
|
|
71
71
|
"rimraf": "^5.0.10",
|
|
72
72
|
"simple-git-hooks": "^2.11.1",
|
|
73
|
-
"vite": "^5.4.
|
|
74
|
-
"vite-plugin-blocklet": "^0.9.
|
|
75
|
-
"vite-plugin-svgr": "^4.
|
|
76
|
-
"zx": "^8.
|
|
73
|
+
"vite": "^5.4.14",
|
|
74
|
+
"vite-plugin-blocklet": "^0.9.22",
|
|
75
|
+
"vite-plugin-svgr": "^4.3.0",
|
|
76
|
+
"zx": "^8.3.2"
|
|
77
77
|
},
|
|
78
78
|
"simple-git-hooks": {
|
|
79
79
|
"pre-commit": "npx lint-staged"
|
|
@@ -41,20 +41,20 @@
|
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@arcblock/eslint-config": "^0.3.3",
|
|
43
43
|
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
|
44
|
-
"@vitejs/plugin-react": "^4.3.
|
|
45
|
-
"bumpp": "^9.
|
|
44
|
+
"@vitejs/plugin-react": "^4.3.4",
|
|
45
|
+
"bumpp": "^9.11.1",
|
|
46
46
|
"eslint": "^8.57.1",
|
|
47
|
-
"lint-staged": "^15.
|
|
48
|
-
"prettier": "^3.
|
|
47
|
+
"lint-staged": "^15.4.3",
|
|
48
|
+
"prettier": "^3.5.1",
|
|
49
49
|
"react": "~18.2.0",
|
|
50
50
|
"react-dom": "~18.2.0",
|
|
51
|
-
"react-router-dom": "^6.
|
|
51
|
+
"react-router-dom": "^6.29.0",
|
|
52
52
|
"rimraf": "^5.0.10",
|
|
53
53
|
"simple-git-hooks": "^2.11.1",
|
|
54
|
-
"vite": "^5.4.
|
|
55
|
-
"vite-plugin-blocklet": "^0.9.
|
|
56
|
-
"vite-plugin-svgr": "^4.
|
|
57
|
-
"zx": "^8.
|
|
54
|
+
"vite": "^5.4.14",
|
|
55
|
+
"vite-plugin-blocklet": "^0.9.22",
|
|
56
|
+
"vite-plugin-svgr": "^4.3.0",
|
|
57
|
+
"zx": "^8.3.2"
|
|
58
58
|
},
|
|
59
59
|
"simple-git-hooks": {
|
|
60
60
|
"pre-commit": "npx lint-staged"
|
|
@@ -23,22 +23,22 @@
|
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@blocklet/js-sdk": "^1.16.38",
|
|
25
25
|
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
|
26
|
-
"bumpp": "^9.
|
|
26
|
+
"bumpp": "^9.11.1",
|
|
27
27
|
"cross-env": "^7.0.3",
|
|
28
28
|
"eslint": "^8.57.1",
|
|
29
29
|
"eslint-config-prettier": "^9.1.0",
|
|
30
|
-
"eslint-plugin-prettier": "^5.2.
|
|
30
|
+
"eslint-plugin-prettier": "^5.2.3",
|
|
31
31
|
"eslint-plugin-solid": "0.14.1",
|
|
32
|
-
"lint-staged": "^15.
|
|
33
|
-
"nodemon": "^3.1.
|
|
32
|
+
"lint-staged": "^15.4.3",
|
|
33
|
+
"nodemon": "^3.1.9",
|
|
34
34
|
"npm-run-all": "^4.1.5",
|
|
35
|
-
"prettier": "^3.
|
|
35
|
+
"prettier": "^3.5.1",
|
|
36
36
|
"rimraf": "^5.0.10",
|
|
37
37
|
"simple-git-hooks": "^2.11.1",
|
|
38
|
-
"vite": "^5.4.
|
|
39
|
-
"vite-plugin-blocklet": "^0.9.
|
|
40
|
-
"vite-plugin-solid": "^2.
|
|
41
|
-
"zx": "^8.
|
|
38
|
+
"vite": "^5.4.14",
|
|
39
|
+
"vite-plugin-blocklet": "^0.9.22",
|
|
40
|
+
"vite-plugin-solid": "^2.11.2",
|
|
41
|
+
"zx": "^8.3.2"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@arcblock/did-auth": "^1.19.9",
|
|
@@ -47,13 +47,13 @@
|
|
|
47
47
|
"@ocap/client": "^1.19.9",
|
|
48
48
|
"@ocap/mcrypto": "^1.19.9",
|
|
49
49
|
"@ocap/wallet": "^1.19.9",
|
|
50
|
-
"axios": "^1.7.
|
|
51
|
-
"cookie-parser": "^1.4.
|
|
50
|
+
"axios": "^1.7.9",
|
|
51
|
+
"cookie-parser": "^1.4.7",
|
|
52
52
|
"cors": "^2.8.5",
|
|
53
53
|
"dotenv-flow": "^4.1.0",
|
|
54
|
-
"express": "^4.21.
|
|
54
|
+
"express": "^4.21.2",
|
|
55
55
|
"express-async-errors": "^3.1.1",
|
|
56
|
-
"solid-js": "^1.9.
|
|
56
|
+
"solid-js": "^1.9.4"
|
|
57
57
|
},
|
|
58
58
|
"lint-staged": {
|
|
59
59
|
"*.{mjs,js,jsx,tsx}": [
|
|
@@ -21,20 +21,20 @@
|
|
|
21
21
|
"license": "MIT",
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
|
24
|
-
"bumpp": "^9.
|
|
24
|
+
"bumpp": "^9.11.1",
|
|
25
25
|
"eslint": "^8.57.1",
|
|
26
26
|
"eslint-config-prettier": "^9.1.0",
|
|
27
|
-
"eslint-plugin-prettier": "^5.2.
|
|
27
|
+
"eslint-plugin-prettier": "^5.2.3",
|
|
28
28
|
"eslint-plugin-solid": "0.14.1",
|
|
29
|
-
"lint-staged": "^15.
|
|
30
|
-
"prettier": "^3.
|
|
29
|
+
"lint-staged": "^15.4.3",
|
|
30
|
+
"prettier": "^3.5.1",
|
|
31
31
|
"rimraf": "^5.0.10",
|
|
32
32
|
"simple-git-hooks": "^2.11.1",
|
|
33
|
-
"solid-js": "^1.9.
|
|
34
|
-
"vite": "^5.4.
|
|
35
|
-
"vite-plugin-blocklet": "^0.9.
|
|
36
|
-
"vite-plugin-solid": "^2.
|
|
37
|
-
"zx": "^8.
|
|
33
|
+
"solid-js": "^1.9.4",
|
|
34
|
+
"vite": "^5.4.14",
|
|
35
|
+
"vite-plugin-blocklet": "^0.9.22",
|
|
36
|
+
"vite-plugin-solid": "^2.11.2",
|
|
37
|
+
"zx": "^8.3.2"
|
|
38
38
|
},
|
|
39
39
|
"lint-staged": {
|
|
40
40
|
"*.{mjs,js,jsx,tsx}": [
|
|
@@ -23,29 +23,29 @@
|
|
|
23
23
|
"@ocap/client": "^1.19.9",
|
|
24
24
|
"@ocap/mcrypto": "^1.19.9",
|
|
25
25
|
"@ocap/wallet": "^1.19.9",
|
|
26
|
-
"axios": "^1.7.
|
|
27
|
-
"cookie-parser": "^1.4.
|
|
26
|
+
"axios": "^1.7.9",
|
|
27
|
+
"cookie-parser": "^1.4.7",
|
|
28
28
|
"cors": "^2.8.5",
|
|
29
29
|
"dotenv-flow": "^4.1.0",
|
|
30
|
-
"express": "^4.21.
|
|
30
|
+
"express": "^4.21.2",
|
|
31
31
|
"express-async-errors": "^3.1.1"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@blocklet/js-sdk": "^1.16.38",
|
|
35
35
|
"@sveltejs/vite-plugin-svelte": "3.1.1",
|
|
36
36
|
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
|
37
|
-
"bumpp": "^9.
|
|
37
|
+
"bumpp": "^9.11.1",
|
|
38
38
|
"cross-env": "^7.0.3",
|
|
39
|
-
"lint-staged": "^15.
|
|
39
|
+
"lint-staged": "^15.4.3",
|
|
40
40
|
"npm-run-all": "^4.1.5",
|
|
41
|
-
"prettier": "^3.
|
|
42
|
-
"prettier-plugin-svelte": "^3.
|
|
41
|
+
"prettier": "^3.5.1",
|
|
42
|
+
"prettier-plugin-svelte": "^3.3.3",
|
|
43
43
|
"rimraf": "^5.0.10",
|
|
44
44
|
"simple-git-hooks": "^2.11.1",
|
|
45
45
|
"svelte": "^4.2.19",
|
|
46
|
-
"vite": "^5.4.
|
|
47
|
-
"vite-plugin-blocklet": "^0.9.
|
|
48
|
-
"zx": "^8.
|
|
46
|
+
"vite": "^5.4.14",
|
|
47
|
+
"vite-plugin-blocklet": "^0.9.22",
|
|
48
|
+
"zx": "^8.3.2"
|
|
49
49
|
},
|
|
50
50
|
"lint-staged": {
|
|
51
51
|
"*.{mjs,js,svelte}": [
|
|
@@ -17,16 +17,16 @@
|
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
|
20
|
-
"bumpp": "^9.
|
|
21
|
-
"lint-staged": "^15.
|
|
22
|
-
"prettier": "^3.
|
|
23
|
-
"prettier-plugin-svelte": "^3.
|
|
20
|
+
"bumpp": "^9.11.1",
|
|
21
|
+
"lint-staged": "^15.4.3",
|
|
22
|
+
"prettier": "^3.5.1",
|
|
23
|
+
"prettier-plugin-svelte": "^3.3.3",
|
|
24
24
|
"rimraf": "^5.0.10",
|
|
25
25
|
"simple-git-hooks": "^2.11.1",
|
|
26
26
|
"svelte": "^4.2.19",
|
|
27
|
-
"vite": "^5.4.
|
|
28
|
-
"vite-plugin-blocklet": "^0.9.
|
|
29
|
-
"zx": "^8.
|
|
27
|
+
"vite": "^5.4.14",
|
|
28
|
+
"vite-plugin-blocklet": "^0.9.22",
|
|
29
|
+
"zx": "^8.3.2"
|
|
30
30
|
},
|
|
31
31
|
"lint-staged": {
|
|
32
32
|
"*.{mjs,js,svelte}": [
|
|
@@ -42,63 +42,63 @@
|
|
|
42
42
|
"@arcblock/did-auth-storage-nedb": "^1.7.1",
|
|
43
43
|
"@blocklet/did-space-js": "^0.5.83",
|
|
44
44
|
"@blocklet/sdk": "^1.16.38",
|
|
45
|
-
"@did-space/core": "^0.5.
|
|
45
|
+
"@did-space/core": "^0.5.83",
|
|
46
46
|
"@ocap/client": "^1.19.9",
|
|
47
47
|
"@ocap/mcrypto": "^1.19.9",
|
|
48
48
|
"@ocap/wallet": "^1.19.9",
|
|
49
|
-
"axios": "^1.7.
|
|
50
|
-
"cookie-parser": "^1.4.
|
|
49
|
+
"axios": "^1.7.9",
|
|
50
|
+
"cookie-parser": "^1.4.7",
|
|
51
51
|
"cors": "^2.8.5",
|
|
52
52
|
"dotenv-flow": "^4.1.0",
|
|
53
|
-
"express": "^4.21.
|
|
53
|
+
"express": "^4.21.2",
|
|
54
54
|
"express-async-errors": "^3.1.1",
|
|
55
55
|
"lodash": "^4.17.21",
|
|
56
|
-
"nanoid": "^5.0
|
|
56
|
+
"nanoid": "^5.1.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@arcblock/did-connect": "^2.11.
|
|
59
|
+
"@arcblock/did-connect": "^2.11.41",
|
|
60
60
|
"@arcblock/eslint-config": "^0.3.3",
|
|
61
61
|
"@arcblock/eslint-config-ts": "^0.3.3",
|
|
62
|
-
"@arcblock/ux": "^2.11.
|
|
62
|
+
"@arcblock/ux": "^2.11.41",
|
|
63
63
|
"@blocklet/js-sdk": "^1.16.38",
|
|
64
|
-
"@blocklet/ui-react": "^2.11.
|
|
65
|
-
"@emotion/react": "^11.
|
|
66
|
-
"@emotion/styled": "^11.
|
|
67
|
-
"@mui/icons-material": "^5.16.
|
|
68
|
-
"@mui/material": "^5.16.
|
|
64
|
+
"@blocklet/ui-react": "^2.11.41",
|
|
65
|
+
"@emotion/react": "^11.14.0",
|
|
66
|
+
"@emotion/styled": "^11.14.0",
|
|
67
|
+
"@mui/icons-material": "^5.16.14",
|
|
68
|
+
"@mui/material": "^5.16.14",
|
|
69
69
|
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
|
70
|
-
"@types/cookie-parser": "^1.4.
|
|
70
|
+
"@types/cookie-parser": "^1.4.8",
|
|
71
71
|
"@types/cors": "^2.8.17",
|
|
72
72
|
"@types/dotenv-flow": "^3.3.3",
|
|
73
73
|
"@types/express": "^4.17.21",
|
|
74
|
-
"@types/lodash": "^4.17.
|
|
75
|
-
"@types/node": "^20.
|
|
76
|
-
"@types/react": "^18.3.
|
|
77
|
-
"@types/react-dom": "^18.3.
|
|
74
|
+
"@types/lodash": "^4.17.15",
|
|
75
|
+
"@types/node": "^20.17.19",
|
|
76
|
+
"@types/react": "^18.3.18",
|
|
77
|
+
"@types/react-dom": "^18.3.5",
|
|
78
78
|
"@types/react-toastify": "^4.1.0",
|
|
79
|
-
"@vitejs/plugin-react": "^4.3.
|
|
80
|
-
"bumpp": "^9.
|
|
79
|
+
"@vitejs/plugin-react": "^4.3.4",
|
|
80
|
+
"bumpp": "^9.11.1",
|
|
81
81
|
"cross-env": "^7.0.3",
|
|
82
82
|
"eslint": "^8.57.1",
|
|
83
|
-
"eslint-plugin-prettier": "^5.2.
|
|
83
|
+
"eslint-plugin-prettier": "^5.2.3",
|
|
84
84
|
"import-sort-style-module": "^6.0.0",
|
|
85
|
-
"lint-staged": "^15.
|
|
86
|
-
"nodemon": "^3.1.
|
|
87
|
-
"prettier": "^3.
|
|
85
|
+
"lint-staged": "^15.4.3",
|
|
86
|
+
"nodemon": "^3.1.9",
|
|
87
|
+
"prettier": "^3.5.1",
|
|
88
88
|
"prettier-plugin-import-sort": "^0.0.7",
|
|
89
89
|
"react": "~18.2.0",
|
|
90
90
|
"react-dom": "~18.2.0",
|
|
91
|
-
"react-icons": "^5.
|
|
92
|
-
"react-router-dom": "^6.
|
|
93
|
-
"react-toastify": "^10.0.
|
|
91
|
+
"react-icons": "^5.5.0",
|
|
92
|
+
"react-router-dom": "^6.29.0",
|
|
93
|
+
"react-toastify": "^10.0.6",
|
|
94
94
|
"rimraf": "^5.0.10",
|
|
95
95
|
"simple-git-hooks": "^2.11.1",
|
|
96
96
|
"ts-node": "^10.9.2",
|
|
97
|
-
"typescript": "^5.
|
|
98
|
-
"vite": "^5.4.
|
|
99
|
-
"vite-plugin-blocklet": "^0.9.
|
|
100
|
-
"vite-plugin-svgr": "^4.
|
|
101
|
-
"zx": "^8.
|
|
97
|
+
"typescript": "^5.7.3",
|
|
98
|
+
"vite": "^5.4.14",
|
|
99
|
+
"vite-plugin-blocklet": "^0.9.22",
|
|
100
|
+
"vite-plugin-svgr": "^4.3.0",
|
|
101
|
+
"zx": "^8.3.2"
|
|
102
102
|
},
|
|
103
103
|
"importSort": {
|
|
104
104
|
".js, .jsx, .mjs": {
|
|
@@ -25,33 +25,33 @@
|
|
|
25
25
|
"@ocap/client": "^1.19.9",
|
|
26
26
|
"@ocap/mcrypto": "^1.19.9",
|
|
27
27
|
"@ocap/wallet": "^1.19.9",
|
|
28
|
-
"axios": "^1.7.
|
|
29
|
-
"cookie-parser": "^1.4.
|
|
28
|
+
"axios": "^1.7.9",
|
|
29
|
+
"cookie-parser": "^1.4.7",
|
|
30
30
|
"cors": "^2.8.5",
|
|
31
31
|
"dotenv-flow": "^4.1.0",
|
|
32
|
-
"express": "^4.21.
|
|
32
|
+
"express": "^4.21.2",
|
|
33
33
|
"express-async-errors": "^3.1.1"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@blocklet/js-sdk": "^1.16.38",
|
|
37
37
|
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
|
38
|
-
"@vitejs/plugin-vue": "^5.1
|
|
39
|
-
"bumpp": "^9.
|
|
38
|
+
"@vitejs/plugin-vue": "^5.2.1",
|
|
39
|
+
"bumpp": "^9.11.1",
|
|
40
40
|
"cross-env": "^7.0.3",
|
|
41
41
|
"eslint": "^8.57.1",
|
|
42
42
|
"eslint-config-prettier": "^9.1.0",
|
|
43
|
-
"eslint-plugin-prettier": "^5.2.
|
|
44
|
-
"eslint-plugin-vue": "^9.
|
|
45
|
-
"lint-staged": "^15.
|
|
46
|
-
"nodemon": "^3.1.
|
|
43
|
+
"eslint-plugin-prettier": "^5.2.3",
|
|
44
|
+
"eslint-plugin-vue": "^9.32.0",
|
|
45
|
+
"lint-staged": "^15.4.3",
|
|
46
|
+
"nodemon": "^3.1.9",
|
|
47
47
|
"npm-run-all": "^4.1.5",
|
|
48
|
-
"prettier": "^3.
|
|
48
|
+
"prettier": "^3.5.1",
|
|
49
49
|
"rimraf": "^5.0.10",
|
|
50
50
|
"simple-git-hooks": "^2.11.1",
|
|
51
|
-
"vite": "^5.4.
|
|
52
|
-
"vite-plugin-blocklet": "^0.9.
|
|
53
|
-
"vue": "^3.5.
|
|
54
|
-
"zx": "^8.
|
|
51
|
+
"vite": "^5.4.14",
|
|
52
|
+
"vite-plugin-blocklet": "^0.9.22",
|
|
53
|
+
"vue": "^3.5.13",
|
|
54
|
+
"zx": "^8.3.2"
|
|
55
55
|
},
|
|
56
56
|
"lint-staged": {
|
|
57
57
|
"*.{mjs,js,vue}": [
|
|
@@ -19,20 +19,20 @@
|
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
|
22
|
-
"@vitejs/plugin-vue": "^5.1
|
|
23
|
-
"bumpp": "^9.
|
|
22
|
+
"@vitejs/plugin-vue": "^5.2.1",
|
|
23
|
+
"bumpp": "^9.11.1",
|
|
24
24
|
"eslint": "^8.57.1",
|
|
25
25
|
"eslint-config-prettier": "^9.1.0",
|
|
26
|
-
"eslint-plugin-prettier": "^5.2.
|
|
27
|
-
"eslint-plugin-vue": "^9.
|
|
28
|
-
"lint-staged": "^15.
|
|
29
|
-
"prettier": "^3.
|
|
26
|
+
"eslint-plugin-prettier": "^5.2.3",
|
|
27
|
+
"eslint-plugin-vue": "^9.32.0",
|
|
28
|
+
"lint-staged": "^15.4.3",
|
|
29
|
+
"prettier": "^3.5.1",
|
|
30
30
|
"rimraf": "^5.0.10",
|
|
31
31
|
"simple-git-hooks": "^2.11.1",
|
|
32
|
-
"vite": "^5.4.
|
|
33
|
-
"vite-plugin-blocklet": "^0.9.
|
|
34
|
-
"vue": "^3.5.
|
|
35
|
-
"zx": "^8.
|
|
32
|
+
"vite": "^5.4.14",
|
|
33
|
+
"vite-plugin-blocklet": "^0.9.22",
|
|
34
|
+
"vue": "^3.5.13",
|
|
35
|
+
"zx": "^8.3.2"
|
|
36
36
|
},
|
|
37
37
|
"lint-staged": {
|
|
38
38
|
"*.{mjs,js,vue}": [
|
|
@@ -24,24 +24,24 @@
|
|
|
24
24
|
"up:deps": "taze major -I"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"vue": "^3.5.
|
|
27
|
+
"vue": "^3.5.13"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@antfu/eslint-config": "^2.27.3",
|
|
31
31
|
"@blocklet/cli": "^1.16.38",
|
|
32
|
-
"@vitejs/plugin-vue": "^5.1
|
|
33
|
-
"bumpp": "^9.
|
|
32
|
+
"@vitejs/plugin-vue": "^5.2.1",
|
|
33
|
+
"bumpp": "^9.11.1",
|
|
34
34
|
"eslint": "9.5.0",
|
|
35
|
-
"eslint-plugin-format": "^0.1.
|
|
36
|
-
"lint-staged": "^15.
|
|
35
|
+
"eslint-plugin-format": "^0.1.3",
|
|
36
|
+
"lint-staged": "^15.4.3",
|
|
37
37
|
"rimraf": "^6.0.1",
|
|
38
38
|
"simple-git-hooks": "^2.11.1",
|
|
39
39
|
"taze": "^0.16.9",
|
|
40
|
-
"typescript": "^5.
|
|
41
|
-
"vite": "^5.4.
|
|
42
|
-
"vite-plugin-blocklet": "^0.9.
|
|
43
|
-
"vue-tsc": "^2.
|
|
44
|
-
"zx": "^8.
|
|
40
|
+
"typescript": "^5.7.3",
|
|
41
|
+
"vite": "^5.4.14",
|
|
42
|
+
"vite-plugin-blocklet": "^0.9.22",
|
|
43
|
+
"vue-tsc": "^2.2.2",
|
|
44
|
+
"zx": "^8.3.2"
|
|
45
45
|
},
|
|
46
46
|
"simple-git-hooks": {
|
|
47
47
|
"pre-commit": "npx lint-staged"
|
|
@@ -25,32 +25,32 @@
|
|
|
25
25
|
"@ocap/client": "^1.19.9",
|
|
26
26
|
"@ocap/mcrypto": "^1.19.9",
|
|
27
27
|
"@ocap/wallet": "^1.19.9",
|
|
28
|
-
"axios": "^1.7.
|
|
29
|
-
"cookie-parser": "^1.4.
|
|
28
|
+
"axios": "^1.7.9",
|
|
29
|
+
"cookie-parser": "^1.4.7",
|
|
30
30
|
"cors": "^2.8.5",
|
|
31
31
|
"dotenv-flow": "^4.1.0",
|
|
32
|
-
"express": "^4.21.
|
|
32
|
+
"express": "^4.21.2",
|
|
33
33
|
"express-async-errors": "^3.1.1"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
|
37
|
-
"@vitejs/plugin-vue2": "^2.3.
|
|
38
|
-
"bumpp": "^9.
|
|
37
|
+
"@vitejs/plugin-vue2": "^2.3.3",
|
|
38
|
+
"bumpp": "^9.11.1",
|
|
39
39
|
"cross-env": "^7.0.3",
|
|
40
40
|
"eslint": "^8.57.1",
|
|
41
41
|
"eslint-config-prettier": "^9.1.0",
|
|
42
|
-
"eslint-plugin-prettier": "^5.2.
|
|
43
|
-
"eslint-plugin-vue": "^9.
|
|
44
|
-
"lint-staged": "^15.
|
|
45
|
-
"nodemon": "^3.1.
|
|
42
|
+
"eslint-plugin-prettier": "^5.2.3",
|
|
43
|
+
"eslint-plugin-vue": "^9.32.0",
|
|
44
|
+
"lint-staged": "^15.4.3",
|
|
45
|
+
"nodemon": "^3.1.9",
|
|
46
46
|
"npm-run-all": "^4.1.5",
|
|
47
|
-
"prettier": "^3.
|
|
47
|
+
"prettier": "^3.5.1",
|
|
48
48
|
"rimraf": "^5.0.10",
|
|
49
49
|
"simple-git-hooks": "^2.11.1",
|
|
50
|
-
"vite": "^5.4.
|
|
51
|
-
"vite-plugin-blocklet": "^0.9.
|
|
50
|
+
"vite": "^5.4.14",
|
|
51
|
+
"vite-plugin-blocklet": "^0.9.22",
|
|
52
52
|
"vue": "^2.7.16",
|
|
53
|
-
"zx": "^8.
|
|
53
|
+
"zx": "^8.3.2"
|
|
54
54
|
},
|
|
55
55
|
"lint-staged": {
|
|
56
56
|
"*.{mjs,js,vue}": [
|
|
@@ -19,20 +19,20 @@
|
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
|
22
|
-
"@vitejs/plugin-vue2": "^2.3.
|
|
23
|
-
"bumpp": "^9.
|
|
22
|
+
"@vitejs/plugin-vue2": "^2.3.3",
|
|
23
|
+
"bumpp": "^9.11.1",
|
|
24
24
|
"eslint": "^8.57.1",
|
|
25
25
|
"eslint-config-prettier": "^9.1.0",
|
|
26
|
-
"eslint-plugin-prettier": "^5.2.
|
|
27
|
-
"eslint-plugin-vue": "^9.
|
|
28
|
-
"lint-staged": "^15.
|
|
29
|
-
"prettier": "^3.
|
|
26
|
+
"eslint-plugin-prettier": "^5.2.3",
|
|
27
|
+
"eslint-plugin-vue": "^9.32.0",
|
|
28
|
+
"lint-staged": "^15.4.3",
|
|
29
|
+
"prettier": "^3.5.1",
|
|
30
30
|
"rimraf": "^5.0.10",
|
|
31
31
|
"simple-git-hooks": "^2.11.1",
|
|
32
|
-
"vite": "^5.4.
|
|
33
|
-
"vite-plugin-blocklet": "^0.9.
|
|
32
|
+
"vite": "^5.4.14",
|
|
33
|
+
"vite-plugin-blocklet": "^0.9.22",
|
|
34
34
|
"vue": "^2.7.16",
|
|
35
|
-
"zx": "^8.
|
|
35
|
+
"zx": "^8.3.2"
|
|
36
36
|
},
|
|
37
37
|
"lint-staged": {
|
|
38
38
|
"*.{mjs,js,vue}": [
|