@lark-apaas/coding-template-vite-react 0.1.21 → 0.1.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/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"@formkit/auto-animate": "^0.9.0",
|
|
12
12
|
"@gsap/react": "^2.1.2",
|
|
13
13
|
"@hookform/resolvers": "^5.2.2",
|
|
14
|
-
"@lark-apaas/client-toolkit-lite": "^1.1.
|
|
14
|
+
"@lark-apaas/client-toolkit-lite": "^1.1.14",
|
|
15
15
|
"@radix-ui/react-accordion": "^1.2.11",
|
|
16
16
|
"@radix-ui/react-alert-dialog": "^1.1.14",
|
|
17
17
|
"@radix-ui/react-aspect-ratio": "^1.1.7",
|
|
@@ -877,9 +877,9 @@
|
|
|
877
877
|
}
|
|
878
878
|
},
|
|
879
879
|
"node_modules/@lark-apaas/client-toolkit-lite": {
|
|
880
|
-
"version": "1.1.
|
|
881
|
-
"resolved": "https://registry.npmmirror.com/@lark-apaas/client-toolkit-lite/-/client-toolkit-lite-1.1.
|
|
882
|
-
"integrity": "sha512-
|
|
880
|
+
"version": "1.1.14",
|
|
881
|
+
"resolved": "https://registry.npmmirror.com/@lark-apaas/client-toolkit-lite/-/client-toolkit-lite-1.1.14.tgz",
|
|
882
|
+
"integrity": "sha512-AXavrWpR/ntpmn/WfLrhMriFVEI9ecceAQ3wZuFjSG1lXZAAVxqsft3ymQiisNBKZGIu123XDl0LGQDudPO3nQ==",
|
|
883
883
|
"license": "MIT",
|
|
884
884
|
"dependencies": {
|
|
885
885
|
"@lark-apaas/auth-sdk": "^0.1.5",
|
|
@@ -7965,7 +7965,7 @@
|
|
|
7965
7965
|
"version": "2.7.0",
|
|
7966
7966
|
"resolved": "https://registry.npmmirror.com/jiti/-/jiti-2.7.0.tgz",
|
|
7967
7967
|
"integrity": "sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==",
|
|
7968
|
-
"
|
|
7968
|
+
"dev": true,
|
|
7969
7969
|
"license": "MIT",
|
|
7970
7970
|
"bin": {
|
|
7971
7971
|
"jiti": "lib/jiti-cli.mjs"
|
package/template/package.json
CHANGED
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@radix-ui/react-toggle": "^1.1.9",
|
|
41
41
|
"@radix-ui/react-toggle-group": "^1.1.10",
|
|
42
42
|
"@radix-ui/react-tooltip": "^1.1.18",
|
|
43
|
-
"@lark-apaas/client-toolkit-lite": "^1.1.
|
|
43
|
+
"@lark-apaas/client-toolkit-lite": "^1.1.14",
|
|
44
44
|
"@formkit/auto-animate": "^0.9.0",
|
|
45
45
|
"@gsap/react": "^2.1.2",
|
|
46
46
|
"framer-motion": "^12.38.0",
|