Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
juanrgm committed Jan 6, 2023
1 parent c14f863 commit b52cbc9
Show file tree
Hide file tree
Showing 8 changed files with 1,170 additions and 1,145 deletions.
8 changes: 8 additions & 0 deletions .changeset/wicked-fireants-end.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
39 changes: 20 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,37 +59,38 @@
"watch": "tsc --build tsconfig.build.json -w"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@changesets/changelog-github": "^0.4.7",
"@changesets/cli": "^2.25.2",
"@trivago/prettier-plugin-sort-imports": "^3.4.0",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"@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",
"@wspa/cli": "^0.6.0",
"@wspa/config": "^0.3.1",
"@yarnpkg/core": "4.0.0-rc.29",
"@yarnpkg/core": "4.0.0-rc.34",
"babel-preset-solid": "^1.6.7",
"eslint": "^8.27.0",
"eslint": "^8.31.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.5.1",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-solid": "^0.8.0",
"husky": "^8.0.2",
"jsdom": "^20.0.2",
"npm-check-updates": "^16.4.1",
"prettier": "^2.7.1",
"eslint-plugin-solid": "^0.9.1",
"husky": "^8.0.3",
"jsdom": "^20.0.3",
"npm-check-updates": "^16.6.2",
"prettier": "^2.8.1",
"prettier-plugin-packagejson": "^2.3.0",
"prettier-plugin-sort-json": "^0.0.3",
"prettier-plugin-sort-json": "^1.0.0",
"solid-js": "^1.6.7",
"solid-testing-library": "^0.5.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.3",
"vite-plugin-solid": "^2.4.0",
"vitest": "^0.25.2"
"typescript": "^4.9.4",
"vite": "^4.0.4",
"vite-plugin-solid": "^2.5.0",
"vitest": "^0.26.3"
},
"info": "SUID is all a set of utils and components ported from MUI Core and much more.",
"pnpm": {
Expand Down
6 changes: 3 additions & 3 deletions packages/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"commander": "^9.4.1",
"fast-glob": "^3.2.12",
"micromatch": "^4.0.5",
"prettier": "^2.7.1",
"ts-morph": "^16.0.0"
"prettier": "^2.8.1",
"ts-morph": "^17.0.1"
},
"devDependencies": {
"typescript": "^4.9.3"
"typescript": "^4.9.4"
},
"publishConfig": {
"directory": "lib"
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 @@ -14,7 +14,7 @@
"watch": "tsc --build -w tsconfig.build.json"
},
"dependencies": {
"chalk": "^5.1.2",
"chalk": "^5.2.0",
"inquirer": "^9.1.4"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"@types/semver": "^7.3.13",
"fast-glob": "^3.2.12",
"rimraf": "^3.0.2",
"sass": "^1.56.1",
"vite": "^3.2.4",
"vite-plugin-solid": "2.4.0"
"sass": "^1.57.1",
"vite": "^4.0.4",
"vite-plugin-solid": "2.5.0"
},
"publishConfig": {
"directory": "dist"
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,16 +23,16 @@
"build:types": "tsc -p tsconfig.build.json --emitDeclarationOnly --declarationMap false --outdir dist --declaration"
},
"dependencies": {
"@babel/generator": "^7.20.4",
"@babel/parser": "^7.20.3",
"@babel/traverse": "^7.20.1",
"@babel/types": "^7.20.2",
"@babel/generator": "^7.20.7",
"@babel/parser": "^7.20.7",
"@babel/traverse": "^7.20.12",
"@babel/types": "^7.20.7",
"@types/babel__generator": "^7.6.4",
"@types/babel__traverse": "^7.18.2"
"@types/babel__traverse": "^7.18.3"
},
"devDependencies": {
"esbuild": "^0.15.14",
"vite": "^3.2.4"
"esbuild": "^0.16.14",
"vite": "^4.0.4"
},
"peerDependencies": {
"vite": "^3.0.0"

This comment has been minimized.

Copy link
@floinay

floinay Jan 7, 2023

peerDependencies has vite 3.0.0

Expand Down
Loading

0 comments on commit b52cbc9

Please sign in to comment.