Skip to content

Commit

Permalink
chore: add experimental imports from #238
Browse files Browse the repository at this point in the history
  • Loading branch information
janniks committed Jul 25, 2022
1 parent 9bd7a39 commit 190357a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 16 deletions.
5 changes: 2 additions & 3 deletions packages/connect-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@stencil/core": "2.15.0"
"@stencil/core": "2.17.1"
},
"license": "MIT",
"devDependencies": {
"@stencil/sass": "^1.3.2",
"@stencil/store": "^1.4.1",
"@stencil/sass": "^1.5.2",
"@types/node": "^14.6.0",
"puppeteer": "^9.0.0"
},
Expand Down
3 changes: 3 additions & 0 deletions packages/connect-ui/stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ export const config: Config = {
},
],
plugins: [sass()],
extras: {
experimentalImportInjection: true,
},
};
21 changes: 8 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3960,20 +3960,15 @@
sha.js "^2.4.11"
smart-buffer "^4.1.0"

"@stencil/core@2.15.0":
version "2.15.0"
resolved "https://registry.yarnpkg.com/@stencil/core/-/core-2.15.0.tgz#cc49f090a24906b28c926e2f6dc49e75c4adaedf"
integrity sha512-58+FPFpJCJScd5nmqVsZN+qk7aui57wFcMHWzySr1SQzoY8Efst9OPG7XRf27UsNj1DNeEdYWTtdrTfJyn3mZg==

"@stencil/sass@^1.3.2":
version "1.4.1"
resolved "https://registry.yarnpkg.com/@stencil/sass/-/sass-1.4.1.tgz#ef5a1dd1b56c024ed08e80475e8a6f8d1c25bb10"
integrity sha512-aFKoqtxZ/8BRbvNFiWRycGiqvMI22Ifn5qsKfq0U23j43XD81jT6d7K0WQd55ejNpoSpdxJcbOuFgQy3mXizfA==
"@stencil/core@2.17.1":
version "2.17.1"
resolved "https://registry.yarnpkg.com/@stencil/core/-/core-2.17.1.tgz#c0fd74d2991c2ea9d7e382017726bfd01009a05c"
integrity sha512-ErjQsNALgZQ9SYeBHhqwL1UO+Zbptwl3kwrRJC2tGlc3G/T6UvPuaKr+PGsqI+CZGia+0+R5EELQvFu74mYeIg==

"@stencil/store@^1.4.1":
version "1.4.1"
resolved "https://registry.yarnpkg.com/@stencil/store/-/store-1.4.1.tgz#6804de778921df7dd222a487363a147690254d83"
integrity sha512-kAtMblucNnDNfTpSqhN9jccExgFWmOe+4U98cXZJrg/6nozNtEd92pY6s3Jko7KUrZ+1MQJU2oLwwS8VuyK3Zg==
"@stencil/sass@^1.5.2":
version "1.5.2"
resolved "https://registry.yarnpkg.com/@stencil/sass/-/sass-1.5.2.tgz#861dffe90a8d911b6b2af4a36d8928b5264a8646"
integrity sha512-nJ93pUSylsGsMX0eLmhxh1oEljcUjj5mYjhB9ziCdoaydAdjukrUoqDCC7tdVbOcBo2hKptQyWqCtETnBGYsXQ==

"@tootallnate/once@1":
version "1.1.2"
Expand Down

0 comments on commit 190357a

Please sign in to comment.