Skip to content

Commit 3725a80

Browse files
iklimisdeviklimis
authored andcommitted
upgrade to Angular 15 and GrapesJS to 0.21.1
1 parent fa45d8d commit 3725a80

File tree

13 files changed

+18649
-10282
lines changed

13 files changed

+18649
-10282
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ npm install
2121
## Usage
2222

2323
```sh
24-
npm run build
24+
npm run build ngx-grapesjs
2525
npm start
2626
```
2727

angular.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,13 @@
6868
],
6969
"styles": [
7070
"projects/demo-editor/src/styles.css",
71-
"node_modules/grapesjs/dist/css/grapes.min.css",
72-
"node_modules/grapesjs-preset-newsletter/dist/grapesjs-preset-newsletter.css",
73-
"node_modules/grapesjs-preset-webpage/dist/grapesjs-preset-webpage.min.css"
71+
"node_modules/grapesjs/dist/css/grapes.min.css"
7472
],
7573
"scripts": [
7674
"node_modules/grapesjs/dist/grapes.min.js",
77-
"node_modules/grapesjs-preset-newsletter/dist/grapesjs-preset-newsletter.min.js",
78-
"node_modules/grapesjs-preset-webpage/dist/grapesjs-preset-webpage.min.js"
75+
"node_modules/grapesjs-preset-newsletter/dist/index.js",
76+
"node_modules/grapesjs-preset-webpage/dist/index.js",
77+
"node_modules/grapesjs-blocks-basic/dist/index.js"
7978
]
8079
},
8180
"configurations": {
@@ -148,5 +147,13 @@
148147
}
149148
}
150149
}
150+
},
151+
"schematics": {
152+
"@angular-eslint/schematics:application": {
153+
"setParserOptionsProject": true
154+
},
155+
"@angular-eslint/schematics:library": {
156+
"setParserOptionsProject": true
157+
}
151158
}
152159
}

0 commit comments

Comments
 (0)