Merge branch 'main' into next
This commit is contained in:
@ -66,7 +66,7 @@
|
||||
"babel-loader": "9.1.2",
|
||||
"babel-plugin-emotion": "11.0.0",
|
||||
"babel-plugin-inline-json-import": "0.3.2",
|
||||
"babel-plugin-inline-react-svg": "2.0.1",
|
||||
"babel-plugin-inline-react-svg": "2.0.2",
|
||||
"babel-plugin-lodash": "3.3.4",
|
||||
"babel-plugin-transform-builtin-extend": "1.1.2",
|
||||
"babel-plugin-transform-define": "2.1.0",
|
||||
|
@ -72,7 +72,7 @@
|
||||
"@mui/icons-material": "5.11.9",
|
||||
"@mui/material": "5.11.10",
|
||||
"@mui/system": "5.11.9",
|
||||
"@mui/x-date-pickers": "5.0.19",
|
||||
"@mui/x-date-pickers": "5.0.20",
|
||||
"@reduxjs/toolkit": "1.9.3",
|
||||
"@styled-icons/fluentui-system-regular": "10.47.0",
|
||||
"@styled-icons/remix-editor": "10.46.0",
|
||||
@ -112,7 +112,7 @@
|
||||
"jwt-decode": "3.1.2",
|
||||
"localforage": "1.10.0",
|
||||
"lodash": "4.17.21",
|
||||
"minimatch": "7.0.0",
|
||||
"minimatch": "7.1.0",
|
||||
"moment": "2.29.4",
|
||||
"node-polyglot": "2.5.0",
|
||||
"ol": "7.2.2",
|
||||
@ -141,10 +141,10 @@
|
||||
"sanitize-filename": "1.6.3",
|
||||
"scheduler": "0.23.0",
|
||||
"semaphore": "1.1.0",
|
||||
"slate": "0.91.1",
|
||||
"slate": "0.91.3",
|
||||
"slate-history": "0.86.0",
|
||||
"slate-hyperscript": "0.77.0",
|
||||
"slate-react": "0.91.2",
|
||||
"slate-react": "0.91.3",
|
||||
"stream-browserify": "3.0.0",
|
||||
"styled-components": "5.3.6",
|
||||
"symbol-observable": "4.0.0",
|
||||
@ -202,15 +202,15 @@
|
||||
"@types/react-window": "1.8.5",
|
||||
"@types/styled-components": "5.1.26",
|
||||
"@types/url-join": "4.0.1",
|
||||
"@types/uuid": "9.0.0",
|
||||
"@types/uuid": "9.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "5.53.0",
|
||||
"@typescript-eslint/parser": "5.53.0",
|
||||
"axios": "1.3.3",
|
||||
"axios": "1.3.4",
|
||||
"babel-core": "7.0.0-bridge.0",
|
||||
"babel-loader": "9.1.2",
|
||||
"babel-plugin-emotion": "11.0.0",
|
||||
"babel-plugin-inline-json-import": "0.3.2",
|
||||
"babel-plugin-inline-react-svg": "2.0.1",
|
||||
"babel-plugin-inline-react-svg": "2.0.2",
|
||||
"babel-plugin-lodash": "3.3.4",
|
||||
"babel-plugin-transform-builtin-extend": "1.1.2",
|
||||
"babel-plugin-transform-define": "2.1.0",
|
||||
|
@ -149,7 +149,7 @@ cms.registerAdditionalLink({
|
||||
cms.registerAdditionalLink({
|
||||
id: "config",
|
||||
title: "Demo config.yml",
|
||||
data: "https://github.com/StaticJsCMS/static-cms/blob/main/packages/demo/config.yml",
|
||||
data: "https://github.com/StaticJsCMS/static-cms/blob/main/packages/demo/public/config.yml",
|
||||
options: {
|
||||
icon: "page",
|
||||
},
|
||||
|
@ -21,7 +21,7 @@
|
||||
"date-fns": "2.29.3",
|
||||
"gray-matter": "4.0.3",
|
||||
"js-yaml": "4.1.0",
|
||||
"next": "13.1.6",
|
||||
"next": "13.2.0",
|
||||
"next-mdx-remote": "4.3.0",
|
||||
"next-pwa": "5.6.0",
|
||||
"prismjs": "1.29.0",
|
||||
@ -35,8 +35,8 @@
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.21.0",
|
||||
"@emotion/eslint-plugin": "11.10.0",
|
||||
"@next/bundle-analyzer": "13.1.6",
|
||||
"@next/eslint-plugin-next": "13.1.6",
|
||||
"@next/bundle-analyzer": "13.2.0",
|
||||
"@next/eslint-plugin-next": "13.2.0",
|
||||
"@types/js-yaml": "4.0.5",
|
||||
"@types/node": "16.18.12",
|
||||
"@types/prettier": "2.7.2",
|
||||
@ -47,7 +47,7 @@
|
||||
"@typescript-eslint/parser": "5.53.0",
|
||||
"babel-eslint": "10.1.0",
|
||||
"eslint": "8.34.0",
|
||||
"eslint-config-next": "13.1.6",
|
||||
"eslint-config-next": "13.2.0",
|
||||
"eslint-config-prettier": "8.6.0",
|
||||
"eslint-plugin-babel": "5.3.1",
|
||||
"eslint-plugin-unicorn": "45.0.2",
|
||||
|
Reference in New Issue
Block a user