Skip to content

Commit

Permalink
build: update EUI to 27.0.0 (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
markov00 authored Jul 8, 2020
1 parent 3117013 commit 7d91d8f
Show file tree
Hide file tree
Showing 4 changed files with 177 additions and 172 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"@commitlint/cli": "^8.1.0",
"@commitlint/config-conventional": "^8.1.0",
"@elastic/datemath": "^5.0.2",
"@elastic/eui": "^16.0.1",
"@elastic/eui": "^27.0.0",
"@elastic/github-checks-reporter": "^0.0.20-b3",
"@mdx-js/loader": "^1.6.6",
"@microsoft/api-documenter": "^7.7.20",
Expand Down Expand Up @@ -125,8 +125,8 @@
"@types/luxon": "^1.11.1",
"@types/moment-timezone": "^0.5.12",
"@types/puppeteer": "^1.19.1",
"@types/react": "^16.8.5",
"@types/react-dom": "^16.8.2",
"@types/react": "^16.9.41",
"@types/react-dom": "^16.9.8",
"@types/react-redux": "^7.1.1",
"@types/seedrandom": "^2.4.28",
"@types/selenium-webdriver": "^4.0.6",
Expand Down Expand Up @@ -175,6 +175,7 @@
"lodash": "^4.17.15",
"lorem-ipsum": "^2.0.3",
"luxon": "^1.11.3",
"moment": "^2.27.0",
"moment-timezone": "^0.5.27",
"node-sass": "^4.14.1",
"postcss-cli": "^7.1.1",
Expand Down Expand Up @@ -203,6 +204,7 @@
"webpack-dev-server": "^3.11.0"
},
"peerDependencies": {
"moment": "^2.27.0",
"moment-timezone": "^0.5.27",
"react": "^16.12.0",
"react-dom": "^16.12.0"
Expand Down
2 changes: 0 additions & 2 deletions src/_eui_imports.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import '../node_modules/@elastic/eui/src/global_styling/functions/index';
@import '../node_modules/@elastic/eui/src/global_styling/variables/index';
@import '../node_modules/@elastic/eui/src/global_styling/mixins/index';
@import '../node_modules/@elastic/eui/src/components/tool_tip/variables';
@import '../node_modules/@elastic/eui/src/components/tool_tip/mixins';
Loading

0 comments on commit 7d91d8f

Please sign in to comment.