@lark-apaas/coding-template-vite-react 0.1.23 → 0.1.24-alpha.0

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": "@lark-apaas/coding-template-vite-react",
3
- "version": "0.1.23",
3
+ "version": "0.1.24-alpha.0",
4
4
  "description": "Vite + React client template for miaoda coding",
5
5
  "type": "module",
6
6
  "files": [
@@ -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",
14
+ "@lark-apaas/client-toolkit-lite": "^1.1.15",
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.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==",
880
+ "version": "1.1.15",
881
+ "resolved": "https://registry.npmmirror.com/@lark-apaas/client-toolkit-lite/-/client-toolkit-lite-1.1.15.tgz",
882
+ "integrity": "sha512-0HBV6ltiHKqn3eEnTKbmU+UO2nLtjF+sJEq3PwL2+jAcwIyEVkWs2SipbzGzYhTvZXagll5Nv6wmn6ltZD9ZcA==",
883
883
  "license": "MIT",
884
884
  "dependencies": {
885
885
  "@lark-apaas/auth-sdk": "^0.1.5",
@@ -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.14",
43
+ "@lark-apaas/client-toolkit-lite": "^1.1.15",
44
44
  "@formkit/auto-animate": "^0.9.0",
45
45
  "@gsap/react": "^2.1.2",
46
46
  "framer-motion": "^12.38.0",