@lark-apaas/coding-template-nestjs-react-fullstack 0.1.29 → 0.1.30
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
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@headlessui/react": "^2.2.9",
|
|
38
38
|
"@heroicons/react": "^2.2.0",
|
|
39
39
|
"@hookform/resolvers": "^5.2.2",
|
|
40
|
-
"@lark-apaas/client-toolkit": "^1.2.
|
|
40
|
+
"@lark-apaas/client-toolkit": "^1.2.67",
|
|
41
41
|
"@lark-apaas/fullstack-presets": "^1.1.0",
|
|
42
42
|
"@lark-apaas/fullstack-vite-preset": "^1.0.36",
|
|
43
43
|
"@nestjs/cli": "^10.4.9",
|
|
@@ -3100,9 +3100,8 @@
|
|
|
3100
3100
|
}
|
|
3101
3101
|
},
|
|
3102
3102
|
"node_modules/@lark-apaas/client-toolkit": {
|
|
3103
|
-
"version": "1.2.
|
|
3104
|
-
"resolved": "https://registry.npmmirror.com/@lark-apaas/client-toolkit/-/client-toolkit-1.2.
|
|
3105
|
-
"integrity": "sha512-Ng8fqhMiz6ruVBjYkNSOByr0i5TaAEJ/8nAd2wu7DxEMFnumIF0EsAU9hNApdax8Zkpl2KMHoBumedhzNRuDvQ==",
|
|
3103
|
+
"version": "1.2.67",
|
|
3104
|
+
"resolved": "https://registry.npmmirror.com/@lark-apaas/client-toolkit/-/client-toolkit-1.2.67.tgz",
|
|
3106
3105
|
"dev": true,
|
|
3107
3106
|
"dependencies": {
|
|
3108
3107
|
"@ant-design/colors": "^7.2.1",
|
package/template/package.json
CHANGED
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@headlessui/react": "^2.2.9",
|
|
63
63
|
"@heroicons/react": "^2.2.0",
|
|
64
64
|
"@hookform/resolvers": "^5.2.2",
|
|
65
|
-
"@lark-apaas/client-toolkit": "^1.2.
|
|
65
|
+
"@lark-apaas/client-toolkit": "^1.2.67",
|
|
66
66
|
"@lark-apaas/fullstack-presets": "^1.1.0",
|
|
67
67
|
"@lark-apaas/fullstack-vite-preset": "^1.0.36",
|
|
68
68
|
"@nestjs/cli": "^10.4.9",
|