Skip to content

Commit fe0d8a6

Browse files
feat(zui): v1.0.0 (#618)
Co-authored-by: Pascal B <pascal.breton@botpress.com>
1 parent 78d944d commit fe0d8a6

208 files changed

Lines changed: 903 additions & 5233 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

zui/package.json

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bpinternal/zui",
3-
"version": "0.22.7",
3+
"version": "1.0.0",
44
"description": "A fork of Zod with additional features",
55
"type": "module",
66
"source": "./src/index.ts",
@@ -25,26 +25,17 @@
2525
"fix": "pnpm run fix:format"
2626
},
2727
"devDependencies": {
28-
"@testing-library/jest-dom": "^6.4.2",
29-
"@testing-library/react": "^14.2.2",
30-
"@testing-library/user-event": "^14.5.2",
3128
"@types/benchmark": "^2.1.5",
32-
"@types/jest": "^29.5.12",
3329
"@types/json-schema": "^7.0.15",
3430
"@types/lodash-es": "^4.17.12",
3531
"@types/node": "^20.12.6",
36-
"@types/react": "^18.2.48",
37-
"@vitejs/plugin-react-swc": "^3.6.0",
3832
"ajv": "^8.12.0",
3933
"ajv-formats": "^3.0.1",
4034
"benchmark": "^2.1.4",
4135
"jsdom": "^24.0.0",
4236
"local-ref-resolver": "^0.2.0",
4337
"lodash-es": "^4.17.21",
4438
"prettier": "^3.3.3",
45-
"react": "^18.2.0",
46-
"react-dom": "^18.2.0",
47-
"storybook": "^8.0.9",
4839
"ts-morph": "^22.0.0",
4940
"ts-node": "^10.9.2",
5041
"tsup": "^8.0.1",
@@ -53,14 +44,6 @@
5344
"vite": "^5.2.6",
5445
"vitest": "1.6.0"
5546
},
56-
"peerDependencies": {
57-
"react": "^18.2.0"
58-
},
59-
"peerDependenciesMeta": {
60-
"react": {
61-
"optional": true
62-
}
63-
},
6447
"repository": {
6548
"type": "git",
6649
"url": "https://github.com/botpress/packages"

0 commit comments

Comments
 (0)