Skip to content

Commit e11dbcd

Browse files
983059: Updated proper package file
1 parent ad08191 commit e11dbcd

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

How to/Disable Default Hotkeys and Implement Custom Actions/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
"dependencies": {
66
"react": "18.1.0",
77
"react-dom": "18.1.0",
8-
"@syncfusion/ej2-base": "30.2.6",
9-
"@syncfusion/ej2-react-base": "30.2.4",
10-
"@syncfusion/ej2-pdfviewer": "30.2.7",
11-
"@syncfusion/ej2-react-pdfviewer": "30.2.7",
12-
"@syncfusion/ej2-buttons": "30.2.4",
13-
"@syncfusion/ej2-react-buttons": "30.2.4",
14-
"@syncfusion/ej2-react-charts": "30.2.7",
8+
"@syncfusion/ej2-base": "*",
9+
"@syncfusion/ej2-react-base": "*",
10+
"@syncfusion/ej2-pdfviewer": "*",
11+
"@syncfusion/ej2-react-pdfviewer": "*",
12+
"@syncfusion/ej2-buttons": "*",
13+
"@syncfusion/ej2-react-buttons": "*",
14+
"@syncfusion/ej2-react-charts": "*",
1515
"undefined": "0.1.0",
16-
"@syncfusion/ej2-lists": "30.2.4",
17-
"@syncfusion/ej2-documenteditor": "30.2.7",
18-
"@syncfusion/ej2-splitbuttons": "30.2.4",
19-
"@syncfusion/ej2-navigations": "30.2.7",
20-
"@syncfusion/ej2-react-popups": "30.2.4"
16+
"@syncfusion/ej2-lists": "*",
17+
"@syncfusion/ej2-documenteditor": "*",
18+
"@syncfusion/ej2-splitbuttons": "*",
19+
"@syncfusion/ej2-navigations": "*",
20+
"@syncfusion/ej2-react-popups": "*"
2121
},
2222
"scripts": {
2323
"start": "react-scripts start",

How to/Disable Default Hotkeys and Implement Custom Actions/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function Default() {
8181
}}
8282
id="container"
8383
documentPath="https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf"
84-
resourceUrl="https://cdn.syncfusion.com/ej2/23.2.6/dist/ej2-pdfviewer-lib"
84+
resourceUrl="https://cdn.syncfusion.com/ej2/31.1.17/dist/ej2-pdfviewer-lib"
8585
style={{ height: '640px' }}
8686
>
8787
<Inject

0 commit comments

Comments
 (0)