Skip to content

Commit

Permalink
Updated types dependencies to always use latest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
przemyslaw-zan committed Aug 3, 2022
1 parent bf217e0 commit 18929d4
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions packages/ckeditor5-package-generator/lib/templates/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,23 +48,23 @@
"@ckeditor/ckeditor5-theme-lark": ">=<%= packageVersions.ckeditor5 %>",
"@ckeditor/ckeditor5-upload": ">=<%= packageVersions.ckeditor5 %>",
"@types/chai": "^4.3.1",
"@types/ckeditor__ckeditor5-autoformat": "^31.0.1",
"@types/ckeditor__ckeditor5-basic-styles": "^28.0.2",
"@types/ckeditor__ckeditor5-block-quote": "^29.0.4",
"@types/ckeditor__ckeditor5-code-block": "^29.0.3",
"@types/ckeditor__ckeditor5-core": "^33.0.3",
"@types/ckeditor__ckeditor5-editor-classic": "^27.1.2",
"@types/ckeditor__ckeditor5-essentials": "^28.0.3",
"@types/ckeditor__ckeditor5-heading": "^29.0.3",
"@types/ckeditor__ckeditor5-image": "^33.0.0",
"@types/ckeditor__ckeditor5-indent": "^29.0.3",
"@types/ckeditor__ckeditor5-link": "^32.0.3",
"@types/ckeditor__ckeditor5-list": "^32.0.1",
"@types/ckeditor__ckeditor5-ui": "^32.0.2",
"@types/ckeditor__ckeditor5-media-embed": "^29.0.3",
"@types/ckeditor__ckeditor5-paragraph": "^27.0.5",
"@types/ckeditor__ckeditor5-table": "^33.0.0",
"@types/ckeditor__ckeditor5-upload": "^27.0.7",
"@types/ckeditor__ckeditor5-autoformat": "latest",
"@types/ckeditor__ckeditor5-basic-styles": "latest",
"@types/ckeditor__ckeditor5-block-quote": "latest",
"@types/ckeditor__ckeditor5-code-block": "latest",
"@types/ckeditor__ckeditor5-core": "latest",
"@types/ckeditor__ckeditor5-editor-classic": "latest",
"@types/ckeditor__ckeditor5-essentials": "latest",
"@types/ckeditor__ckeditor5-heading": "latest",
"@types/ckeditor__ckeditor5-image": "latest",
"@types/ckeditor__ckeditor5-indent": "latest",
"@types/ckeditor__ckeditor5-link": "latest",
"@types/ckeditor__ckeditor5-list": "latest",
"@types/ckeditor__ckeditor5-ui": "latest",
"@types/ckeditor__ckeditor5-media-embed": "latest",
"@types/ckeditor__ckeditor5-paragraph": "latest",
"@types/ckeditor__ckeditor5-table": "latest",
"@types/ckeditor__ckeditor5-upload": "latest",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.18.0",
Expand Down

0 comments on commit 18929d4

Please sign in to comment.