diff options
author | 2021-06-06 21:17:48 -0700 | |
---|---|---|
committer | 2021-06-06 21:17:48 -0700 | |
commit | aa554728f18984b021b9071ffb2d09a59c82dc3c (patch) | |
tree | 9362356dcd1e1eb43e0d856905b3f4bca98a866d | |
parent | 48e56be05ecb58ec0d727afc1d8be508cd4c35ac (diff) | |
download | bun-aa554728f18984b021b9071ffb2d09a59c82dc3c.tar.gz bun-aa554728f18984b021b9071ffb2d09a59c82dc3c.tar.zst bun-aa554728f18984b021b9071ffb2d09a59c82dc3c.zip |
json
-rw-r--r-- | demos/simple-react/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/simple-react/package.json b/demos/simple-react/package.json index 310fd9e3f..4ea9dd0a8 100644 --- a/demos/simple-react/package.json +++ b/demos/simple-react/package.json @@ -4,6 +4,7 @@ "main": "index.js", "license": "MIT", "dependencies": { + "antd": "^4.16.1", "left-pad": "^1.3.0", "react": "^17.0.2", "react-bootstrap": "^1.6.1", |