Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
juanrgm committed Sep 17, 2024
1 parent db37e9a commit 0272aa9
Show file tree
Hide file tree
Showing 9 changed files with 432 additions and 735 deletions.
8 changes: 8 additions & 0 deletions .changeset/chatty-eyes-begin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"create-suid": patch
"@suid/vite-plugin": patch
"@suid/codemod": patch
"@suid/site": patch
---

Update dependencies
7 changes: 1 addition & 6 deletions .ncurc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@ const targets = {
patch: [
// https://github.com/jsdom/jsdom/issues/3562
"jsdom",
"p-limit",
],
minor: [
// CJS dropped
"commander",
"@types/node",
],
minor: ["@types/node"],
};

/** @type {import("npm-check-updates").RunOptions} */
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,27 +78,27 @@
"@types/node": "^20.16.5",
"@wspa/cli": "^0.6.0",
"@wspa/config": "^0.3.1",
"@yarnpkg/core": "4.1.2",
"@yarnpkg/core": "4.1.3",
"babel-preset-solid": "^1.8.22",
"eslint": "^9.10.0",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-solid": "^0.14.3",
"globals": "15.9.0",
"husky": "^9.1.5",
"husky": "^9.1.6",
"jsdom": "^22.0.0",
"npm-check-updates": "^17.1.1",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.2",
"prettier-plugin-sort-json": "^4.0.0",
"solid-js": "^1.8.22",
"solid-testing-library": "^0.5.0",
"tsx": "^4.19.0",
"solid-testing-library": "^0.5.1",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"typescript-eslint": "^8.5.0",
"vite": "^5.4.3",
"typescript-eslint": "^8.6.0",
"vite": "^5.4.6",
"vite-plugin-solid": "^2.10.2",
"vitest": "^2.0.5"
"vitest": "^2.1.1"
},
"info": "SUID is all a set of utils and components ported from MUI Core and much more.",
"x-wspa": {
Expand Down
2 changes: 1 addition & 1 deletion packages/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@types/micromatch": "^4.0.9",
"commander": "^9.5.0",
"commander": "^12.1.0",
"fast-glob": "^3.3.2",
"micromatch": "^4.0.8",
"prettier": "^3.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-suid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"chalk": "^5.3.0",
"inquirer": "^10.2.2"
"inquirer": "^11.0.1"
},
"devDependencies": {
"@types/inquirer": "^9.0.7"
Expand Down
4 changes: 2 additions & 2 deletions packages/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.14.3",
"@solidjs/router": "^0.14.5",
"@stackblitz/sdk": "^1.11.0",
"@suid/base": "workspace:*",
"@suid/codemod": "workspace:*",
Expand All @@ -33,7 +33,7 @@
"@types/semver": "^7.5.8",
"fast-glob": "^3.3.2",
"sass": "^1.78.0",
"vite": "^5.4.3",
"vite": "^5.4.6",
"vite-plugin-solid": "^2.10.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"esbuild": "^0.23.1",
"vite": "^5.3.3"
"vite": "^5.4.6"
},
"peerDependencies": {
"vite": "^5.0.0"
Expand Down
Loading

0 comments on commit 0272aa9

Please sign in to comment.