Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
chore: Use @serlo/editor version 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsTheGlidingSquirrel committed Sep 2, 2024
1 parent 1b3b079 commit 7efdb4d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@next/env": "^13.5.6",
"@serlo/editor": "0.11.0",
"@serlo/editor": "0.12.0",
"clsx": "^1.2.1",
"default-import": "^1.1.5",
"express": "^4.18.2",
Expand Down
4 changes: 2 additions & 2 deletions src/edusharing-server/kitchen-sink-content.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export const kitchenSinkContent = {
type: 'https://serlo.org/editor',
variant: 'edusharing',
variant: 'https://github.com/serlo/serlo-editor-for-edusharing',
version: 0,
dateModified: 'someDate',
dateModified: '2024-09-02T07:34:15.025Z',
document: {
plugin: 'type-generic-content',
state: {
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/serlo-editor-wrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export function SerloEditorWrapper(props: SerloEditorWrapperProps) {
EditorPluginType.TextAreaExercise,
]}
_ltik={ltik}
editorVariant="edusharing"
editorVariant="https://github.com/serlo/serlo-editor-for-edusharing"
onChange={(payload) => {
state.current = payload
}}
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2341,15 +2341,15 @@ __metadata:
languageName: node
linkType: hard

"@serlo/editor@npm:0.11.0":
version: 0.11.0
resolution: "@serlo/editor@npm:0.11.0"
"@serlo/editor@npm:0.12.0":
version: 0.12.0
resolution: "@serlo/editor@npm:0.12.0"
dependencies:
"@serlo/katex-styles": 1.0.1
react: ^18.2.0
react-dom: ^18.2.0
react-resizable: ^3.0.5
checksum: fa9024da75a24960a6b4447e5801fc67b37a460aa367b157907ad66a08d18f635e82963e14e5d6b1956f7032a6653819849fd91b63a53e521b4edd4ce899d4b6
checksum: 7718492bff722d9a671c942066caaa70e7683120b7b934cd7b799ff9d9aee0a67700e36803432ab8e9505fb7a8717d1b6620d1066589a598b568db52e0b67062
languageName: node
linkType: hard

Expand All @@ -2371,7 +2371,7 @@ __metadata:
"@next/env": ^13.5.6
"@next/eslint-plugin-next": ^14.0.4
"@next/swc-linux-x64-gnu": ^14.0.3
"@serlo/editor": 0.11.0
"@serlo/editor": 0.12.0
"@svgr/webpack": ^8.1.0
"@tailwindcss/typography": ^0.5.9
"@types/express": ^4.17.17
Expand Down

0 comments on commit 7efdb4d

Please sign in to comment.