Skip to content

Commit

Permalink
1.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MrElectroNick committed Feb 24, 2021
1 parent 090ffb6 commit e76fb4d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jodit-angular",
"version": "1.11.2",
"version": "1.11.3",
"description": "Angular Jodit Component",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -52,7 +52,7 @@
"@angular/platform-browser-dynamic": "^11.1.0",
"@angular/router": "^11.1.0",
"core-js": "^2.6.5",
"jodit": "^3.5.4",
"jodit": "^3.6.1",
"rxjs": "^6.6.3",
"tslib": "^2.0.0",
"zone.js": "~0.11.3"
Expand Down
2 changes: 1 addition & 1 deletion projects/jodit-angular-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jodit-angular",
"license": "MIT",
"version": "1.11.2",
"version": "1.11.3",
"dependencies": {
"tslib": "^2.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5393,10 +5393,10 @@ [email protected], jest-worker@^26.5.0:
merge-stream "^2.0.0"
supports-color "^7.0.0"

jodit@^3.5.4:
version "3.5.4"
resolved "https://registry.yarnpkg.com/jodit/-/jodit-3.5.4.tgz#db9b544d9d33b670a59485c1d750f8af1817e540"
integrity sha512-egdugBIaeSCGEIQD+98OCtOuXbnPdL+fLCvicM6LWOLktkPIqYtBOtJLBDLTmR7ZTbTJ79EJERxigeLwoofU3A==
jodit@^3.6.1:
version "3.6.1"
resolved "https://registry.yarnpkg.com/jodit/-/jodit-3.6.1.tgz#dfa4e7317929b57119fea0c6e6647354e73a0fa9"
integrity sha512-aUxr5Nhi8XV88rjD35s8QF591ni6OoQ+4RY/jEg5AuxUWyyxvY0oQqI9IVea33x/bb5M8d/aU/w4qS+BcOopIA==
dependencies:
autobind-decorator "^2.4.0"

Expand Down

0 comments on commit e76fb4d

Please sign in to comment.