Skip to content

Commit

Permalink
feat(update): minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcrea committed Mar 2, 2024
1 parent a559d6a commit e4ceeef
Show file tree
Hide file tree
Showing 16 changed files with 4,169 additions and 3,884 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,20 @@
},
"keywords": [],
"devDependencies": {
"@mgcrea/eslint-config-node": "^0.9.5",
"@mgcrea/eslint-config-node": "^0.10.0",
"@tsconfig/node-lts": "^20.1.1",
"@tsconfig/strictest": "^2.0.2",
"@tsconfig/strictest": "^2.0.3",
"@types/minimist": "^1.2.5",
"@types/node": "^20.11.1",
"@types/node": "^20.11.24",
"@types/prompts": "^2.4.9",
"eslint": "^8.56.0",
"prettier": "^3.2.2",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"release-it": "^17.0.1",
"release-it": "^17.1.1",
"rimraf": "^5.0.5",
"shebang-trim": "^1.2.0",
"tsup": "^8.0.1",
"tsx": "^4.7.0",
"tsup": "^8.0.2",
"tsx": "^4.7.1",
"typescript": "^5.3.3"
},
"dependencies": {
Expand Down
12 changes: 6 additions & 6 deletions templates/template-astro-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"test": "npm run typecheck && npm run lint && npm run prettycheck"
},
"dependencies": {
"astro": "^4.1.2"
"astro": "^4.4.9"
},
"devDependencies": {
"@astrojs/check": "^0.4.1",
"@mgcrea/eslint-config-astro": "^0.9.5",
"eslint": "^8.56.0",
"prettier-plugin-astro": "^0.12.3",
"@astrojs/check": "^0.5.6",
"@mgcrea/eslint-config-astro": "^0.10.0",
"eslint": "^8.57.0",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier": "^3.2.2",
"prettier": "^3.2.5",
"sharp": "^0.33.2",
"typescript": "^5.3.3"
}
Expand Down
24 changes: 12 additions & 12 deletions templates/template-fastify-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,24 +31,24 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@fastify/cors": "^8.5.0",
"@fastify/cors": "^9.0.1",
"@mgcrea/fastify-graceful-exit": "^1.1.1",
"@mgcrea/fastify-request-logger": "^1.4.0",
"@mgcrea/fastify-request-logger": "^1.5.0",
"@mgcrea/pino-pretty-compact": "^1.3.0",
"fastify": "^4.25.2"
"fastify": "^4.26.1"
},
"devDependencies": {
"@mgcrea/eslint-config-node": "^0.9.5",
"@mgcrea/eslint-config-node": "^0.10.0",
"@tsconfig/node-lts": "^20.1.1",
"@tsconfig/strictest": "^2.0.2",
"@types/node": "^20.11.1",
"eslint": "^8.56.0",
"prettier": "^3.2.2",
"@tsconfig/strictest": "^2.0.3",
"@types/node": "^20.11.24",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"tsup": "^8.0.1",
"tsx": "^4.7.0",
"tsup": "^8.0.2",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"vite-tsconfig-paths": "^4.2.3",
"vitest": "^1.2.0"
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.3.1"
}
}

0 comments on commit e4ceeef

Please sign in to comment.