Skip to content

Commit

Permalink
build: install minor updates
Browse files Browse the repository at this point in the history
Avoided installing eslint-plugin-react@7.29.0.
A bug in this version resulted in hundreds of false positives.
jsx-eslint/eslint-plugin-react#3215
  • Loading branch information
Robbert committed Feb 25, 2022
1 parent 10044d3 commit 87ab821
Show file tree
Hide file tree
Showing 7 changed files with 1,099 additions and 527 deletions.
@@ -1,5 +1,5 @@
diff --git a/node_modules/@stencil/core/internal/client/index.js b/node_modules/@stencil/core/internal/client/index.js
index 1f35605..0e33772 100644
index 69baa50..6fbf427 100644
--- a/node_modules/@stencil/core/internal/client/index.js
+++ b/node_modules/@stencil/core/internal/client/index.js
@@ -275,6 +275,11 @@ const addStyle = (styleContainerNode, cmpMeta, mode, hostElm) => {
Expand All @@ -14,7 +14,7 @@ index 1f35605..0e33772 100644
styleContainerNode.insertBefore(styleElm, styleContainerNode.querySelector('link'));
}
if (appliedStyles) {
@@ -2662,6 +2667,10 @@ const bootstrapLazy = (lazyBundles, options = {}) => {
@@ -2685,6 +2690,10 @@ const bootstrapLazy = (lazyBundles, options = {}) => {
if (BUILD.invisiblePrehydration && (BUILD.hydratedClass || BUILD.hydratedAttribute)) {
visibilityStyle.innerHTML = cmpTags + HYDRATED_CSS;
visibilityStyle.setAttribute('data-styles', '');
Expand Down
2 changes: 1 addition & 1 deletion components/package.json
Expand Up @@ -17,7 +17,7 @@
"clean": "rimraf dist/"
},
"devDependencies": {
"@stencil/core": "2.13.0",
"@stencil/core": "2.14.0",
"@storybook/addon-docs": "6.3.13",
"npm-run-all": "4.1.5",
"rimraf": "3.0.2",
Expand Down

0 comments on commit 87ab821

Please sign in to comment.