Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchcorn committed Dec 22, 2023
1 parent 72517c8 commit 9c9cde2
Show file tree
Hide file tree
Showing 4 changed files with 908 additions and 663 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@
"node": ">=18"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.1",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"turbo": "^1.10.13",
"typescript": "^5.2.2"
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
"turbo": "^1.11.2",
"typescript": "^5.3.3"
},
"lint-staged": {
"*.js": "eslint --cache --fix"
Expand Down
16 changes: 8 additions & 8 deletions packages/node-plop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,25 @@
"node": ">=18"
},
"devDependencies": {
"@types/inquirer-autocomplete-prompt": "^3.0.0",
"@types/node": "^20.5.9",
"@types/inquirer-autocomplete-prompt": "^3.0.3",
"@types/node": "^20.10.5",
"dtslint": "^4.2.1",
"plop-pack-fancy-comments": "^0.2.1",
"typescript": "^5.2.2",
"vitest": "^0.34.3"
"typescript": "^5.3.3",
"vitest": "^0.34.6"
},
"dependencies": {
"@types/inquirer": "^9.0.3",
"@types/inquirer": "^9.0.7",
"change-case": "^4.1.2",
"del": "^7.1.0",
"globby": "^13.2.2",
"globby": "^14.0.0",
"handlebars": "^4.7.8",
"inquirer": "^9.2.10",
"inquirer": "^9.2.12",
"isbinaryfile": "^5.0.0",
"lodash.get": "^4.4.2",
"lower-case": "^2.0.2",
"mkdirp": "^3.0.1",
"resolve": "^1.22.4",
"resolve": "^1.22.8",
"title-case": "^3.0.3",
"upper-case": "^2.0.2"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/plop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@
"nyc": "^15.1.0",
"plop-pack-fancy-comments": "^0.2.1",
"queue-microtask": "^1.2.3",
"vitest": "^0.34.3"
"vitest": "^0.34.6"
},
"homepage": "https://plopjs.com",
"dependencies": {
"@types/liftoff": "^4.0.1",
"@types/liftoff": "^4.0.3",
"chalk": "^5.3.0",
"interpret": "^3.1.1",
"liftoff": "^4.0.0",
"minimist": "^1.2.8",
"node-plop": "^0.32.0",
"ora": "^7.0.1",
"ora": "^8.0.0",
"v8flags": "^4.0.1"
},
"engines": {
Expand Down
Loading

0 comments on commit 9c9cde2

Please sign in to comment.