Skip to content

Commit

Permalink
Merge pull request #14 from gwintzer/migration-6.3
Browse files Browse the repository at this point in the history
Migration 6.3
- directly in 6.3.2
- use EuiComponents
- add a datatable to view comments
- add amodal to create comment
- toasts to display message
  • Loading branch information
gwintzer authored Aug 21, 2018
2 parents 165f52d + 84c5f03 commit 124f53c
Show file tree
Hide file tree
Showing 10 changed files with 5,471 additions and 337 deletions.
24 changes: 14 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,37 @@
{
"name": "kibana-comments-app-plugin",
"version": "6.2.2-1",
"version": "6.3.2-1",
"description": "An application plugin to add and manage comments to your Kibana dashboards",
"main": "index.js",
"kibana": {
"version": "6.2.2",
"version": "6.3.2",
"templateVersion": "7.2.0"
},
"scripts": {
"lint": "eslint",
"preinstall": "node ../../kibana/preinstall_check",
"kbn": "node ../../kibana/scripts/kbn",
"lint": "eslint **/*.js",
"start": "plugin-helpers start",
"test:server": "plugin-helpers test:server",
"test:browser": "plugin-helpers test:browser",
"build": "plugin-helpers build",
"postinstall": "plugin-helpers postinstall",
"gather-info": "node gather-info.js"
"build": "plugin-helpers build"
},
"devDependencies": {
"@elastic/eslint-config-kibana": "^0.6.1",
"@elastic/plugin-helpers": "^7.0.0",
"babel-eslint": "^7.2.3",
"eslint": "^3.19.0",
"@elastic/eslint-config-kibana": "link:../../kibana/packages/eslint-config-kibana",
"@elastic/eslint-import-resolver-kibana": "^0.9.0",
"@kbn/plugin-helpers": "link:../../kibana/packages/kbn-plugin-helpers",
"babel-eslint": "^8.0.2",
"eslint": "^4.11.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jest": "^21.3.2",
"eslint-plugin-mocha": "^4.9.0",
"eslint-plugin-prefer-object-spread": "^1.2.1",
"eslint-plugin-react": "^7.0.1",
"expect.js": "^0.3.1"
},
"dependencies": {
"@elastic/eui": "3.6.1",
"angular-datatables": "^0.5.7",
"boom": "^5.2.0",
"joi": "^10.6.0",
Expand Down
Loading

0 comments on commit 124f53c

Please sign in to comment.