Skip to content

Commit c7e4062

Browse files
authored
docs: Updated the examples to use charts-embed-dom v2.0.1 (#24)
* chore: Add .gitignore to the project root * chore: Update authenticated-custom-jwt example to use [email protected] * chore: Add package-lock.json to authenticated-google example * chore: Update authenticated-realm example to use [email protected] * chore: Add package-lock.json to click-events-basic example * chore: Add package-lock.json to click-events-filtering example * chore: timeline-charts-example example to use [email protected] * chore: unauthenticated example to use [email protected]
1 parent b9c868f commit c7e4062

File tree

12 files changed

+52251
-4
lines changed

12 files changed

+52251
-4
lines changed

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.DS_Store
2+
npm-debug.log
3+
yarn-error.log
4+
node_modules/
5+
lib
6+
build
7+
dist
8+
.nyc_output
9+
.tmp
10+
.lock-wscript
11+
.idea/
12+
*.iml
13+
.nvmrc
14+
.cache

examples/authenticated-custom-jwt/package-lock.json

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

examples/authenticated-custom-jwt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "parcel build index.html"
99
},
1010
"dependencies": {
11-
"@mongodb-js/charts-embed-dom": "^1.0.0",
11+
"@mongodb-js/charts-embed-dom": "^2.0.1",
1212
"cors": "^2.8.5",
1313
"express": "^4.16.3",
1414
"jsonwebtoken": "^8.3.0",

examples/authenticated-google/package-lock.json

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

examples/authenticated-realm/package-lock.json

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

examples/authenticated-realm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "parcel build index.html"
99
},
1010
"dependencies": {
11-
"@mongodb-js/charts-embed-dom": "^1.0.0",
11+
"@mongodb-js/charts-embed-dom": "^2.0.1",
1212
"jsonwebtoken": "^8.3.0",
1313
"mongodb-stitch-browser-sdk": "^4.8.0",
1414
"parcel": "^1.12.4",

examples/click-events-basic/package-lock.json

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

examples/click-events-filtering/package-lock.json

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

examples/timeline-charts-example/package-lock.json

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

examples/timeline-charts-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"@material-ui/core": "^4.9.12",
7-
"@mongodb-js/charts-embed-dom": "^1.1.3",
7+
"@mongodb-js/charts-embed-dom": "^2.0.1",
88
"react": "^16.13.1",
99
"react-dom": "^16.13.1",
1010
"react-scripts": "3.4.1"

0 commit comments

Comments
 (0)