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 19, 2024
1 parent 4abff38 commit 3177419
Show file tree
Hide file tree
Showing 6 changed files with 671 additions and 686 deletions.
7 changes: 7 additions & 0 deletions .changeset/three-rules-dress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"create-suid": patch
"@suid/vite-plugin": patch
"@suid/site": patch
---

Update dependencies
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@
"watch": "tsc --build tsconfig.build.json -w"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/core": "^7.24.1",
"@babel/preset-env": "^7.24.1",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "~18.17.19",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@wspa/cli": "^0.6.0",
"@wspa/config": "^0.3.1",
"@yarnpkg/core": "4.0.3",
Expand All @@ -90,10 +90,10 @@
"eslint-plugin-solid": "^0.13.1",
"husky": "^9.0.11",
"jsdom": "^22.0.0",
"npm-check-updates": "^16.14.15",
"npm-check-updates": "^16.14.17",
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.12",
"prettier-plugin-sort-json": "^3.1.0",
"prettier-plugin-sort-json": "^4.0.0",
"solid-js": "^1.8.15",
"solid-testing-library": "^0.5.0",
"ts-node": "^10.9.2",
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": "^9.2.15"
"inquirer": "^9.2.16"
},
"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 @@ -20,7 +20,7 @@
"@suid/system": "workspace:*",
"@suid/types": "workspace:*",
"@suid/utils": "workspace:*",
"monaco-editor": "^0.46.0",
"monaco-editor": "^0.47.0",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"semver": "^7.6.0",
Expand All @@ -32,7 +32,7 @@
"@types/semver": "^7.5.8",
"fast-glob": "^3.3.2",
"rimraf": "^5.0.5",
"sass": "^1.71.1",
"sass": "^1.72.0",
"vite": "^4.4.9",
"vite-plugin-solid": "^2.7.0"
},
Expand Down
8 changes: 4 additions & 4 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.23.6",
"@babel/parser": "^7.24.0",
"@babel/traverse": "^7.24.0",
"@babel/generator": "^7.24.1",
"@babel/parser": "^7.24.1",
"@babel/traverse": "^7.24.1",
"@babel/types": "^7.24.0",
"@types/babel__generator": "^7.6.8",
"@types/babel__traverse": "^7.20.5"
},
"devDependencies": {
"esbuild": "^0.20.1",
"esbuild": "^0.20.2",
"vite": "^4.4.9"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 3177419

Please sign in to comment.