Skip to content

Commit

Permalink
[DTRA] Maryia/build: update quill-ui library version to 1.9.27 + util…
Browse files Browse the repository at this point in the history
…ize lib styles (#15235)

* build: update quill-ui lib version to 1.9.27

* fix: utilize quill.css file
  • Loading branch information
maryia-deriv committed May 20, 2024
1 parent e877ce1 commit 2f11105
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 7 deletions.
33 changes: 29 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"@babel/polyfill": "^7.4.4",
"@datadog/browser-rum": "^5.11.0",
"@deriv-com/analytics": "1.4.13",
"@deriv-com/quill-ui": "^1.9.17",
"@deriv-com/quill-ui": "^1.9.27",
"@deriv-com/utils": "^0.0.20",
"@deriv/account": "^1.0.0",
"@deriv/account-v2": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/trader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"dependencies": {
"@cloudflare/stream-react": "^1.9.1",
"@deriv-com/analytics": "1.4.13",
"@deriv-com/quill-ui": "^1.9.17",
"@deriv-com/quill-ui": "^1.9.27",
"@deriv-com/utils": "^0.0.20",
"@deriv/api-types": "^1.0.172",
"@deriv/components": "^1.0.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/trader/src/AppV2/app.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
import React from 'react';
import type { TWebSocket } from 'Types';
import initStore from 'App/init-store';
import 'Sass/app.scss';
import type { TCoreStores } from '@deriv/stores/types';
import TraderProviders from '../trader-providers';
import BottomNav from './Components/BottomNav';
import Trade from './Containers/Trade';
import Markets from './Containers/Markets';
import Positions from './Containers/Positions';
import Menu from './Containers/Menu';
import 'Sass/app.scss';
import '@deriv-com/quill-ui/quill.css';

type Apptypes = {
passthrough: {
Expand Down

0 comments on commit 2f11105

Please sign in to comment.