Skip to content

Commit

Permalink
toast ui version update
Browse files Browse the repository at this point in the history
  • Loading branch information
jinoov committed Apr 1, 2024
1 parent 34fd6d5 commit ca84654
Show file tree
Hide file tree
Showing 34 changed files with 365 additions and 224 deletions.
326 changes: 200 additions & 126 deletions .pnp.cjs

Large diffs are not rendered by default.

12 changes: 2 additions & 10 deletions .pnp.loader.mjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
5 changes: 4 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
nodeLinker: pnp

packageExtensions:
"@types/redux-devtools-extension@^2.13.2":
'@types/redux-devtools-extension@^2.13.2':
dependencies:
redux: ^4.2.1
antd-style@^3.6.1:
dependencies:
react-dom: ^18.2.0
'@toast-ui/editor@^3.2.2':
dependencies:
prosemirror-transform: ^1.8.0

supportedArchitectures:
cpu:
Expand Down
22 changes: 5 additions & 17 deletions apps/web-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"@emotion/styled": "^11.11.0",
"@mantine/form": "^6.0.19",
"@tanstack/react-query": "^5.17.0",
"@toast-ui/editor": "^2.5.4",
"@toast-ui/editor-plugin-code-syntax-highlight": "^1.0.0",
"@toast-ui/editor-plugin-color-syntax": "^1.0.1",
"@toast-ui/editor-plugin-table-merged-cell": "^1.3.2",
"@toast-ui/react-editor": "^2.5.4",
"@toast-ui/editor": "^3.2.2",
"@toast-ui/editor-plugin-code-syntax-highlight": "^3.1.0",
"@toast-ui/editor-plugin-color-syntax": "^3.1.0",
"@toast-ui/editor-plugin-table-merged-cell": "^3.1.0",
"@toast-ui/react-editor": "^3.2.3",
"antd": "^5.7.3",
"antd-style": "^3.6.1",
"axios": "^0.21.2",
Expand Down Expand Up @@ -63,17 +63,5 @@
"codegen": "openapi -i https://poolc.org/api/v2/api-docs -o src/lib/api-v2/__generated__ -c axios --useUnionTypes --useOptions",
"postinstall": "yarn codegen",
"prettier": "prettier --write ."
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
1 change: 0 additions & 1 deletion apps/web-client/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { createStyles } from 'antd-style';
import { lazy, Suspense } from 'react';

// toast ui - global
import 'codemirror/lib/codemirror.css';
import '@toast-ui/editor/dist/toastui-editor.css';

const useStyles = createStyles(({ css }) => ({
Expand Down
Loading

0 comments on commit ca84654

Please sign in to comment.