Skip to content

Commit

Permalink
fix: change cms package in website
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjagodic committed Jul 31, 2023
1 parent b405046 commit ce4714e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"js-yaml": "^4.0.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"decap-cms-app": "^2.15.72",
"netlify-cms-app": "^2.15.72",
"prismjs": "^1.21.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
Expand Down
2 changes: 1 addition & 1 deletion website/src/cms/cms.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import CMS from 'decap-cms-app';
import CMS from 'netlify-cms-app';
import dayjs from 'dayjs';
import Prism from 'prismjs';
import { CacheProvider } from '@emotion/core';
Expand Down

0 comments on commit ce4714e

Please sign in to comment.