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

Commit 174f3b0

Browse files
committed
chore: update to static cms v4.0.0
1 parent 85eaa8e commit 174f3b0

File tree

3 files changed

+874
-1348
lines changed

3 files changed

+874
-1348
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"main": "index.js",
3131
"dependencies": {
3232
"date-fns": "^2.29.3",
33-
"@staticcms/core": "^3.0.0",
33+
"@staticcms/core": "^4.0.0",
3434
"react": "^18.2.0",
3535
"react-dom": "^18.2.0",
3636
"to-string-loader": "^1.2.0"

src/cms.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>Content Manager</title>
88

99
<script src="https://identity-js.netlify.com/v1/netlify-identity-widget.js"></script>
10-
<link rel="stylesheet" href="https://unpkg.com/@staticcms/app@^3.0.0/dist/main.css" />
10+
<link rel="stylesheet" href="https://unpkg.com/@staticcms/app@^4.0.0/dist/main.css" />
1111
<link rel="cms-config-url" type="text/yaml" href="/admin/config.yml" />
1212
</head>
1313
<body>

0 commit comments

Comments
 (0)