Skip to content

Commit

Permalink
Update dependencies and devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Apr 4, 2020
1 parent 5508d42 commit c32f667
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 17 deletions.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

https://github.com/josdejong/jsoneditor


## not yet published, version 8.6.5

- Update ace editor to `v1.4.9`.


## 2020-03-29, version 8.6.4

- Fix #921: `sortObjectKeys` emits `onChange` events.
Expand Down
44 changes: 30 additions & 14 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"prepublishOnly": "npm test && npm run build"
},
"dependencies": {
"ace-builds": "^1.4.8",
"ace-builds": "^1.4.9",
"ajv": "^6.12.0",
"javascript-natural-sort": "^0.7.1",
"jmespath": "^0.15.0",
Expand All @@ -47,9 +47,9 @@
"gulp-clean-css": "^4.3.0",
"gulp-concat-css": "^3.1.0",
"gulp-sass": "^4.0.2",
"jsdom": "^16.2.1",
"jsdom": "^16.2.2",
"json-loader": "^0.5.7",
"mkdirp": "^1.0.3",
"mkdirp": "^1.0.4",
"mocha": "^7.1.1",
"standard": "^14.3.3",
"uglify-js": "^3.8.1",
Expand Down

0 comments on commit c32f667

Please sign in to comment.