@lark-apaas/client-toolkit 1.1.26-alpha.1 → 1.1.26-alpha.2

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.
Files changed (1) hide show
  1. package/package.json +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/client-toolkit",
3
- "version": "1.1.26-alpha.1",
3
+ "version": "1.1.26-alpha.2",
4
4
  "types": "./lib/index.d.ts",
5
5
  "main": "./lib/index.js",
6
6
  "files": [
@@ -101,7 +101,6 @@
101
101
  "sonner": "~2.0.0",
102
102
  "source-map": "^0.7.6",
103
103
  "stacktrace-js": "^2.0.2",
104
- "styled-jsx": "^5",
105
104
  "tailwind-merge": "~2.0.0",
106
105
  "tailwind-variants": "0.3.1",
107
106
  "tailwindcss-animate": "^1.0.7",
@@ -149,7 +148,7 @@
149
148
  "vitest": "^3.2.4"
150
149
  },
151
150
  "peerDependencies": {
152
- "antd": ">=5.26.6",
151
+ "styled-jsx": ">=5.0.0",
153
152
  "react": ">=16.14.0",
154
153
  "react-dom": ">=16.14.0",
155
154
  "react-router-dom": ">=6.26.2"