diff --git a/package.json b/package.json index 5d06e4a..55df162 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "name": "template-api", "description": "The template repository for USThing backend services, powered by Fastify.", "version": "0.1.0", + "private": true, "main": "app.ts", "directories": { "test": "test" @@ -36,7 +37,7 @@ "@scalar/fastify-api-reference": "^1.40.0", "@sinclair/typebox": "^0.34.41", "fastify": "^5.6.2", - "fastify-cli": "7.4.1", + "fastify-cli": "^7.4.1", "fastify-plugin": "^5.1.0", "jsonwebtoken": "^9.0.2", "jwks-rsa": "^3.2.0", @@ -56,7 +57,7 @@ "fastify-tsconfig": "^3.0.0", "globals": "^16.5.0", "husky": "^9.1.7", - "prettier": "3.7.4", + "prettier": "^3.7.4", "prettier-plugin-jsdoc": "^1.7.0", "typescript": "^5.9.3", "typescript-eslint": "^8.48.1" diff --git a/yarn.lock b/yarn.lock index 250fbf5..1aa7b45 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2054,7 +2054,7 @@ __metadata: languageName: node linkType: hard -"fastify-cli@npm:7.4.1": +"fastify-cli@npm:^7.4.1": version: 7.4.1 resolution: "fastify-cli@npm:7.4.1" dependencies: @@ -3780,12 +3780,12 @@ __metadata: languageName: node linkType: hard -"prettier@npm:3.7.4": - version: 3.7.4 - resolution: "prettier@npm:3.7.4" +"prettier@npm:^3.7.4": + version: 3.8.0 + resolution: "prettier@npm:3.8.0" bin: prettier: bin/prettier.cjs - checksum: 10c0/9675d2cd08eacb1faf1d1a2dbfe24bfab6a912b059fc9defdb380a408893d88213e794a40a2700bd29b140eb3172e0b07c852853f6e22f16f3374659a1a13389 + checksum: 10c0/8926e9c9941a293b76c2d799089d038e9f6d84fb37702fc370bedd03b3c70d7fcf507e2e3c4f151f222d81820a3b74cac5e692c955cfafe34dd0d02616ce8327 languageName: node linkType: hard @@ -4184,7 +4184,7 @@ __metadata: eslint-config-prettier: "npm:^10.1.8" eslint-plugin-prettier: "npm:^5.5.4" fastify: "npm:^5.6.2" - fastify-cli: "npm:7.4.1" + fastify-cli: "npm:^7.4.1" fastify-plugin: "npm:^5.1.0" fastify-tsconfig: "npm:^3.0.0" globals: "npm:^16.5.0" @@ -4192,7 +4192,7 @@ __metadata: jsonwebtoken: "npm:^9.0.2" jwks-rsa: "npm:^3.2.0" openid-client: "npm:^6.8.1" - prettier: "npm:3.7.4" + prettier: "npm:^3.7.4" prettier-plugin-jsdoc: "npm:^1.7.0" typescript: "npm:^5.9.3" typescript-eslint: "npm:^8.48.1"