Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"xml-formatter": "catalog:"
},
"devDependencies": {
"@ckeditor/ckeditor5-dev-translations": "catalog:",
"@ckeditor/ckeditor5-dev-utils": "catalog:",
"@ckeditor/ckeditor5-inspector": "catalog:",
"@ckeditor/ckeditor5-theme-lark": "catalog:",
Expand Down
8 changes: 0 additions & 8 deletions app/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import path from "path";
import webpack from "webpack";
import { loaders } from "@ckeditor/ckeditor5-dev-utils";
import { CKEditorTranslationsPlugin } from "@ckeditor/ckeditor5-dev-translations";
import TerserPlugin from "terser-webpack-plugin";
import CircularDependencyPlugin from "circular-dependency-plugin";
import fs from "fs";
Expand Down Expand Up @@ -67,13 +66,6 @@ export default {
},

plugins: [
new CKEditorTranslationsPlugin({
// UI language. Language codes follow the https://en.wikipedia.org/wiki/ISO_639-1 format.
// When changing the built-in language, remember to also change it in the editor's configuration (src/ckeditor.js).
language: "en",
additionalLanguages: ["de"],
sourceFilesPattern: "[/\\]ckeditor5/translations/[a-z]{2}.js",
}),
new CircularDependencyPlugin({
exclude: /node_modules/,
failOnError: true,
Expand Down
46 changes: 1 addition & 45 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ catalog:
'@bbob/preset': 4.3.1
'@bbob/preset-html5': 4.3.1
'@bbob/types': 4.3.1
'@ckeditor/ckeditor5-dev-translations': ^55.6.1
'@ckeditor/ckeditor5-dev-utils': ^55.6.1
'@ckeditor/ckeditor5-inspector': ^5.0.0
'@ckeditor/ckeditor5-theme-lark': 47.6.2
Expand All @@ -37,6 +36,7 @@ catalog:
'@types/eslint': ^9.6.1
'@types/node': ^24.13.3
'@types/webpack': ^5.28.5
'@typescript-eslint/eslint-plugin': ^8.39.1
'@typescript-eslint/parser': ^8.39.1
ci-info: ^3.9.0
circular-dependency-plugin: ^5.2.2
Expand Down
Loading