Skip to content

Commit 6df63cb

Browse files
committed
chore: Update dashboard examples to use parcel v2.13.3 package
1 parent b120692 commit 6df63cb

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"cors": "^2.8.5",
1212
"express": "^4.16.3",
1313
"jsonwebtoken": "^8.3.0",
14-
"parcel": "^2.0.0",
14+
"parcel": "^2.13.3",
1515
"regenerator-runtime": "^0.13.3",
1616
"request": "^2.88.2"
1717
},

examples/dashboard/authenticated-google/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/dashboard/authenticated-google/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "parcel build index.html"
88
},
99
"dependencies": {
10-
"parcel": "^2.0.0"
10+
"parcel": "^2.13.3"
1111
},
1212
"devDependencies": {
1313
"@babel/core": "^7.8.6",

examples/dashboard/authenticated-realm-deprecated/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/dashboard/authenticated-realm-deprecated/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@mongodb-js/charts-embed-dom": "3.2.1",
1111
"jsonwebtoken": "^8.3.0",
1212
"mongodb-stitch-browser-sdk": "^4.8.0",
13-
"parcel": "^2.0.0",
13+
"parcel": "^2.13.3",
1414
"request": "^2.88.2"
1515
},
1616
"devDependencies": {

examples/dashboard/authenticated-realm-web/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/dashboard/authenticated-realm-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@mongodb-js/charts-embed-dom": "3.2.1",
1111
"jsonwebtoken": "^8.3.0",
12-
"parcel": "^2.0.0",
12+
"parcel": "^2.13.3",
1313
"realm-web": "^1.7.1",
1414
"request": "^2.88.2"
1515
},

examples/dashboard/unauthenticated-get-chart/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/dashboard/unauthenticated-get-chart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@mongodb-js/charts-embed-dom": "3.2.1",
11-
"parcel": "^2.3.1"
11+
"parcel": "^2.13.3"
1212
},
1313
"browserslist": [
1414
"since 2022"

0 commit comments

Comments
 (0)