Skip to content

Commit f4dbca8

Browse files
Update Yarn to v4.9.0
1 parent 65f17ac commit f4dbca8

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

typescript/{{cookiecutter.project_class_name}}/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "{{cookiecutter.project_endpoint}}",
33
"version": "1.0.0",
44
"description": "{{cookiecutter.project_description}}",
5-
"packageManager": "yarn@4.5.2",
5+
"packageManager": "yarn@4.9.0",
66
"main": "dist/functions/*.js",
77
"scripts": {
88
"build": "rm -rf dist && tsc && tsc-alias",

typescript/{{cookiecutter.project_class_name}}/yarn.lock

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2851,27 +2851,6 @@ __metadata:
28512851
languageName: node
28522852
linkType: hard
28532853

2854-
"kitties@workspace:.":
2855-
version: 0.0.0-use.local
2856-
resolution: "kitties@workspace:."
2857-
dependencies:
2858-
"@azure/cosmos": "npm:^4.2.0"
2859-
"@azure/functions": "npm:^4.6.0"
2860-
"@types/jest": "npm:^29.5.14"
2861-
"@types/node": "npm:^22.9.1"
2862-
azure-functions-core-tools: "npm:^4.x"
2863-
dotenv: "npm:^16.4.5"
2864-
inversify: "npm:^6.1.4"
2865-
jest: "npm:^29.7.0"
2866-
reflect-metadata: "npm:^0.2.2"
2867-
ts-jest: "npm:^29.2.5"
2868-
tsc-alias: "npm:^1.8.10"
2869-
typescript: "npm:^5.7.2"
2870-
uuid: "npm:^11.0.3"
2871-
zod: "npm:^3.23.8"
2872-
languageName: unknown
2873-
linkType: soft
2874-
28752854
"kleur@npm:^3.0.3":
28762855
version: 3.0.3
28772856
resolution: "kleur@npm:3.0.3"
@@ -4188,3 +4167,24 @@ __metadata:
41884167
checksum: 10c0/8f14c87d6b1b53c944c25ce7a28616896319d95bc46a9660fe441adc0ed0a81253b02b5abdaeffedbeb23bdd25a0bf1c29d2c12dd919aef6447652dd295e3e69
41894168
languageName: node
41904169
linkType: hard
4170+
4171+
"{{cookiecutter.project_endpoint}}@workspace:.":
4172+
version: 0.0.0-use.local
4173+
resolution: "{{cookiecutter.project_endpoint}}@workspace:."
4174+
dependencies:
4175+
"@azure/cosmos": "npm:^4.2.0"
4176+
"@azure/functions": "npm:^4.6.0"
4177+
"@types/jest": "npm:^29.5.14"
4178+
"@types/node": "npm:^22.9.1"
4179+
azure-functions-core-tools: "npm:^4.x"
4180+
dotenv: "npm:^16.4.5"
4181+
inversify: "npm:^6.1.4"
4182+
jest: "npm:^29.7.0"
4183+
reflect-metadata: "npm:^0.2.2"
4184+
ts-jest: "npm:^29.2.5"
4185+
tsc-alias: "npm:^1.8.10"
4186+
typescript: "npm:^5.7.2"
4187+
uuid: "npm:^11.0.3"
4188+
zod: "npm:^3.23.8"
4189+
languageName: unknown
4190+
linkType: soft

0 commit comments

Comments
 (0)