Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency @stencil/core
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 17, 2024
1 parent 28233d1 commit 4d789f1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 22 deletions.
22 changes: 4 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"overrides": {
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@stencil/core": "npm:@smartive/stencil-core@4.18.3"
"@stencil/core": "npm:@smartive/stencil-core@4.19.2"
},
"devDependencies": {
"del-cli": "^5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/stencil-react-ssr-output-target/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@babel/parser": "7.25.8",
"@stencil/core": "4.18.3",
"@stencil/core": "4.22.1",
"commander": "12.1.0",
"esbuild": "0.24.0",
"tsx": "4.19.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-components-react-wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"react": "^18.0.0",
"react-dom": "^18.0.0",
"linkedom": "0.18.5",
"@stencil/core": "npm:@smartive/stencil-core@4.18.3"
"@stencil/core": "npm:@smartive/stencil-core@4.19.2"
},
"private": true,
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"lint": "eslint ."
},
"dependencies": {
"@stencil/core": "4.18.3"
"@stencil/core": "4.22.1"
},
"devDependencies": {
"@smartive/eslint-config": "5.1.0",
Expand Down

0 comments on commit 4d789f1

Please sign in to comment.