Skip to content

Commit

Permalink
chore: quill 2 rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerCodeMonkey committed Feb 12, 2024
1 parent 6e9c68b commit 4213bed
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 31 deletions.
64 changes: 37 additions & 27 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@angular/platform-browser": "^17.1.3",
"@angular/platform-browser-dynamic": "^17.1.3",
"@angular/router": "^17.1.3",
"quill": "2.0.0-rc.0",
"quill": "2.0.0-rc.1",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
"zone.js": "^0.14.3"
Expand Down Expand Up @@ -87,7 +87,7 @@
"karma-mocha-reporter": "^2.2.5",
"karma-spec-reporter": "0.0.36",
"ng-packagr": "^17.1.2",
"puppeteer": "^21.11.0",
"puppeteer": "^22.0.0",
"ts-node": "^10.9.2",
"typescript": "~5.2.2",
"utf-8-validate": "^5.0.10"
Expand Down
4 changes: 2 additions & 2 deletions projects/ngx-quill/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-quill",
"version": "25.0.0",
"version": "25.0.1",
"license": "MIT",
"author": {
"name": "Bengt Weiße"
Expand Down Expand Up @@ -32,7 +32,7 @@
"sideEffects": false,
"peerDependencies": {
"@angular/core": "^17.0.0",
"quill": "2.0.0-rc.0",
"quill": "2.0.0-rc.1",
"rxjs": "^7.0.0"
},
"contributors": [
Expand Down

0 comments on commit 4213bed

Please sign in to comment.