Skip to content

Commit 870b43a

Browse files
committed
Experimenting with dependencies :/
1 parent d96dbdf commit 870b43a

File tree

5 files changed

+283
-114
lines changed

5 files changed

+283
-114
lines changed

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ Contains documentation and examples for the Blueprint Datagrid library.
55
To run:
66

77
- Build the parent project with `npm run build`
8-
- Run the demo app under `/demo` with `npm run start`
8+
- Run the docs app under `/docs` with `npm run start`
99

10-
You might need to link the demo app's React to the parent project's React with `npm link`:
10+
You might need to link the docs app's React to the parent project's React with `npm link`:
1111

12-
- Navigate to the demo app's `node_modules/react`
12+
- Navigate to the docs app's `node_modules/react`
1313
- Execute `npm link`
1414
- Navigate to the parent project's main directory
1515
- Execute `npm link react`

docs/package-lock.json

Lines changed: 120 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"homepage": "https://alex-c.github.io/blueprint-datagrid/",
66
"dependencies": {
77
"@blueprintjs/core": "^4.14.3",
8+
"@blueprintjs/icons": "~4.12.2",
89
"@blueprintjs/popover2": "^1.11.3",
10+
"@blueprintjs/select": "^4.8.16",
911
"@reduxjs/toolkit": "^1.8.2",
1012
"@types/node": "^17.0.35",
1113
"@types/react": "^17.0.2",

0 commit comments

Comments
 (0)