File tree Expand file tree Collapse file tree 12 files changed +40
-79
lines changed
app-page-builder-elements
cwp-template-aws/template/common/apps/admin Expand file tree Collapse file tree 12 files changed +40
-79
lines changed Original file line number Diff line number Diff line change 55 "dependencies" : {
66 "@editorjs/delimiter" : " ^1.4.2" ,
77 "@editorjs/list" : " ^1.10.0" ,
8- "@editorjs/quote" : " ^2.7.2 " ,
8+ "@editorjs/quote" : " ^2.7.6 " ,
99 "@editorjs/underline" : " ^1.2.1" ,
1010 "@types/react" : " 18.2.79" ,
1111 "@webiny/app-admin" : " 0.0.0" ,
Original file line number Diff line number Diff line change 11import { getDocumentClient } from "@webiny/aws-sdk/client-dynamodb" ;
22import { createHandler } from "@webiny/handler-aws" ;
33import flushPlugins from "@webiny/api-prerendering-service-aws/flush/flush" ;
4- import flushAwsPlugins from "@webiny/api-prerendering-service-aws/flush" ;
54import { createPrerenderingServiceStorageOperations } from "@webiny/api-prerendering-service-so-ddb" ;
65
76const documentClient = getDocumentClient ( ) ;
@@ -16,7 +15,6 @@ export const handler = createHandler({
1615 } ) ,
1716 documentClient
1817 } )
19- } ) ,
20- flushAwsPlugins ( )
18+ } )
2119 ]
2220} ) ;
Original file line number Diff line number Diff line change 11import { getDocumentClient } from "@webiny/aws-sdk/client-dynamodb" ;
22import { createHandler } from "@webiny/handler-aws" ;
33import renderPlugins from "@webiny/api-prerendering-service-aws/render/sqsRender" ;
4- import renderAwsPlugins from "@webiny/api-prerendering-service-aws/render" ;
54import { createPrerenderingServiceStorageOperations } from "@webiny/api-prerendering-service-so-ddb" ;
65
76const documentClient = getDocumentClient ( ) ;
@@ -16,7 +15,6 @@ export const handler = createHandler({
1615 } ) ,
1716 documentClient
1817 } )
19- } ) ,
20- renderAwsPlugins ( )
18+ } )
2119 ]
2220} ) ;
Original file line number Diff line number Diff line change 1212 "dependencies" : {
1313 "@apollo/react-components" : " ^3.1.5" ,
1414 "@apollo/react-hooks" : " ^3.1.5" ,
15- "@editorjs/editorjs" : " 2.26.5 " ,
15+ "@editorjs/editorjs" : " ^2.30.8 " ,
1616 "@emotion/react" : " 11.10.8" ,
1717 "@emotion/styled" : " 11.10.6" ,
1818 "@iconify/json" : " ^2.2.142" ,
Original file line number Diff line number Diff line change 1818 "@dnd-kit/core" : " ^6.1.0" ,
1919 "@dnd-kit/sortable" : " ^8.0.0" ,
2020 "@dnd-kit/utilities" : " ^3.2.2" ,
21- "@editorjs/editorjs" : " 2.26.5 " ,
21+ "@editorjs/editorjs" : " ^2.30.8 " ,
2222 "@emotion/react" : " 11.10.8" ,
2323 "@emotion/styled" : " 11.10.6" ,
2424 "@material-design-icons/svg" : " ^0.14.13" ,
Original file line number Diff line number Diff line change 2222 "lodash" : " ^4.17.21"
2323 },
2424 "peerDependencies" : {
25- "@editorjs/editorjs" : " 2.26.5 " ,
25+ "@editorjs/editorjs" : " ^2.30.8 " ,
2626 "aos" : " ^2.3.4" ,
2727 "react" : " 18.2.0" ,
2828 "react-columned" : " ^1.1.3" ,
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 55 "dependencies" : {
66 "@editorjs/delimiter" : " ^1.4.2" ,
77 "@editorjs/list" : " ^1.10.0" ,
8- "@editorjs/quote" : " ^2.7.2 " ,
8+ "@editorjs/quote" : " ^2.7.6 " ,
99 "@editorjs/underline" : " ^1.2.1" ,
1010 "@types/react" : " 18.2.79" ,
1111 "@webiny/app-admin" : " latest" ,
Original file line number Diff line number Diff line change 99 "author" : " Webiny Ltd" ,
1010 "license" : " MIT" ,
1111 "dependencies" : {
12- "@editorjs/editorjs" : " 2.26.5 " ,
12+ "@editorjs/editorjs" : " ^2.30.8 " ,
1313 "@types/react" : " 18.2.79" ,
1414 "classnames" : " ^2.5.1" ,
15+ "codex-notifier" : " ^1.1.2" ,
16+ "codex-tooltip" : " ^1.0.5" ,
1517 "react" : " 18.2.0" ,
1618 "sanitize-html" : " 2.12.1"
1719 },
2830 "scripts" : {
2931 "build" : " node ../cli/bin.js run build" ,
3032 "watch" : " node ../cli/bin.js run watch"
33+ },
34+ "adio" : {
35+ "ignore" : {
36+ "dependencies" : [
37+ " codex-notifier" ,
38+ " codex-tooltip"
39+ ]
40+ }
3141 }
3242}
Original file line number Diff line number Diff line change 1414 ],
1515 "license" : " MIT" ,
1616 "dependencies" : {
17- "@editorjs/editorjs" : " 2.26.5 " ,
17+ "@editorjs/editorjs" : " ^2.30.8 " ,
1818 "@emotion/react" : " 11.10.8" ,
1919 "@emotion/styled" : " 11.10.6" ,
2020 "@material-design-icons/svg" : " ^0.14.13" ,
You can’t perform that action at this time.
0 commit comments