Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
juanrgm committed Mar 21, 2024
1 parent 4200a95 commit 1f3ecec
Show file tree
Hide file tree
Showing 13 changed files with 470 additions and 446 deletions.
13 changes: 13 additions & 0 deletions .changeset/wild-onions-drum.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
"@suid/icons-material": patch
"@suid/styled-engine": patch
"@suid/material": patch
"@suid/codemod": patch
"@suid/system": patch
"@suid/types": patch
"@suid/utils": patch
"@suid/base": patch
"@suid/site": patch
---

Update dependencies
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
"watch": "tsc --build tsconfig.build.json -w"
},
"devDependencies": {
"@babel/core": "^7.24.1",
"@babel/preset-env": "^7.24.1",
"@babel/core": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
Expand All @@ -80,25 +80,25 @@
"@wspa/cli": "^0.6.0",
"@wspa/config": "^0.3.1",
"@yarnpkg/core": "4.0.3",
"babel-preset-solid": "^1.8.15",
"babel-preset-solid": "^1.8.16",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-solid": "^0.13.1",
"eslint-plugin-solid": "^0.13.2",
"husky": "^9.0.11",
"jsdom": "^22.0.0",
"npm-check-updates": "^16.14.17",
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.12",
"prettier-plugin-sort-json": "^4.0.0",
"solid-js": "^1.8.15",
"solid-js": "^1.8.16",
"solid-testing-library": "^0.5.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"typescript": "^5.4.3",
"vite": "^5.2.2",
"vite-plugin-solid": "^2.10.2",
"vitest": "^1.4.0"
},
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": "^2.1.0"
},
"peerDependencies": {
"solid-js": "^1.8.15"
"solid-js": "^1.8.16"
},
"publishConfig": {
"directory": "lib"
Expand Down
2 changes: 1 addition & 1 deletion packages/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"ts-morph": "^22.0.0"
},
"devDependencies": {
"typescript": "^5.4.2"
"typescript": "^5.4.3"
},
"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.8.15"
"solid-js": "^1.8.16"
},
"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": "^2.1.0"
},
"peerDependencies": {
"solid-js": "^1.8.15"
"solid-js": "^1.8.16"
},
"publishConfig": {
"directory": "lib"
Expand Down
4 changes: 2 additions & 2 deletions packages/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"semver": "^7.6.0",
"solid-js": "^1.8.15"
"solid-js": "^1.8.16"
},
"devDependencies": {
"@suid/vite-plugin": "workspace:*",
Expand All @@ -34,7 +34,7 @@
"fast-glob": "^3.3.2",
"rimraf": "^5.0.5",
"sass": "^1.72.0",
"vite": "^5.1.6",
"vite": "^5.2.2",
"vite-plugin-solid": "^2.10.2"
},
"publishConfig": {
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.8.15"
"solid-js": "^1.8.16"
},
"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.3"
},
"peerDependencies": {
"solid-js": "^1.8.15"
"solid-js": "^1.8.16"
},
"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.8.15"
"solid-js": "^1.8.16"
},
"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.8.15"
"solid-js": "^1.8.16"
},
"publishConfig": {
"directory": "lib"
Expand Down
Loading

0 comments on commit 1f3ecec

Please sign in to comment.