Skip to content

Commit

Permalink
fix(deps): update dependency @elastic/eui to v87 (#2145)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency @elastic/eui to v87

* fix EUI dependency

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Marco Vettorello <vettorello.marco@gmail.com>
  • Loading branch information
renovate[bot] and markov00 authored Aug 23, 2023
1 parent 8eb4ede commit 312c32c
Show file tree
Hide file tree
Showing 5 changed files with 110 additions and 89 deletions.
2 changes: 2 additions & 0 deletions e2e_server/server/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ module.exports = {
},
},
module: {
// used to skip parsing the EUI used hello-pangea/dnd that contains optional chaining code
noParse: [path.resolve(__dirname, '../../node_modules/@hello-pangea')],
rules: [
{
test: /\.(ttf|eot|woff|woff2|svg)$/,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@elastic/datemath": "^5.0.3",
"@elastic/eui": "^85.0.0",
"@elastic/eui": "^87.2.0",
"@emotion/react": "^11.10.5",
"@emotion/css": "^11.10.5",
"@mdx-js/loader": "^1.6.6",
Expand Down
2 changes: 1 addition & 1 deletion storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@elastic/charts": "*",
"@elastic/datemath": "^5.0.3",
"@elastic/eui": "^85.0.0",
"@elastic/eui": "^87.2.0",
"@emotion/react": "^11.10.5",
"@emotion/css": "^11.10.5",
"luxon": "^1.27.0",
Expand Down
2 changes: 2 additions & 0 deletions storybook/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ module.exports = ({ config }) => {
...scssLoaders,
],
});
// used to skip parsing the EUI used hello-pangea/dnd that contains optional chaining code
config.module.noParse = [path.resolve(__dirname, '../node_modules/@hello-pangea')];

config.resolve.extensions.push('.ts', '.tsx');

Expand Down
Loading

0 comments on commit 312c32c

Please sign in to comment.