v2.0.0-rc.0
This commit is contained in:
parent
95e64792dd
commit
2b37970752
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
||||||
"useWorkspaces": true,
|
"useWorkspaces": true,
|
||||||
"version": "2.0.0-beta.9"
|
"version": "2.0.0-rc.0"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@staticcms/app",
|
"name": "@staticcms/app",
|
||||||
"version": "2.0.0-beta.9",
|
"version": "2.0.0-rc.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "Static CMS application.",
|
"description": "Static CMS application.",
|
||||||
"repository": "https://github.com/StaticJsCMS/static-cms",
|
"repository": "https://github.com/StaticJsCMS/static-cms",
|
||||||
@ -40,7 +40,7 @@
|
|||||||
"@babel/eslint-parser": "7.21.3",
|
"@babel/eslint-parser": "7.21.3",
|
||||||
"@babel/runtime": "7.21.0",
|
"@babel/runtime": "7.21.0",
|
||||||
"@emotion/babel-preset-css-prop": "11.10.0",
|
"@emotion/babel-preset-css-prop": "11.10.0",
|
||||||
"@staticcms/core": "^2.0.0-beta.9",
|
"@staticcms/core": "^2.0.0-rc.0",
|
||||||
"buffer": "6.0.3",
|
"buffer": "6.0.3",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
"react-dom": "18.2.0",
|
"react-dom": "18.2.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@staticcms/core",
|
"name": "@staticcms/core",
|
||||||
"version": "2.0.0-beta.9",
|
"version": "2.0.0-rc.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "Static CMS core application.",
|
"description": "Static CMS core application.",
|
||||||
"repository": "https://github.com/StaticJsCMS/static-cms",
|
"repository": "https://github.com/StaticJsCMS/static-cms",
|
||||||
@ -51,8 +51,8 @@
|
|||||||
"@babel/runtime": "7.21.0",
|
"@babel/runtime": "7.21.0",
|
||||||
"@codemirror/autocomplete": "6.4.2",
|
"@codemirror/autocomplete": "6.4.2",
|
||||||
"@codemirror/commands": "6.2.2",
|
"@codemirror/commands": "6.2.2",
|
||||||
"@codemirror/language-data": "6.2.0",
|
|
||||||
"@codemirror/language": "6.6.0",
|
"@codemirror/language": "6.6.0",
|
||||||
|
"@codemirror/language-data": "6.2.0",
|
||||||
"@codemirror/legacy-modes": "6.3.2",
|
"@codemirror/legacy-modes": "6.3.2",
|
||||||
"@codemirror/lint": "6.2.0",
|
"@codemirror/lint": "6.2.0",
|
||||||
"@codemirror/search": "6.3.0",
|
"@codemirror/search": "6.3.0",
|
||||||
@ -79,19 +79,19 @@
|
|||||||
"@styled-icons/fa-brands": "10.47.0",
|
"@styled-icons/fa-brands": "10.47.0",
|
||||||
"@styled-icons/fluentui-system-regular": "10.47.0",
|
"@styled-icons/fluentui-system-regular": "10.47.0",
|
||||||
"@styled-icons/heroicons-outline": "10.47.0",
|
"@styled-icons/heroicons-outline": "10.47.0",
|
||||||
|
"@styled-icons/material": "10.47.0",
|
||||||
"@styled-icons/material-outlined": "10.47.0",
|
"@styled-icons/material-outlined": "10.47.0",
|
||||||
"@styled-icons/material-rounded": "10.47.0",
|
"@styled-icons/material-rounded": "10.47.0",
|
||||||
"@styled-icons/material": "10.47.0",
|
|
||||||
"@styled-icons/remix-editor": "10.46.0",
|
"@styled-icons/remix-editor": "10.46.0",
|
||||||
"@styled-icons/simple-icons": "10.46.0",
|
"@styled-icons/simple-icons": "10.46.0",
|
||||||
|
"@udecode/plate": "20.6.0",
|
||||||
"@udecode/plate-juice": "20.4.0",
|
"@udecode/plate-juice": "20.4.0",
|
||||||
"@udecode/plate-serializer-md": "20.4.1",
|
"@udecode/plate-serializer-md": "20.4.1",
|
||||||
"@udecode/plate": "20.6.0",
|
|
||||||
"@uiw/codemirror-extensions-langs": "4.19.11",
|
"@uiw/codemirror-extensions-langs": "4.19.11",
|
||||||
"@uiw/react-codemirror": "4.19.11",
|
"@uiw/react-codemirror": "4.19.11",
|
||||||
|
"ajv": "8.12.0",
|
||||||
"ajv-errors": "3.0.0",
|
"ajv-errors": "3.0.0",
|
||||||
"ajv-keywords": "5.1.0",
|
"ajv-keywords": "5.1.0",
|
||||||
"ajv": "8.12.0",
|
|
||||||
"buffer": "6.0.3",
|
"buffer": "6.0.3",
|
||||||
"clean-stack": "5.2.0",
|
"clean-stack": "5.2.0",
|
||||||
"codemirror": "6.0.1",
|
"codemirror": "6.0.1",
|
||||||
@ -107,8 +107,8 @@
|
|||||||
"fuzzy": "0.1.3",
|
"fuzzy": "0.1.3",
|
||||||
"globby": "13.1.3",
|
"globby": "13.1.3",
|
||||||
"gotrue-js": "0.9.29",
|
"gotrue-js": "0.9.29",
|
||||||
"graphql-tag": "2.12.6",
|
|
||||||
"graphql": "16.6.0",
|
"graphql": "16.6.0",
|
||||||
|
"graphql-tag": "2.12.6",
|
||||||
"gray-matter": "4.0.3",
|
"gray-matter": "4.0.3",
|
||||||
"history": "5.3.0",
|
"history": "5.3.0",
|
||||||
"immer": "9.0.21",
|
"immer": "9.0.21",
|
||||||
@ -134,9 +134,10 @@
|
|||||||
"ol": "7.3.0",
|
"ol": "7.3.0",
|
||||||
"path-browserify": "1.0.1",
|
"path-browserify": "1.0.1",
|
||||||
"prop-types": "15.8.1",
|
"prop-types": "15.8.1",
|
||||||
|
"react": "18.2.0",
|
||||||
"react-color": "2.19.3",
|
"react-color": "2.19.3",
|
||||||
"react-dnd-html5-backend": "16.0.1",
|
|
||||||
"react-dnd": "16.0.1",
|
"react-dnd": "16.0.1",
|
||||||
|
"react-dnd-html5-backend": "16.0.1",
|
||||||
"react-dom": "18.2.0",
|
"react-dom": "18.2.0",
|
||||||
"react-frame-component": "5.2.6",
|
"react-frame-component": "5.2.6",
|
||||||
"react-is": "18.2.0",
|
"react-is": "18.2.0",
|
||||||
@ -148,29 +149,28 @@
|
|||||||
"react-virtualized-auto-sizer": "1.0.11",
|
"react-virtualized-auto-sizer": "1.0.11",
|
||||||
"react-waypoint": "10.3.0",
|
"react-waypoint": "10.3.0",
|
||||||
"react-window": "1.8.8",
|
"react-window": "1.8.8",
|
||||||
"react": "18.2.0",
|
|
||||||
"remark-html": "15.0.2",
|
"remark-html": "15.0.2",
|
||||||
"remark-mdx": "2.3.0",
|
"remark-mdx": "2.3.0",
|
||||||
"remark-parse": "10.0.1",
|
"remark-parse": "10.0.1",
|
||||||
"sanitize-filename": "1.6.3",
|
"sanitize-filename": "1.6.3",
|
||||||
"scheduler": "0.23.0",
|
"scheduler": "0.23.0",
|
||||||
"semaphore": "1.1.0",
|
"semaphore": "1.1.0",
|
||||||
|
"slate": "0.93.0",
|
||||||
"slate-history": "0.93.0",
|
"slate-history": "0.93.0",
|
||||||
"slate-hyperscript": "0.77.0",
|
"slate-hyperscript": "0.77.0",
|
||||||
"slate-react": "0.93.0",
|
"slate-react": "0.93.0",
|
||||||
"slate": "0.93.0",
|
|
||||||
"stream-browserify": "3.0.0",
|
"stream-browserify": "3.0.0",
|
||||||
"styled-components": "5.3.9",
|
"styled-components": "5.3.9",
|
||||||
"symbol-observable": "4.0.0",
|
"symbol-observable": "4.0.0",
|
||||||
"unified": "10.1.2",
|
"unified": "10.1.2",
|
||||||
"unist-util-visit": "4.1.2",
|
"unist-util-visit": "4.1.2",
|
||||||
"url-join": "5.0.0",
|
|
||||||
"url": "0.11.0",
|
"url": "0.11.0",
|
||||||
|
"url-join": "5.0.0",
|
||||||
"uuid": "9.0.0",
|
"uuid": "9.0.0",
|
||||||
"validate-color": "2.2.4",
|
"validate-color": "2.2.4",
|
||||||
|
"vfile": "5.3.7",
|
||||||
"vfile-message": "3.1.4",
|
"vfile-message": "3.1.4",
|
||||||
"vfile-statistics": "2.0.1",
|
"vfile-statistics": "2.0.1",
|
||||||
"vfile": "5.3.7",
|
|
||||||
"what-input": "5.2.12",
|
"what-input": "5.2.12",
|
||||||
"what-the-diff": "0.6.0",
|
"what-the-diff": "0.6.0",
|
||||||
"yaml": "2.2.1"
|
"yaml": "2.2.1"
|
||||||
@ -206,13 +206,13 @@
|
|||||||
"@types/jwt-decode": "2.2.1",
|
"@types/jwt-decode": "2.2.1",
|
||||||
"@types/lodash": "4.14.191",
|
"@types/lodash": "4.14.191",
|
||||||
"@types/minimatch": "5.1.2",
|
"@types/minimatch": "5.1.2",
|
||||||
"@types/node-fetch": "2.6.3",
|
|
||||||
"@types/node": "18.15.11",
|
"@types/node": "18.15.11",
|
||||||
|
"@types/node-fetch": "2.6.3",
|
||||||
|
"@types/react": "18.0.33",
|
||||||
"@types/react-color": "3.0.6",
|
"@types/react-color": "3.0.6",
|
||||||
"@types/react-dom": "18.0.11",
|
"@types/react-dom": "18.0.11",
|
||||||
"@types/react-virtualized-auto-sizer": "1.0.1",
|
"@types/react-virtualized-auto-sizer": "1.0.1",
|
||||||
"@types/react-window": "1.8.5",
|
"@types/react-window": "1.8.5",
|
||||||
"@types/react": "18.0.33",
|
|
||||||
"@types/styled-components": "5.1.26",
|
"@types/styled-components": "5.1.26",
|
||||||
"@types/url-join": "4.0.1",
|
"@types/url-join": "4.0.1",
|
||||||
"@types/uuid": "9.0.1",
|
"@types/uuid": "9.0.1",
|
||||||
@ -231,25 +231,25 @@
|
|||||||
"babel-plugin-transform-export-extensions": "6.22.0",
|
"babel-plugin-transform-export-extensions": "6.22.0",
|
||||||
"babel-plugin-transform-inline-environment-variables": "0.4.4",
|
"babel-plugin-transform-inline-environment-variables": "0.4.4",
|
||||||
"cache-me-outside": "1.0.0",
|
"cache-me-outside": "1.0.0",
|
||||||
"commonmark-spec": "0.30.0",
|
|
||||||
"commonmark": "0.30.0",
|
"commonmark": "0.30.0",
|
||||||
|
"commonmark-spec": "0.30.0",
|
||||||
"cross-env": "7.0.3",
|
"cross-env": "7.0.3",
|
||||||
"css-loader": "6.7.3",
|
"css-loader": "6.7.3",
|
||||||
"dotenv": "16.0.3",
|
"dotenv": "16.0.3",
|
||||||
|
"eslint": "8.37.0",
|
||||||
"eslint-import-resolver-typescript": "3.5.4",
|
"eslint-import-resolver-typescript": "3.5.4",
|
||||||
"eslint-plugin-cypress": "2.13.2",
|
"eslint-plugin-cypress": "2.13.2",
|
||||||
"eslint-plugin-import": "2.27.5",
|
"eslint-plugin-import": "2.27.5",
|
||||||
"eslint-plugin-prettier": "4.2.1",
|
"eslint-plugin-prettier": "4.2.1",
|
||||||
"eslint-plugin-react-hooks": "4.6.0",
|
|
||||||
"eslint-plugin-react": "7.32.2",
|
"eslint-plugin-react": "7.32.2",
|
||||||
|
"eslint-plugin-react-hooks": "4.6.0",
|
||||||
"eslint-plugin-unicorn": "46.0.0",
|
"eslint-plugin-unicorn": "46.0.0",
|
||||||
"eslint": "8.37.0",
|
|
||||||
"execa": "7.1.1",
|
"execa": "7.1.1",
|
||||||
"fs-extra": "11.1.1",
|
"fs-extra": "11.1.1",
|
||||||
"gitlab": "14.2.2",
|
"gitlab": "14.2.2",
|
||||||
"http-server": "14.1.1",
|
"http-server": "14.1.1",
|
||||||
"jest-environment-jsdom": "29.5.0",
|
|
||||||
"jest": "29.5.0",
|
"jest": "29.5.0",
|
||||||
|
"jest-environment-jsdom": "29.5.0",
|
||||||
"js-yaml": "4.1.0",
|
"js-yaml": "4.1.0",
|
||||||
"mini-css-extract-plugin": "2.7.5",
|
"mini-css-extract-plugin": "2.7.5",
|
||||||
"mockserver-client": "5.15.0",
|
"mockserver-client": "5.15.0",
|
||||||
@ -257,8 +257,8 @@
|
|||||||
"ncp": "2.0.0",
|
"ncp": "2.0.0",
|
||||||
"node-fetch": "3.3.1",
|
"node-fetch": "3.3.1",
|
||||||
"npm-run-all": "4.1.5",
|
"npm-run-all": "4.1.5",
|
||||||
"postcss-loader": "7.2.4",
|
|
||||||
"postcss": "8.4.21",
|
"postcss": "8.4.21",
|
||||||
|
"postcss-loader": "7.2.4",
|
||||||
"prettier": "2.8.7",
|
"prettier": "2.8.7",
|
||||||
"process": "0.11.10",
|
"process": "0.11.10",
|
||||||
"react-refresh": "0.14.0",
|
"react-refresh": "0.14.0",
|
||||||
@ -272,9 +272,9 @@
|
|||||||
"ts-jest": "29.1.0",
|
"ts-jest": "29.1.0",
|
||||||
"tsconfig-paths-webpack-plugin": "4.0.1",
|
"tsconfig-paths-webpack-plugin": "4.0.1",
|
||||||
"typescript": "5.0.3",
|
"typescript": "5.0.3",
|
||||||
|
"webpack": "5.77.0",
|
||||||
"webpack-cli": "5.0.1",
|
"webpack-cli": "5.0.1",
|
||||||
"webpack-dev-server": "4.13.2",
|
"webpack-dev-server": "4.13.2"
|
||||||
"webpack": "5.77.0"
|
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user