Skip to content

Commit

Permalink
chore: updated pillarbox version
Browse files Browse the repository at this point in the history
Updates the pillarbox dependency version from `1.1.0` to `1.4.0`.
  • Loading branch information
jboix committed Mar 14, 2024
1 parent 0020c55 commit 702a8a8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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 @@ -37,7 +37,7 @@
"vite": "^5.0.12"
},
"dependencies": {
"@srgssr/pillarbox-web": "^1.1.0",
"@srgssr/pillarbox-web": "^1.4.0",
"highlight.js": "^11.9.0",
"lit": "^3.1.1",
"material-icons": "^1.13.12",
Expand Down
2 changes: 1 addition & 1 deletion samples/react/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pillarbox-web typescript sample
# pillarbox-web react sample

This project demonstrates the integration og pillarbox with react. Feel free to explore and
experiment with this sample via the following playground:
Expand Down
2 changes: 1 addition & 1 deletion samples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@srgssr/pillarbox-web": "^1.1.0",
"@srgssr/pillarbox-web": "^1.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion samples/vanilla-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"vite": "^5.1.4"
},
"dependencies": {
"@srgssr/pillarbox-web": "^1.1.0",
"@srgssr/pillarbox-web": "^1.4.0",
"open-props": "^1.6.21"
}
}

0 comments on commit 702a8a8

Please sign in to comment.