Skip to content
This repository was archived by the owner on May 17, 2023. It is now read-only.

Commit 4638861

Browse files
fix(deps): update dependency solid-js to ^1.7.3 (#109)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bf72e6e commit 4638861

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"prepare": "husky install"
2828
},
2929
"dependencies": {
30-
"solid-js": "^1.7.1"
30+
"solid-js": "^1.7.3"
3131
},
3232
"devDependencies": {
3333
"@commitlint/cli": "^17.5.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4167,10 +4167,10 @@ solid-app-router@^0.4.2:
41674167
resolved "https://registry.yarnpkg.com/solid-app-router/-/solid-app-router-0.4.2.tgz#67a0e1769e1e98d7c73256fe46430ee234324ce0"
41684168
integrity sha512-+NrLcmqYssx8DcbpcLBaYPqfTRtS+rkfbxMhLH8MHfTcTkdZfrkWQK7lsUvuPCebGEzfaPZJvHqBwhPrCXAmxg==
41694169

4170-
solid-js@^1.7.1:
4171-
version "1.7.1"
4172-
resolved "https://registry.yarnpkg.com/solid-js/-/solid-js-1.7.1.tgz#49d69e32a9a1603e72b0fa10fe137d18cec9835e"
4173-
integrity sha512-G7wPaRsxY+Mr6GTVSHIqrpHoJNM5YHX6V/X03mPo9RmsuVZU6ZA2O+jVJty6mOyGME24WR30E55L0IQsxxO/vg==
4170+
solid-js@^1.7.3:
4171+
version "1.7.3"
4172+
resolved "https://registry.yarnpkg.com/solid-js/-/solid-js-1.7.3.tgz#3e2e2ce7f2415336f5c96668f9524ad51f6a718b"
4173+
integrity sha512-4hwaF/zV/xbNeBBIYDyu3dcReOZBECbO//mrra6GqOrKy4Soyo+fnKjpZSa0nODm6j1aL0iQRh/7ofYowH+jzw==
41744174
dependencies:
41754175
csstype "^3.1.0"
41764176
seroval "^0.5.0"

0 commit comments

Comments
 (0)