Skip to content

Commit

Permalink
Move @types/* to production dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsobol committed Jan 17, 2025
1 parent fdf8e44 commit c63cf50
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/ckeditor5-markdown-gfm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"@ckeditor/ckeditor5-clipboard": "44.1.0",
"@ckeditor/ckeditor5-core": "44.1.0",
"@ckeditor/ckeditor5-engine": "44.1.0",
"@types/marked": "^4.0.8",
"@types/turndown": "^5.0.4",
"ckeditor5": "44.1.0",
"marked": "4.0.12",
"turndown": "7.2.0",
Expand All @@ -42,8 +44,6 @@
"@ckeditor/ckeditor5-theme-lark": "44.1.0",
"@ckeditor/ckeditor5-undo": "44.1.0",
"@ckeditor/ckeditor5-utils": "44.1.0",
"@types/marked": "^4.0.8",
"@types/turndown": "^5.0.4",
"typescript": "5.0.4",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"@ckeditor/ckeditor5-editor-multi-root": "44.1.0",
"@ckeditor/ckeditor5-engine": "44.1.0",
"@ckeditor/ckeditor5-utils": "44.1.0",
"@types/color-convert": "2.0.0",
"color-convert": "2.0.1",
"color-parse": "1.4.2",
"lodash-es": "4.17.21",
Expand Down Expand Up @@ -49,7 +50,6 @@
"@ckeditor/ckeditor5-typing": "44.1.0",
"@ckeditor/ckeditor5-undo": "44.1.0",
"@ckeditor/ckeditor5-code-block": "44.1.0",
"@types/color-convert": "2.0.0",
"typescript": "5.0.4",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
Expand Down
6 changes: 3 additions & 3 deletions packages/ckeditor5-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"type": "module",
"main": "src/index.ts",
"dependencies": {
"lodash-es": "4.17.21",
"@ckeditor/ckeditor5-ui": "44.1.0"
"@ckeditor/ckeditor5-ui": "44.1.0",
"@types/lodash-es": "^4.17.12",
"lodash-es": "4.17.21"
},
"devDependencies": {
"@ckeditor/ckeditor5-build-classic": "44.1.0",
"@ckeditor/ckeditor5-editor-classic": "44.1.0",
"@ckeditor/ckeditor5-core": "44.1.0",
"@ckeditor/ckeditor5-engine": "44.1.0",
"@types/lodash-es": "^4.17.12",
"typescript": "5.0.4"
},
"depcheckIgnore": [
Expand Down

0 comments on commit c63cf50

Please sign in to comment.