Skip to content

Commit

Permalink
chore: update dependencies and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
StructuralRealist committed Oct 16, 2023
1 parent 161c1e6 commit fefeb0a
Show file tree
Hide file tree
Showing 9 changed files with 432 additions and 1,136 deletions.
939 changes: 90 additions & 849 deletions docs/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
"license": "MIT",
"homepage": "https://github.com/its-devtastic/curator#readme",
"dependencies": {
"next": "^13.5.2",
"next": "^13.5.4",
"next-plausible": "^3.11.1",
"nextra": "2.13.0",
"nextra-theme-docs": "2.13.0",
"nextra": "2.13.2",
"nextra-theme-docs": "2.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "18.17.14",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.30",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6"
Expand Down
10 changes: 5 additions & 5 deletions docs/pages/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ import logo from "../../public/logo.svg";
}}
/>

**Curator** is a batteries-included framework for on [Strapi](https://www.strapi.io).
**Curator** is an alternative admin for [Strapi](https://www.strapi.io).

## Features

### <img src="/icon_studio.png" alt="" className="w-8 h-8 inline-block object-contain mr-2" /> Studio
### Studio

Modern, customizable admin built with React, Ant Design and Tailwind.

### <img src="/icon_bridge.png" alt="" className="w-8 h-8 inline-block object-contain mr-2" /> Bridge
### Bridge

Fully integrated Next.js website with preview mode and integrated editing.

### <img src="/icon_platform.png" alt="" className="w-8 h-8 inline-block object-contain mr-2" /> Content Platform
### Strapi Plugin

A batteries-included content management platform running on Strapi.
Super-charge your Strapi instance with our Strapi plugin.

## Quick Start

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import pkgJson from "../../packages/studio/package.json";
</div>

<div className="text-2xl md:text-3xl text-slate-700 text-center max-w-2xl mx-auto mt-12 [&_a]:text-indigo-500">
The Strapi Framework
An alternative Strapi admin
</div>

<div className="flex flex-col items-center">
Expand Down
Binary file modified docs/public/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 4 additions & 18 deletions docs/public/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified media/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
551 changes: 310 additions & 241 deletions package-lock.json

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions packages/studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@curatorjs/studio",
"version": "0.20.1",
"version": "0.20.2",
"description": "An alternative admin for Strapi.",
"author": "Devtastic <hi@devtastic.io>",
"module": "index.ts",
Expand Down Expand Up @@ -33,47 +33,47 @@
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@tiptap/extension-image": "^2.1.11",
"@tiptap/extension-link": "^2.1.11",
"@tiptap/extension-typography": "^2.1.11",
"@tiptap/extension-underline": "^2.1.11",
"@tiptap/pm": "^2.1.11",
"@tiptap/react": "^2.1.11",
"@tiptap/starter-kit": "^2.1.11",
"@tiptap/extension-image": "^2.1.12",
"@tiptap/extension-link": "^2.1.12",
"@tiptap/extension-typography": "^2.1.12",
"@tiptap/extension-underline": "^2.1.12",
"@tiptap/pm": "^2.1.12",
"@tiptap/react": "^2.1.12",
"@tiptap/starter-kit": "^2.1.12",
"@types/node": "18.17.17",
"@types/ramda": "0.28.25",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@vitejs/plugin-react": "^4.1.0",
"antd": "^5.9.3",
"antd": "^5.10.1",
"autoprefixer": "^10.4.16",
"axios": "^1.5.0",
"axios": "^1.5.1",
"chalk": "^4.1.2",
"classnames": "^2.3.2",
"commander": "^10.0.1",
"dayjs": "^1.11.10",
"filesize": "^10.0.12",
"filesize": "^10.1.0",
"flag-icons": "^6.11.1",
"formik": "^2.4.5",
"fs-extra": "^11.1.1",
"i18next": "^23.5.1",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-http-backend": "^2.2.2",
"postcss": "^8.4.30",
"postcss": "^8.4.31",
"ramda": "^0.28.0",
"react-dom": "18.2.0",
"react-i18next": "^13.2.2",
"react-i18next": "^13.3.0",
"react-router-dom": "^6.16.0",
"react-use": "^17.4.0",
"slugify": "^1.6.6",
"string-to-color": "^2.2.2",
"tailwindcss": "^3.3.3",
"type-fest": "^4.3.1",
"typescript": "^5.1.6",
"vite": "^4.4.9",
"type-fest": "^4.4.0",
"typescript": "^5.2.2",
"vite": "^4.4.11",
"vite-tsconfig-paths": "^4.2.1",
"yup": "^1.3.0",
"zustand": "^4.4.1"
"yup": "^1.3.2",
"zustand": "^4.4.3"
},
"peerDependencies": {
"react": "^18.2.0"
Expand Down

0 comments on commit fefeb0a

Please sign in to comment.