Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
juanrgm committed Mar 5, 2024
1 parent 0bca8c6 commit 60b2fcc
Show file tree
Hide file tree
Showing 12 changed files with 1,469 additions and 1,360 deletions.
11 changes: 11 additions & 0 deletions .changeset/five-crabs-attend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"create-suid": patch
"@suid/vite-plugin": patch
"@suid/material": patch
"@suid/codemod": patch
"@suid/system": patch
"@suid/base": patch
"@suid/site": patch
---

Update dependencies
4 changes: 2 additions & 2 deletions .ncurc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ const targets = {
patch: [
// https://github.com/jsdom/jsdom/issues/3562
"jsdom",
// NodeJS v18 - https://github.com/vitejs/vite/issues/15714#issuecomment-1949236530
"@types/node",
],
minor: [
// pending (breaking changes)
Expand All @@ -13,8 +15,6 @@ const targets = {
"ts-morph",
// CJS dropped
"commander",
// NodeJS v18
"@types/node",
],
};

Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,35 +69,35 @@
"watch": "tsc --build tsconfig.build.json -w"
},
"devDependencies": {
"@babel/core": "^7.22.20",
"@babel/preset-env": "^7.22.20",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/node": "^18.17.19",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@types/node": "~18.17.19",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@wspa/cli": "^0.6.0",
"@wspa/config": "^0.3.1",
"@yarnpkg/core": "4.0.0-rc.51",
"@yarnpkg/core": "4.0.3",
"babel-preset-solid": "^1.8.15",
"eslint": "^8.50.0",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.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.0",
"husky": "^8.0.3",
"eslint-plugin-solid": "^0.13.1",
"husky": "^9.0.11",
"jsdom": "^22.0.0",
"npm-check-updates": "^16.14.4",
"npm-check-updates": "^16.14.15",
"prettier": "^3.0.3",
"prettier-plugin-packagejson": "^2.4.5",
"prettier-plugin-sort-json": "^3.1.0",
"solid-js": "^1.8.15",
"solid-testing-library": "^0.5.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vite": "^4.4.9",
"vite-plugin-solid": "^2.7.0",
"vitest": "^0.33.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 @@ -22,7 +22,7 @@
"@suid/system": "workspace:*",
"@suid/types": "workspace:*",
"@suid/utils": "workspace:*",
"clsx": "^2.0.0"
"clsx": "^2.1.0"
},
"peerDependencies": {
"solid-js": "^1.8.15"
Expand Down
6 changes: 3 additions & 3 deletions packages/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"watch": "tsc --build -w tsconfig.build.json"
},
"dependencies": {
"@types/micromatch": "^4.0.2",
"@types/micromatch": "^4.0.6",
"commander": "^9.5.0",
"fast-glob": "^3.3.1",
"fast-glob": "^3.3.2",
"micromatch": "^4.0.5",
"prettier": "^3.0.3",
"ts-morph": "^17.0.1"
},
"devDependencies": {
"typescript": "^5.2.2"
"typescript": "^5.3.3"
},
"publishConfig": {
"directory": "lib"
Expand Down
4 changes: 2 additions & 2 deletions packages/create-suid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
},
"dependencies": {
"chalk": "^5.3.0",
"inquirer": "^9.2.11"
"inquirer": "^9.2.15"
},
"devDependencies": {
"@types/inquirer": "^9.0.3"
"@types/inquirer": "^9.0.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 @@ -24,7 +24,7 @@
"@suid/system": "workspace:*",
"@suid/types": "workspace:*",
"@suid/utils": "workspace:*",
"clsx": "^2.0.0"
"clsx": "^2.1.0"
},
"peerDependencies": {
"solid-js": "^1.8.15"
Expand Down
18 changes: 9 additions & 9 deletions packages/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,23 @@
"@suid/system": "workspace:*",
"@suid/types": "workspace:*",
"@suid/utils": "workspace:*",
"monaco-editor": "^0.43.0",
"monaco-editor": "^0.46.0",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"semver": "^7.5.4",
"semver": "^7.6.0",
"solid-js": "^1.8.15",
"solid-start": "^0.3.6"
},
"devDependencies": {
"@suid/vite-plugin": "workspace:*",
"@types/prismjs": "^1.26.1",
"@types/semver": "^7.5.2",
"esbuild": "^0.19.3",
"fast-glob": "^3.3.1",
"rimraf": "^5.0.1",
"sass": "^1.68.0",
"@types/prismjs": "^1.26.3",
"@types/semver": "^7.5.8",
"esbuild": "^0.20.1",
"fast-glob": "^3.3.2",
"rimraf": "^5.0.5",
"sass": "^1.71.1",
"solid-start-node": "^0.3.6",
"undici": "^5.25.2",
"undici": "^6.7.0",
"vite": "^4.4.9",
"vite-plugin-solid": "^2.7.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@suid/styled-engine": "workspace:*",
"@suid/types": "workspace:*",
"@suid/utils": "workspace:*",
"clsx": "^2.0.0",
"csstype": "^3.1.2"
"clsx": "^2.1.0",
"csstype": "^3.1.3"
},
"peerDependencies": {
"solid-js": "^1.8.15"
Expand Down
14 changes: 7 additions & 7 deletions packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"build:types": "tsc -p tsconfig.build.json --emitDeclarationOnly --declarationMap false --outdir dist --declaration"
},
"dependencies": {
"@babel/generator": "^7.22.15",
"@babel/parser": "^7.22.16",
"@babel/traverse": "^7.22.20",
"@babel/types": "^7.22.19",
"@types/babel__generator": "^7.6.5",
"@types/babel__traverse": "^7.20.2"
"@babel/generator": "^7.23.6",
"@babel/parser": "^7.24.0",
"@babel/traverse": "^7.24.0",
"@babel/types": "^7.24.0",
"@types/babel__generator": "^7.6.8",
"@types/babel__traverse": "^7.20.5"
},
"devDependencies": {
"esbuild": "^0.19.3",
"esbuild": "^0.20.1",
"vite": "^4.4.9"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 60b2fcc

Please sign in to comment.