Skip to content

Commit cc4f97f

Browse files
committed
fix: bump dependencies
1 parent 55c7cec commit cc4f97f

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<!-- Avatar -->
1414
<div class="avatar-wrapper margin:5px_0px margin-right:10px">
15-
<a class="avatar round" actions="pass, openModal" href="render.html" pass-collection="modules" pass-prefix="" pass-module_id="5dd010bccbc25f0cdb1a4d9f" pass_to="render" modal-width="300px" modal-height="375px" modal-color="#229954">
15+
<a class="avatar round" actions="pass, openModal" href="render.html" pass-collection="modules" pass-document_id="5dd010bccbc25f0cdb1a4d9f" pass_to="render" modal-width="300px" modal-height="375px" modal-color="#229954">
1616
<span collection="users" document_id="" name="name" class="sessionUser_Id width:12px avatar-name">B</span>
1717
<span collection="users" document_id="" name="profile_image" class="sessionUser_Id avatar-image">
1818
<img src="/_static/Velazquez.jpg" onerror="this.style.display='none'"/>

package.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
"html5-framework",
2121
"javascript-framework"
2222
],
23-
"publishConfig": {
24-
"access": "public"
25-
},
23+
"publishConfig": { "access": "public" },
2624
"scripts": {
2725
"start": "npx webpack --config webpack.config.js",
2826
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
@@ -36,9 +34,7 @@
3634
},
3735
"author": "CoCreate LLC",
3836
"license": "MIT",
39-
"bugs": {
40-
"url": "https://github.com/CoCreate-app/CoCreate-parallax/issues"
41-
},
37+
"bugs": { "url": "https://github.com/CoCreate-app/CoCreate-parallax/issues" },
4238
"homepage": "https://cocreate.app/docs/parallax",
4339
"funding": {
4440
"type": "GitHub Sponsors ❤",
@@ -59,7 +55,5 @@
5955
"webpack-cli": "^4.5.0",
6056
"webpack-log": "^3.0.1"
6157
},
62-
"dependencies": {
63-
"@cocreate/docs": "^1.4.24"
64-
}
58+
"dependencies": { "@cocreate/docs": "^1.4.25" }
6559
}

0 commit comments

Comments
 (0)