Skip to content

Commit

Permalink
chore: update lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jan 10, 2023
1 parent 2982b43 commit 5a5512f
Show file tree
Hide file tree
Showing 5 changed files with 2,146 additions and 2,194 deletions.
2 changes: 1 addition & 1 deletion .meta-updater/package.json
Expand Up @@ -7,7 +7,7 @@
"compile": "tsc --build"
},
"dependencies": {
"@pnpm/lockfile-file": "6.0.2",
"@pnpm/lockfile-file": "7.0.2",
"@pnpm/types": "8.9.0",
"@types/normalize-path": "^3.0.0",
"is-subdir": "^1.2.0",
Expand Down
6 changes: 5 additions & 1 deletion .meta-updater/tsconfig.json
Expand Up @@ -9,5 +9,9 @@
"src/**/*.ts",
"../typings/**/*.d.ts"
],
"references": []
"references": [
{
"path": "../lockfile/lockfile-file"
}
]
}
1 change: 0 additions & 1 deletion .npmrc
Expand Up @@ -10,6 +10,5 @@ node-version = 14.19.0
engine-strict = true
save-workspace-protocol=rolling
save-prefix=
use-inline-specifiers-lockfile-format = true
resolution-mode=time-based
auto-install-peers=true
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -61,9 +61,9 @@
"verdaccio": "^5.19.0"
},
"engines": {
"pnpm": ">=7.17.0"
"pnpm": ">=7.24.2"
},
"packageManager": "pnpm@7.17.0",
"packageManager": "pnpm@7.24.2",
"pnpm": {
"overrides": {
"@yarnpkg/fslib": "3.0.0-rc.25",
Expand Down

0 comments on commit 5a5512f

Please sign in to comment.