v2.0.0-rc.0

This commit is contained in:
Daniel Lautzenheiser 2023-04-19 14:29:04 -04:00
parent 95e64792dd
commit 2b37970752
3 changed files with 23 additions and 23 deletions

View File

@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "2.0.0-beta.9"
"version": "2.0.0-rc.0"
}

View File

@ -1,6 +1,6 @@
{
"name": "@staticcms/app",
"version": "2.0.0-beta.9",
"version": "2.0.0-rc.0",
"license": "MIT",
"description": "Static CMS application.",
"repository": "https://github.com/StaticJsCMS/static-cms",
@ -40,7 +40,7 @@
"@babel/eslint-parser": "7.21.3",
"@babel/runtime": "7.21.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",
"react": "18.2.0",
"react-dom": "18.2.0",

View File

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