Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 4, 2024
1 parent 11796b8 commit 280f459
Show file tree
Hide file tree
Showing 3 changed files with 327 additions and 255 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "starter-ts",
"type": "module",
"version": "0.0.0",
"packageManager": "[email protected].2",
"packageManager": "[email protected].4",
"description": "",
"author": "NamesMT <[email protected]>",
"license": "MIT",
Expand All @@ -29,7 +29,7 @@
"dist"
],
"engines": {
"node": ">=20.13.1"
"node": ">=20.14.0"
},
"scripts": {
"start": "NODE_ENV=dev tsx src/index.ts",
Expand All @@ -52,14 +52,14 @@
"std-env": "^3.7.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.18.1",
"@types/node": "^20.12.12",
"@unocss/eslint-plugin": "^0.60.3",
"@antfu/eslint-config": "^2.20.0",
"@types/node": "^20.14.1",
"@unocss/eslint-plugin": "^0.60.4",
"@vitest/coverage-v8": "^1.6.0",
"eslint": "^9.3.0",
"lint-staged": "^15.2.4",
"eslint": "^9.4.0",
"lint-staged": "^15.2.5",
"simple-git-hooks": "^2.11.1",
"tsx": "^4.11.0",
"tsx": "^4.11.2",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vitest": "^1.6.0"
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"dev": "nodemon -w '../src/**/*.ts' -w 'main.ts' -e .ts -x vite"
},
"devDependencies": {
"nodemon": "^3.1.0",
"nodemon": "^3.1.3",
"starter-ts": "workspace:^",
"vite": "^5.2.11",
"vite": "^5.2.12",
"vite-plugin-inspect": "^0.8.4"
}
}
Loading

0 comments on commit 280f459

Please sign in to comment.