Skip to content
This repository has been archived by the owner on Dec 30, 2023. It is now read-only.

Commit

Permalink
chore(Renovate): ⬆️ Update tools
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 15, 2023
1 parent 642089c commit b4ac5c2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
},
"packageManager": "pnpm@8.5.1",
"optionalDependencies": {
"concurrently": "8.2.0",
"del-cli": "5.0.0",
"concurrently": "8.2.2",
"del-cli": "5.1.0",
"husky": "8.0.3",
"lint-staged": "13.2.2",
"tsx": "3.12.7"
"tsx": "3.14.0"
},
"devDependencies": {
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.2",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.1",
"@scripts/generate": "workspace:*",
"@terminal-nerds/browserslist-config": "0.3.0",
"@terminal-nerds/eslint-config": "0.24.0",
Expand All @@ -42,7 +42,7 @@
"pretty-quick": "3.1.3",
"syncpack": "9.8.6",
"tsup": "6.7.0",
"turbo": "1.10.8",
"turbo": "1.11.2",
"typescript": "5.0.4",
"vitest": "0.31.1"
},
Expand Down
10 changes: 5 additions & 5 deletions scripts/generate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
},
"dependencies": {
"@terminal-nerds/snippets-string": "workspace:*",
"inquirer": "9.2.8",
"inquirer-autocomplete-prompt": "3.0.0",
"inquirer": "9.2.12",
"inquirer-autocomplete-prompt": "3.0.1",
"minimist": "1.2.8",
"node-plop": "0.31.1",
"plop": "3.1.2",
"which": "3.0.1",
"zod": "3.21.4"
},
"devDependencies": {
"@types/inquirer": "9.0.3",
"@types/inquirer-autocomplete-prompt": "3.0.0",
"@types/inquirer": "9.0.7",
"@types/inquirer-autocomplete-prompt": "3.0.3",
"@types/minimist": "1.2.2",
"@types/which": "3.0.0"
"@types/which": "3.0.3"
},
"scripts": {
"clean": "concurrently \"pnpm:clean:*\" --group --timings",
Expand Down

0 comments on commit b4ac5c2

Please sign in to comment.