Skip to content

Commit

Permalink
chore: bump stencil to 4.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felipefialho committed Dec 16, 2024
1 parent 1adfafe commit 6f480ed
Show file tree
Hide file tree
Showing 2 changed files with 244 additions and 5 deletions.
244 changes: 240 additions & 4 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@ionic/core": "^8.4.0",
"@popperjs/core": "^2.11.8",
"@stencil/core": "~4.22.3"
"@stencil/core": "~4.23.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
Expand Down Expand Up @@ -108,6 +108,9 @@
"vite": "^5.4.2",
"vue": "^3.4.38"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.9.5"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"prettier --write",
Expand Down

0 comments on commit 6f480ed

Please sign in to comment.