Skip to content

Commit

Permalink
chore: update to SolidJS 1.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
juanrgm committed Jun 28, 2023
1 parent d9ed0a6 commit 9050ef6
Show file tree
Hide file tree
Showing 11 changed files with 71 additions and 55 deletions.
12 changes: 12 additions & 0 deletions .changeset/chilled-lamps-refuse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
"@suid/icons-material": patch
"@suid/styled-engine": patch
"@suid/material": patch
"@suid/system": patch
"@suid/types": patch
"@suid/utils": patch
"@suid/base": patch
"@suid/site": patch
---

Update to SolidJS 1.7.7
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"prettier": "^2.8.8",
"prettier-plugin-packagejson": "^2.4.3",
"prettier-plugin-sort-json": "^1.0.0",
"solid-js": "^1.7.5",
"solid-js": "^1.7.7",
"solid-testing-library": "^0.5.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"clsx": "^1.2.1"
},
"peerDependencies": {
"solid-js": "^1.7.5"
"solid-js": "^1.7.7"
},
"publishConfig": {
"directory": "lib"
Expand Down
2 changes: 1 addition & 1 deletion packages/icons-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@suid/material": "workspace:*"
},
"peerDependencies": {
"solid-js": "^1.7.5"
"solid-js": "^1.7.7"
},
"publishConfig": {
"directory": "lib"
Expand Down
2 changes: 1 addition & 1 deletion packages/material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"clsx": "^1.2.1"
},
"peerDependencies": {
"solid-js": "^1.7.5"
"solid-js": "^1.7.7"
},
"publishConfig": {
"directory": "lib"
Expand Down
2 changes: 1 addition & 1 deletion packages/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"semver": "^7.5.0",
"solid-js": "^1.7.5",
"solid-js": "^1.7.7",
"solid-start": "^0.2.26"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/styled-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@suid/utils": "workspace:*"
},
"peerDependencies": {
"solid-js": "^1.7.5"
"solid-js": "^1.7.7"
},
"publishConfig": {
"directory": "lib"
Expand Down
2 changes: 1 addition & 1 deletion packages/system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"csstype": "^3.1.2"
},
"peerDependencies": {
"solid-js": "^1.7.5"
"solid-js": "^1.7.7"
},
"publishConfig": {
"directory": "lib"
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"watch": "tsc --build -w tsconfig.build.json"
},
"peerDependencies": {
"solid-js": "^1.7.5"
"solid-js": "^1.7.7"
},
"publishConfig": {
"directory": "lib"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@suid/types": "workspace:*"
},
"peerDependencies": {
"solid-js": "^1.7.5"
"solid-js": "^1.7.7"
},
"publishConfig": {
"directory": "lib"
Expand Down
96 changes: 50 additions & 46 deletions pnpm-lock.yaml

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

0 comments on commit 9050ef6

Please sign in to comment.