Skip to content

Commit

Permalink
Bumped frontend dependencies (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
dew326 committed Jan 12, 2022
1 parent f29976a commit 63e8958
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,26 @@
},
"homepage": "https://github.com/ibexa/admin-ui-assets#readme",
"dependencies": {
"@ckeditor/ckeditor5-alignment": "^26.0.0",
"@ckeditor/ckeditor5-build-inline": "^26.0.0",
"@ckeditor/ckeditor5-dev-utils": "^24.4.1",
"@ckeditor/ckeditor5-widget": "^26.0.0",
"@ckeditor/ckeditor5-theme-lark": "^26.0.0",
"@ckeditor/ckeditor5-alignment": "^31.1.0",
"@ckeditor/ckeditor5-build-inline": "^31.1.0",
"@ckeditor/ckeditor5-dev-utils": "^27.4.0",

This comment has been minimized.

Copy link
@wizhippo

wizhippo Mar 30, 2022

Can we get this bumped to support postcss 8?

"@ckeditor/ckeditor5-dev-utils": "^30.0.1",

This comment has been minimized.

Copy link
@dew326

dew326 Mar 31, 2022

Author Contributor

We want to have all packages in the same versions as CKEditor has.
In fact, we already have this package too high according to:
https://github.com/ckeditor/ckeditor5/blob/v31.1.0/package.json#L87

This comment has been minimized.

Copy link
@wizhippo

wizhippo Mar 31, 2022

ok, thanks for looking.
will wait for ckeditor to catchup

"@ckeditor/ckeditor5-widget": "^31.1.0",
"@ckeditor/ckeditor5-theme-lark": "^31.1.0",
"@ckeditor/ckeditor5-code-block": "^31.1.0",
"alloyeditor": "^1.5.28",
"bootstrap": "^5.0.2",
"bootstrap": "^5.1.3",
"chart.js": "^2.9.4",
"create-react-class": "^15.7.0",
"d3": "^5.16.0",
"dagre-d3": "^0.6.4",
"flatpickr": "^4.6.6",
"flatpickr": "^4.6.9",
"js-md5": "0.7.3",
"leaflet": "^1.7.1",
"moment-timezone": "^0.5.32",
"@popperjs/core": "^2.9.2",
"@popperjs/core": "^2.10.2",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"taggify": "^1.2.1"
}
}

0 comments on commit 63e8958

Please sign in to comment.