Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency decap-cms-core from v3.4.0 to v3.4.2 #2855

Merged
merged 1 commit into from
Aug 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/skde/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"d3-shape": "3.2.0",
"d3-time-format": "4.1.0",
"decap-cms-app": "3.2.1",
"decap-cms-core": "3.4.0",
"decap-cms-core": "3.4.2",
"gray-matter": "4.0.3",
"lodash": "4.17.21",
"next": "14.2.5",
Expand Down
76 changes: 74 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10237,7 +10237,79 @@ __metadata:
languageName: node
linkType: hard

"decap-cms-core@npm:3.4.0, decap-cms-core@npm:^3.4.0":
"decap-cms-core@npm:3.4.2":
version: 3.4.2
resolution: "decap-cms-core@npm:3.4.2"
dependencies:
"@iarna/toml": "npm:2.2.5"
"@reduxjs/toolkit": "npm:^1.9.1"
ajv: "npm:8.12.0"
ajv-errors: "npm:^3.0.0"
ajv-keywords: "npm:^5.0.0"
clean-stack: "npm:^4.1.0"
copy-text-to-clipboard: "npm:^3.0.0"
dayjs: "npm:^1.11.10"
deepmerge: "npm:^4.2.2"
diacritics: "npm:^1.3.0"
fuzzy: "npm:^0.1.1"
gotrue-js: "npm:^0.9.24"
gray-matter: "npm:^4.0.2"
history: "npm:^4.7.2"
immer: "npm:^9.0.0"
js-base64: "npm:^3.0.0"
jwt-decode: "npm:^3.0.0"
node-polyglot: "npm:^2.3.0"
prop-types: "npm:^15.7.2"
react: "npm:^18.2.0"
react-dnd: "npm:^14.0.0"
react-dnd-html5-backend: "npm:^14.0.0"
react-dom: "npm:^18.2.0"
react-frame-component: "npm:^5.2.1"
react-immutable-proptypes: "npm:^2.1.0"
react-is: "npm:16.13.1"
react-markdown: "npm:^6.0.2"
react-modal: "npm:^3.8.1"
react-polyglot: "npm:^0.7.0"
react-redux: "npm:^7.2.0"
react-router-dom: "npm:^5.2.0"
react-scroll-sync: "npm:^0.9.0"
react-split-pane: "npm:^0.1.85"
react-toastify: "npm:^9.1.1"
react-topbar-progress-indicator: "npm:^4.0.0"
react-virtualized-auto-sizer: "npm:^1.0.2"
react-waypoint: "npm:^10.0.0"
react-window: "npm:^1.8.5"
redux: "npm:^4.0.5"
redux-devtools-extension: "npm:^2.13.8"
redux-notifications: "npm:^4.0.1"
redux-thunk: "npm:^2.3.0"
remark-gfm: "npm:1.0.0"
sanitize-filename: "npm:^1.6.1"
semaphore: "npm:^1.0.5"
tomlify-j0.4: "npm:^3.0.0-alpha.0"
url: "npm:^0.11.0"
url-join: "npm:^4.0.1"
what-input: "npm:^5.1.4"
yaml: "npm:^1.8.3"
peerDependencies:
"@emotion/react": ^11.11.1
"@emotion/styled": ^11.11.0
decap-cms-editor-component-image: ^3.0.0
decap-cms-lib-auth: ^3.0.0
decap-cms-lib-util: ^3.0.0
decap-cms-lib-widgets: ^3.0.0
decap-cms-ui-default: ^3.0.0
immutable: ^3.7.6
lodash: ^4.17.11
prop-types: ^15.7.2
react: ^18.2.0
react-dom: ^18.2.0
react-immutable-proptypes: ^2.1.0
checksum: 10/9bc29351ed7a7b5e82d54f2c46a23163323ca4f55435eca16e1494dcc231e89af88613484c181f5fc6de0ead66fe89c0cc090cc4b881237cc62f7c026c33c764
languageName: node
linkType: hard

"decap-cms-core@npm:^3.4.0":
version: 3.4.0
resolution: "decap-cms-core@npm:3.4.0"
dependencies:
Expand Down Expand Up @@ -22395,7 +22467,7 @@ __metadata:
d3-shape: "npm:3.2.0"
d3-time-format: "npm:4.1.0"
decap-cms-app: "npm:3.2.1"
decap-cms-core: "npm:3.4.0"
decap-cms-core: "npm:3.4.2"
eslint: "npm:9.9.0"
gray-matter: "npm:4.0.3"
husky: "npm:9.1.4"
Expand Down
Loading