Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
juanrgm committed Mar 31, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 195bb85 commit 0296074
Showing 10 changed files with 1,443 additions and 1,547 deletions.
9 changes: 9 additions & 0 deletions .changeset/lemon-moose-chew.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"create-suid": patch
"@suid/vite-plugin": patch
"@suid/codemod": patch
"@suid/base": patch
"@suid/site": patch
---

Update dependencies
7 changes: 2 additions & 5 deletions .ncurc.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
module.exports = {
packageFile: [
"./package.json",
"./scripts/package.json",
"./packages/*/package.json",
],
workspaces: true,
root: true,
dep: "dev,optional,prod,bundle",
};
44 changes: 24 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -35,6 +35,10 @@
"url": "https://github.com/juanrgm"
}
],
"workspaces": [
"scripts",
"packages/*"
],
"scripts": {
"build": "pnpm scripts prebuild && pnpm build:ts && pnpm build:vite-plugin && pnpm build:site",
"build:site": "pnpm --filter @suid/site build && wspa compose -p @suid/site",
@@ -56,42 +60,42 @@
"start": "pnpm --filter @suid/site start",
"test": "vitest run",
"test:types": "vitest typecheck --run",
"update:deps": "pnpm update -r -i --latest",
"update:deps": "ncu",
"watch": "tsc --build tsconfig.build.json -w"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.0",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"@changesets/cli": "^2.26.1",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"@wspa/cli": "^0.6.0",
"@wspa/config": "^0.3.1",
"@yarnpkg/core": "4.0.0-rc.34",
"@yarnpkg/core": "4.0.0-rc.42",
"babel-preset-solid": "^1.7.0",
"eslint": "^8.31.0",
"eslint": "^8.37.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-solid": "^0.9.1",
"eslint-plugin-solid": "^0.12.0",
"husky": "^8.0.3",
"jsdom": "^20.0.3",
"npm-check-updates": "^16.6.2",
"prettier": "^2.8.1",
"prettier-plugin-packagejson": "^2.3.0",
"jsdom": "^21.1.1",
"npm-check-updates": "^16.9.0",
"prettier": "^2.8.7",
"prettier-plugin-packagejson": "^2.4.3",
"prettier-plugin-sort-json": "^1.0.0",
"solid-js": "^1.7.0",
"solid-testing-library": "^0.5.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.3",
"vite": "^4.0.4",
"vite-plugin-solid": "^2.5.0",
"vitest": "^0.26.3"
"vite": "^4.2.1",
"vite-plugin-solid": "^2.6.1",
"vitest": "^0.29.8"
},
"info": "SUID is all a set of utils and components ported from MUI Core and much more.",
"pnpm": {
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@
"watch": "tsc --build -w tsconfig.build.json"
},
"dependencies": {
"@popperjs/core": "^2.11.6",
"@popperjs/core": "^2.11.7",
"@suid/css": "workspace:*",
"@suid/system": "workspace:*",
"@suid/types": "workspace:*",
4 changes: 2 additions & 2 deletions packages/codemod/package.json
Original file line number Diff line number Diff line change
@@ -20,10 +20,10 @@
},
"dependencies": {
"@types/micromatch": "^4.0.2",
"commander": "^9.4.1",
"commander": "^9.5.0",
"fast-glob": "^3.2.12",
"micromatch": "^4.0.5",
"prettier": "^2.8.1",
"prettier": "^2.8.7",
"ts-morph": "^17.0.1"
},
"devDependencies": {
2 changes: 1 addition & 1 deletion packages/create-suid/package.json
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
},
"dependencies": {
"chalk": "^5.2.0",
"inquirer": "^9.1.4"
"inquirer": "^9.1.5"
},
"devDependencies": {
"@types/inquirer": "^9.0.3"
18 changes: 9 additions & 9 deletions packages/site/package.json
Original file line number Diff line number Diff line change
@@ -12,32 +12,32 @@
"dependencies": {
"@solidjs/meta": "^0.28.2",
"@solidjs/router": "^0.8.2",
"@stackblitz/sdk": "^1.8.1",
"@stackblitz/sdk": "^1.8.2",
"@suid/base": "workspace:*",
"@suid/codemod": "workspace:*",
"@suid/icons-material": "workspace:*",
"@suid/material": "workspace:*",
"@suid/system": "workspace:*",
"@suid/types": "workspace:*",
"@suid/utils": "workspace:*",
"monaco-editor": "^0.34.1",
"monaco-editor": "^0.36.1",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"semver": "^7.3.8",
"solid-js": "^1.7.0",
"solid-start": "^0.2.23"
"solid-start": "^0.2.24"
},
"devDependencies": {
"@suid/vite-plugin": "workspace:*",
"@types/prismjs": "^1.26.0",
"@types/semver": "^7.3.13",
"esbuild": "^0.16.17",
"esbuild": "^0.17.14",
"fast-glob": "^3.2.12",
"rimraf": "^3.0.2",
"sass": "^1.57.1",
"solid-start-node": "^0.2.23",
"undici": "^5.14.0",
"vite": "^4.0.4",
"rimraf": "^4.4.1",
"sass": "^1.60.0",
"solid-start-node": "^0.2.24",
"undici": "^5.21.0",
"vite": "^4.2.1",
"vite-plugin-solid": "^2.6.1"
},
"publishConfig": {
12 changes: 6 additions & 6 deletions packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
@@ -23,16 +23,16 @@
"build:types": "tsc -p tsconfig.build.json --emitDeclarationOnly --declarationMap false --outdir dist --declaration"
},
"dependencies": {
"@babel/generator": "^7.20.7",
"@babel/parser": "^7.20.7",
"@babel/traverse": "^7.20.12",
"@babel/types": "^7.20.7",
"@babel/generator": "^7.21.4",
"@babel/parser": "^7.21.4",
"@babel/traverse": "^7.21.4",
"@babel/types": "^7.21.4",
"@types/babel__generator": "^7.6.4",
"@types/babel__traverse": "^7.18.3"
},
"devDependencies": {
"esbuild": "^0.16.14",
"vite": "^4.0.4"
"esbuild": "^0.17.14",
"vite": "^4.2.1"
},
"peerDependencies": {
"vite": "^4.0.0"
2,884 changes: 1,385 additions & 1,499 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions scripts/package.json
Original file line number Diff line number Diff line change
@@ -4,16 +4,16 @@
"private": true,
"type": "module",
"dependencies": {
"commander": "^9.4.1",
"commander": "^9.5.0",
"p-limit": "^4.0.0"
},
"devDependencies": {
"@tsconfig/node18": "^1.0.1",
"@types/node": "^18.11.18",
"@types/node": "^18.15.11",
"@types/prettier": "^2.7.2",
"json5": "^2.2.3",
"node-html-parser": "^6.1.4",
"prettier": "^2.8.1",
"node-html-parser": "^6.1.5",
"prettier": "^2.8.7",
"typescript": "^5.0.3"
}
}

0 comments on commit 0296074

Please sign in to comment.