Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
juanrgm committed Dec 5, 2023
1 parent bd30b52 commit 2bfa7de
Show file tree
Hide file tree
Showing 4 changed files with 875 additions and 519 deletions.
5 changes: 5 additions & 0 deletions .changeset/thin-pigs-pump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@datatruck/cli": patch
---

Update deps
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,25 @@
"clean": "tsc -b tsconfig.build.json --clean",
"format": "prettier -w .",
"format:check": "prettier -c .",
"start": "node packages/datatruck/lib",
"start": "node packages/datatruck/lib/bin.js",
"test": "vitest run",
"watch": "tsc -b tsconfig.build.json -w"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@tsconfig/node20": "^20.1.2",
"@types/node": "^20.6.2",
"npm-check-updates": "^16.14.4",
"prettier": "3.0.3",
"prettier-plugin-packagejson": "^2.4.5",
"@types/node": "^20.10.3",
"npm-check-updates": "^16.14.11",
"prettier": "3.1.0",
"prettier-plugin-packagejson": "^2.4.7",
"prettier-plugin-sort-json": "^3.1.0",
"rimraf": "^5.0.1",
"typescript": "^5.2.2",
"rimraf": "^5.0.5",
"typescript": "^5.3.2",
"typescript-json-schema": "^0.62.0",
"vite": "^4.4.9",
"vitest": "^0.34.4"
"vite": "^5.0.5",
"vitest": "^1.0.1"
},
"engine": {
"node": ">=20.0.0"
Expand Down
20 changes: 10 additions & 10 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,22 @@
"dependencies": {
"@supercharge/promise-pool": "^3.1.0",
"ajv": "^8.12.0",
"async": "^3.2.4",
"async": "^3.2.5",
"chalk": "^4.1.2",
"commander": "^11.0.0",
"croner": "^7.0.4",
"commander": "^11.1.0",
"croner": "^7.0.5",
"dayjs": "^1.11.10",
"fast-folder-size": "^2.2.0",
"fast-glob": "^3.3.1",
"listr2": "^7.0.1",
"fast-glob": "^3.3.2",
"listr2": "^8.0.0",
"micromatch": "^4.0.5",
"mysql2": "^3.6.1",
"tty-table": "^4.2.2",
"yaml": "^2.3.2"
"mysql2": "^3.6.5",
"tty-table": "^4.2.3",
"yaml": "^2.3.4"
},
"devDependencies": {
"@types/async": "^3.2.20",
"@types/micromatch": "^4.0.2"
"@types/async": "^3.2.24",
"@types/micromatch": "^4.0.6"
},
"optionalDependencies": {
"ts-node": "^10.9.1"
Expand Down
Loading

0 comments on commit 2bfa7de

Please sign in to comment.