This commit is contained in:
maropboia 2024-05-03 11:38:41 +06:00
parent 43eda4b5f1
commit d9db74cb59

View file

@ -1,5 +1,5 @@
# pnpm-lock.yaml # pnpm-lock.yaml
#
# This is the lockfile generated by pnpm, a package manager for Node.js. It # This is the lockfile generated by pnpm, a package manager for Node.js. It
# records the exact versions of all packages that are installed in the current # records the exact versions of all packages that are installed in the current
# project, as well as their dependencies. This file is used to ensure that # project, as well as their dependencies. This file is used to ensure that
@ -13,12 +13,13 @@
# "typescript": # "typescript":
# version: "4.5.2" # version: "4.5.2"
# dependencies: # dependencies:
# ts-node: "10.4.0" # - "ts-node@10.4.0"
# tslib: "2.3.1" # - "tslib@2.3.1"
# #
# In this example, the "typescript" package is pinned to version "4.5.2", and # In this example, the "typescript" package is pinned to version "4.5.2", and
# it has two dependencies: "ts-node" version "10.4.0" and "tslib" version # it has two dependencies: "ts-node" version "10.4.0" and "tslib" version
# "2.3.1". # "2.3.1". The dependencies are represented as an array of strings, with
# each string in the format "package-name@version".
# #
# It's important to note that this file should be checked into version control # It's important to note that this file should be checked into version control
# alongside the rest of the project code, so that all collaborators are using # alongside the rest of the project code, so that all collaborators are using