Skip to content

Commit 4237cac

Browse files
Merge branch 'master' into bug/ravenloue/issue7262
2 parents 4f35242 + b67b169 commit 4237cac

43 files changed

Lines changed: 4570 additions & 95 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ alt="Learn Layer5" align="left" />
176176
</div>
177177
<br />
178178
<ul>
179-
<li>Find us on Twitter: <a href="https://x.com/layer5">@layer5</a>, <a href="https://x.com/mesheryio">@mesheryio</a>, and <a href="https://x.com/kanvas-new">@kanvas-new</a>.</li>
179+
<li>Find us on Twitter: <a href="https://x.com/layer5">@layer5</a>, <a href="https://x.com/mesheryio">@mesheryio</a>, and <a href="https://x.com/kanvas_new">@kanvas-new</a>.</li>
180180
<li>Visit us on LinkedIn: <a href="https://www.linkedin.com/company/layer5">Layer5</a>, <a href="https://www.linkedin.com/showcase/meshery/">Meshery</a>, and <a href="https://www.linkedin.com/showcase/kanvas-new">Kanvas</a>.</li>
181181
<li>Subscribe on <a href="https://www.youtube.com/Layer5io?sub_confirmation=1">Layer5 Youtube</a>, <a href="https://www.youtube.com/@mesheryio?sub_confirmation=1">Meshery Youtube</a></li>
182182
</ul>

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@emotion/is-prop-valid": "^1.4.0",
3131
"@emotion/react": "^11.14.0",
3232
"@emotion/styled": "^11.14.1",
33-
"@fullcalendar/core": "^6.1.19",
33+
"@fullcalendar/core": "^6.1.20",
3434
"@fullcalendar/daygrid": "^6.1.19",
3535
"@fullcalendar/google-calendar": "^6.1.19",
3636
"@fullcalendar/interaction": "^6.1.19",
@@ -126,7 +126,7 @@
126126
"@babel/core": "^7.28.5",
127127
"@babel/eslint-parser": "^7.28.5",
128128
"@eslint/eslintrc": "^3.3.3",
129-
"@eslint/js": "^9.39.1",
129+
"@eslint/js": "^9.39.2",
130130
"babel-plugin-module-resolver": "^5.0.0",
131131
"baseline-browser-mapping": "^2.8.32",
132132
"cpx": "^1.5.0",
@@ -140,8 +140,8 @@
140140
"gatsby-plugin-eslint": "^4.0.4",
141141
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.32",
142142
"gh-pages": "^6.0.0",
143-
"globals": "^16.5.0",
144-
"husky": "^8.0.3",
143+
"globals": "^17.0.0",
144+
"husky": "^9.1.7",
145145
"rimraf": "^6.1.2",
146146
"webpack-cli": "^6.0.1"
147147
}
28 KB
Loading

0 commit comments

Comments
 (0)