Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 27, 2025
1 parent a4f4f1d commit 2765fa1
Show file tree
Hide file tree
Showing 10 changed files with 1,858 additions and 1,845 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@leo-h/create-nodejs-app",
"version": "0.0.0-semantic-release",
"packageManager": "[email protected].0",
"packageManager": "[email protected].6",
"author": "Leonardo Henrique <[email protected]>",
"description": "Create a modern Node.js app with TypeScript using one command.",
"license": "MIT",
Expand Down Expand Up @@ -44,26 +44,26 @@
"picocolors": "1.1.1",
"prompts": "2.4.2",
"validate-npm-package-name": "5.0.1",
"zod": "3.24.1"
"zod": "3.24.2"
},
"devDependencies": {
"@eslint/js": "9.17.0",
"@faker-js/faker": "9.3.0",
"@types/node": "22.10.2",
"@eslint/js": "9.21.0",
"@faker-js/faker": "9.5.0",
"@types/node": "22.13.5",
"@types/prompts": "2.4.9",
"@types/validate-npm-package-name": "4.0.2",
"@vitest/eslint-plugin": "1.1.18",
"@vitest/eslint-plugin": "1.1.36",
"conventional-changelog-conventionalcommits": "8.0.0",
"eslint": "9.17.0",
"eslint": "9.21.0",
"eslint-config-prettier": "9.1.0",
"globals": "15.14.0",
"globals": "15.15.0",
"husky": "9.1.7",
"lint-staged": "15.2.11",
"prettier": "3.4.2",
"lint-staged": "15.4.3",
"prettier": "3.5.2",
"rimraf": "6.0.1",
"tsx": "4.19.2",
"typescript": "5.7.2",
"typescript-eslint": "8.18.1",
"tsx": "4.19.3",
"typescript": "5.7.3",
"typescript-eslint": "8.25.0",
"unbuild": "2.0.0",
"vite-tsconfig-paths": "4.3.2",
"vitest": "1.6.1"
Expand Down
Loading

0 comments on commit 2765fa1

Please sign in to comment.