diff --git a/.changeset/thin-pianos-dream.md b/.changeset/thin-pianos-dream.md new file mode 100644 index 00000000000..12d7763f429 --- /dev/null +++ b/.changeset/thin-pianos-dream.md @@ -0,0 +1,4 @@ +--- +--- + +[framework-fixtures]: Bump @stencil/core from 4.16.0 to 4.17.1 in /packages/static-build/test/fixtures/stencil-v4 in the core group across 1 directory diff --git a/packages/static-build/test/fixtures/stencil-v4/package-lock.json b/packages/static-build/test/fixtures/stencil-v4/package-lock.json index b8a320a13c1..4b06fead6cc 100644 --- a/packages/static-build/test/fixtures/stencil-v4/package-lock.json +++ b/packages/static-build/test/fixtures/stencil-v4/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "license": "MIT", "dependencies": { - "@stencil/core": "^4.16.0" + "@stencil/core": "^4.17.1" }, "devDependencies": { "@types/jest": "^27.5.2", @@ -1039,9 +1039,9 @@ } }, "node_modules/@stencil/core": { - "version": "4.16.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.16.0.tgz", - "integrity": "sha512-gXaC5IrquV/Hw5JIZTCWkM5lJEbBQtnvHLhDebjar6A6+YBqxah04dardS+YUNVuRbnE6Hcja7KKiAXT3oVsvw==", + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.17.1.tgz", + "integrity": "sha512-nlARe1QtK5abnCG8kPQKJMWiELg39vKabvf3ebm6YEhQA35CgrxC1pVYTsYq3yktJKoY+k+VzGRnATLKyaLbvA==", "bin": { "stencil": "bin/stencil" }, @@ -5781,9 +5781,9 @@ } }, "@stencil/core": { - "version": "4.16.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.16.0.tgz", - "integrity": "sha512-gXaC5IrquV/Hw5JIZTCWkM5lJEbBQtnvHLhDebjar6A6+YBqxah04dardS+YUNVuRbnE6Hcja7KKiAXT3oVsvw==" + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.17.1.tgz", + "integrity": "sha512-nlARe1QtK5abnCG8kPQKJMWiELg39vKabvf3ebm6YEhQA35CgrxC1pVYTsYq3yktJKoY+k+VzGRnATLKyaLbvA==" }, "@tootallnate/once": { "version": "1.1.2", diff --git a/packages/static-build/test/fixtures/stencil-v4/package.json b/packages/static-build/test/fixtures/stencil-v4/package.json index fe83fa28b73..eb91218bc83 100644 --- a/packages/static-build/test/fixtures/stencil-v4/package.json +++ b/packages/static-build/test/fixtures/stencil-v4/package.json @@ -26,7 +26,7 @@ "generate": "stencil generate" }, "dependencies": { - "@stencil/core": "^4.16.0" + "@stencil/core": "^4.17.1" }, "devDependencies": { "@types/jest": "^27.5.2",