Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 866409f

Browse files
authored
Merge pull request #27 from StaticJsCMS/renovate/staticcms-app-2.x
fix(deps): update dependency @staticcms/app to v2.4.0
2 parents e7aa126 + cd0805f commit 866409f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"@fontsource/merriweather": "4.5.14",
2424
"@fontsource/montserrat": "4.5.14",
25-
"@staticcms/app": "2.3.3",
25+
"@staticcms/app": "2.4.0",
2626
"gatsby": "5.7.0",
2727
"gatsby-plugin-feed": "5.7.0",
2828
"gatsby-plugin-image": "3.7.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3291,25 +3291,25 @@
32913291
string-width "^4.2.3"
32923292
strip-ansi "^6.0.1"
32933293

3294-
"@staticcms/app@2.3.3":
3295-
version "2.3.3"
3296-
resolved "https://registry.yarnpkg.com/@staticcms/app/-/app-2.3.3.tgz#9971b0880dd82e21a4b785f9c0253375619ef0db"
3297-
integrity sha512-P4BJko3N+ZkEwySmxI7Qar1Ti/7kEwRx19FR1NtJLtVlcbKqlCFH4rRaK786uy39O75heSnB/sj293jbup9D+w==
3294+
"@staticcms/app@2.4.0":
3295+
version "2.4.0"
3296+
resolved "https://registry.yarnpkg.com/@staticcms/app/-/app-2.4.0.tgz#a678086f379c70881a1ddcaeeab4a2bf877a6c35"
3297+
integrity sha512-zTcNIecP/tSEPaBBBkRM24k++J3V950m6bbJbK0PT08Qqi9QbotOJbYlSb1g2eUmEsY2J+VTKZ96wQAyBmV8OQ==
32983298
dependencies:
32993299
"@babel/eslint-parser" "7.21.3"
33003300
"@babel/runtime" "7.21.0"
33013301
"@emotion/babel-preset-css-prop" "11.10.0"
3302-
"@staticcms/core" "^2.3.3"
3302+
"@staticcms/core" "^2.4.0"
33033303
buffer "6.0.3"
33043304
react "18.2.0"
33053305
react-dom "18.2.0"
33063306
stream-browserify "3.0.0"
33073307
ts-loader "9.4.2"
33083308

3309-
"@staticcms/core@^2.3.3":
3310-
version "2.3.3"
3311-
resolved "https://registry.yarnpkg.com/@staticcms/core/-/core-2.3.3.tgz#3d7b6eefe60effe998f37deef4e29f43817f7470"
3312-
integrity sha512-H0S4Q6JM6+1ULyU17zQy6uAOt0B35yhyoiU71LmT+s3Z01Dq1Vu4bfrwDsAeDSTL8/MYNx58rUTFep7ojcxJmg==
3309+
"@staticcms/core@^2.4.0":
3310+
version "2.4.0"
3311+
resolved "https://registry.yarnpkg.com/@staticcms/core/-/core-2.4.0.tgz#e3aacd474e778bb2ce3481a4d07fb929e62a87b9"
3312+
integrity sha512-03Yely6qONsIBybHEtH3t/GqcrP1fVTSF1KdtinDXB4Xq/E9t4XSExNbJ3olhJViNsf2/BsYH3iUVbLYHNodgA==
33133313
dependencies:
33143314
"@babel/eslint-parser" "7.21.3"
33153315
"@babel/runtime" "7.21.0"

0 commit comments

Comments
 (0)