Skip to content

Commit

Permalink
version 7.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bjacomy committed Jan 11, 2021
1 parent fa16c24 commit 0b6ee21
Show file tree
Hide file tree
Showing 4 changed files with 1,341 additions and 4,195 deletions.
3 changes: 0 additions & 3 deletions .kibana-plugin-helpers.json

This file was deleted.

4 changes: 2 additions & 2 deletions kibana.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"id": "transformVis",
"version": "7.9.1",
"version": "7.10.0",
"server": true,
"ui": true,
"requiredPlugins": ["navigation","data","kibanaReact","kibanaUtils", "visualizations", "expressions"],
"requiredPlugins": ["navigation","data","kibanaReact","kibanaUtils", "visualizations", "expressions","visDefaultEditor"],
"optionalPlugins": [],
"requiredBundles": []
}
43 changes: 20 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "transform_vis",
"version": "7.9.1",
"version": "7.10.0",
"description": "Transform Visualization",
"main": "index.js",
"kibana": {
"version": "7.9.1",
"version": "7.10.0",
"templateVersion": "1.0.0"
},
"license": "Apache-2.0",
Expand All @@ -17,39 +17,36 @@
"plugin"
],
"scripts": {
"preinstall": "node ../../preinstall_check",
"kbn": "node ../../scripts/kbn",
"es": "node ../../scripts/es",
"lint": "eslint .",
"start": "plugin-helpers start",
"test:server": "plugin-helpers test:server",
"test:browser": "plugin-helpers test:browser",
"build": "plugin-helpers build"
"build": "yarn plugin-helpers build",
"plugin-helpers": "node ../../scripts/plugin_helpers",
"lint": "../../node_modules/.bin/eslint .",
"start": "node ../../scripts/plugin_helpers start --oss --no-watch",
"test:server": "node ../../scripts/plugin_helpers test:server",
"test:browser": "node ../../scripts/plugin_helpers test:browser"
},

"devDependencies": {
"@elastic/eslint-config-kibana": "link:../../packages/eslint-config-kibana",
"@elastic/eslint-import-resolver-kibana": "link:../../packages/kbn-eslint-import-resolver-kibana",
"@kbn/expect": "link:../../packages/kbn-expect",
"@kbn/plugin-helpers": "link:../../packages/kbn-plugin-helpers",
"@elastic/eui": "18.2.2",
"@elastic/eui": "29.3.0",
"@types/babel__standalone": "^7.1.2",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jest": "^22.4.1",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-mocha": "^5.3.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jest": "^24.0.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-mocha": "^6.2.2",
"eslint-plugin-no-unsanitized": "^3.0.2",
"eslint-plugin-prefer-object-spread": "^1.2.1",
"eslint-plugin-react": "^7.12.4",
"typescript": "3.7.2"
"eslint-plugin-react": "^7.20.3",
"typescript": "4.0.2"
},
"dependencies": {
"@babel/standalone": "7.9.4",
"@webcomponents/shadydom": "^1.6.0",
"brace": "^0.11.1",
"mustache": "^4.0.1",
"brace": "0.11.1",
"mustache": "^2.3.2",
"react-shadow": "^16.3.2",
"timefilter": "^1.0.0"
}
Expand Down
Loading

0 comments on commit 0b6ee21

Please sign in to comment.