Skip to content

Commit

Permalink
Убрал импорт констант eui
Browse files Browse the repository at this point in the history
  • Loading branch information
IIIEII committed Apr 6, 2020
1 parent 6373272 commit f2a1f40
Show file tree
Hide file tree
Showing 5 changed files with 335 additions and 19 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
node_modules
build
.idea
.idea
./deploy.sh
./yarn-error.log
1 change: 0 additions & 1 deletion .node-version

This file was deleted.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"@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",
"@types/babel__standalone": "^7.1.2",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
Expand All @@ -41,13 +42,12 @@
"eslint-plugin-mocha": "^5.3.0",
"eslint-plugin-no-unsanitized": "^3.0.2",
"eslint-plugin-prefer-object-spread": "^1.2.1",
"eslint-plugin-react": "^7.12.4"
"eslint-plugin-react": "^7.12.4",
"typescript": "3.7.2"
},
"dependencies": {
"@babel/standalone": "7.9.4",
"mustache": "2.3.0",
"react-shadow": "^16.3.2",
"@webcomponents/shadydom": "^1.6.0",
"@elastic/filesaver": "^1.1.2"
"@webcomponents/shadydom": "^1.6.0"
}
}
1 change: 0 additions & 1 deletion public/index.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
@import '../../../src/legacy/ui/public/styles/styling_constants';
@import './transform_vis';
Loading

0 comments on commit f2a1f40

Please sign in to comment.