zeppelin/zeppelin-web/bower.json
Jeff Zhang 19eb80a243 [ZEPPELIN-2688]. Upgrade ace to 1.2.7
### What is this PR for?
Ace 1.2.7 add syntax highlight for pig script. This ticket is to upgrade ace from 1.2.6 to 1.2.7

### What type of PR is it?
[Improvement]

### Todos
* [ ] - Task

### What is the Jira issue?
* https://issues.apache.org/jira/browse/ZEPPELIN-2688

### How should this be tested?
Tested manually

### Screenshots (if appropriate)
Before
![before](https://user-images.githubusercontent.com/164491/27514859-802a8a24-59c8-11e7-9631-e19fcbb2f11e.png)
After
![after](https://user-images.githubusercontent.com/164491/27514861-81a22bfa-59c8-11e7-8b88-239d42a1588e.png)
### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

Author: Jeff Zhang <zjffdu@apache.org>

Closes #2435 from zjffdu/ZEPPELIN-2688 and squashes the following commits:

99b2554 [Jeff Zhang] [ZEPPELIN-2688]. Upgrade ace to 1.2.7
2017-06-29 14:17:03 +08:00

72 lines
1.9 KiB
JSON

{
"name": "zeppelin-web",
"version": "0.0.0",
"dependencies": {
"angular": "1.5.7",
"json3": "~3.3.1",
"es5-shim": "~3.1.0",
"bootstrap": "~3.2.0",
"angular-cookies": "1.5.7",
"angular-sanitize": "1.5.7",
"angular-animate": "1.5.7",
"angular-touch": "1.5.7",
"angular-route": "1.5.7",
"angular-resource": "1.5.7",
"angular-bootstrap": "~2.5.0",
"angular-websocket": "~1.0.13",
"ace-builds": "1.2.7",
"angular-ui-ace": "0.1.3",
"jquery.scrollTo": "~1.4.13",
"nvd3": "~1.8.5",
"angular-dragdrop": "~1.0.8",
"perfect-scrollbar": "~0.5.4",
"ng-sortable": "~1.3.3",
"angular-elastic": "~2.4.2",
"angular-elastic-input": "~2.2.0",
"angular-xeditable": "0.1.12",
"highlightjs": "^9.4.0",
"lodash": "~3.9.3",
"angular-filter": "~0.5.4",
"ngtoast": "~2.0.0",
"ng-focus-if": "~1.0.2",
"bootstrap3-dialog": "bootstrap-dialog#~1.34.7",
"select2": "^4.0.3",
"MathJax": "2.7.0",
"ngclipboard": "^1.1.1"
},
"devDependencies": {
"angular-mocks": "1.5.7"
},
"appPath": "src",
"overrides": {
"ace-builds": {
"main": [
"src-noconflict/ace.js",
"src-noconflict/mode-scala.js",
"src-noconflict/mode-python.js",
"src-noconflict/mode-sql.js",
"src-noconflict/mode-markdown.js",
"src-noconflict/mode-pig.js",
"src-noconflict/mode-sh.js",
"src-noconflict/mode-r.js",
"src-noconflict/keybinding-emacs.js",
"src-noconflict/ext-language_tools.js",
"src-noconflict/theme-chrome.js"
],
"version": "1.2.7",
"name": "ace-builds"
},
"highlightjs": {
"main": [
"highlight.pack.js",
"styles/github.css"
],
"version": "9.4.0",
"name": "highlightjs"
}
},
"resolutions": {
"ace-builds": "1.2.7",
"angular": ">=1.5.0 <1.6"
}
}