Skip to content

Commit

Permalink
feat: update package manager versions (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 8, 2023
1 parent 6d39928 commit 503e135
Show file tree
Hide file tree
Showing 75 changed files with 23 additions and 8 deletions.
31 changes: 23 additions & 8 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"definitions": {
"npm": {
"default": "9.8.1+sha1.b8f070cc770128b38017160491504184863329f0",
"default": "10.2.0+sha1.2e4f7aba9cd913de8747d45b3dd5fb43615a4139",
"fetchLatestFrom": {
"type": "npm",
"package": "npm"
Expand Down Expand Up @@ -29,13 +29,16 @@
"package": "npm"
},
"commands": {
"use": ["npm", "install"]
"use": [
"npm",
"install"
]
}
}
}
},
"pnpm": {
"default": "8.6.12+sha1.a2f983fbf8f2531dc85db2a5d7f398063d51a6f3",
"default": "8.8.0+sha1.9922e8b650d393700209ccd81e0ebdbcbe43b0d3",
"fetchLatestFrom": {
"type": "npm",
"package": "pnpm"
Expand Down Expand Up @@ -67,7 +70,10 @@
"package": "pnpm"
},
"commands": {
"use": ["pnpm", "install"]
"use": [
"pnpm",
"install"
]
}
},
">=6.0.0": {
Expand All @@ -81,7 +87,10 @@
"package": "pnpm"
},
"commands": {
"use": ["pnpm", "install"]
"use": [
"pnpm",
"install"
]
}
}
}
Expand All @@ -93,7 +102,7 @@
"package": "yarn"
},
"transparent": {
"default": "3.6.3+sha224.524038cfca4ec8b2d45164c9c13f05e57a7d762f30542a8d647f69e3",
"default": "3.6.4+sha224.4b0b0a9cf41b177779b701850108387d3189ba7c93bd1a535fafbf72",
"commands": [
[
"yarn",
Expand All @@ -113,7 +122,10 @@
"package": "yarn"
},
"commands": {
"use": ["yarn", "install"]
"use": [
"yarn",
"install"
]
}
},
">=2.0.0": {
Expand All @@ -132,7 +144,10 @@
}
},
"commands": {
"use": ["yarn", "install"]
"use": [
"yarn",
"install"
]
}
}
}
Expand Down
Loading

0 comments on commit 503e135

Please sign in to comment.