mirror of
https://github.com/coder/coder.git
synced 2025-07-18 14:17:22 +00:00
chore: update generated files after pnpm upgrade (#14036)
This commit is contained in:
2
.github/actions/setup-node/action.yaml
vendored
2
.github/actions/setup-node/action.yaml
vendored
@ -13,7 +13,7 @@ runs:
|
|||||||
- name: Install pnpm
|
- name: Install pnpm
|
||||||
uses: pnpm/action-setup@v3
|
uses: pnpm/action-setup@v3
|
||||||
with:
|
with:
|
||||||
version: 8
|
version: 9
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v4.0.1
|
uses: actions/setup-node@v4.0.1
|
||||||
with:
|
with:
|
||||||
|
22
pnpm-lock.yaml
generated
22
pnpm-lock.yaml
generated
@ -1,29 +1,35 @@
|
|||||||
lockfileVersion: '6.0'
|
lockfileVersion: '9.0'
|
||||||
|
|
||||||
settings:
|
settings:
|
||||||
autoInstallPeers: true
|
autoInstallPeers: true
|
||||||
excludeLinksFromLockfile: false
|
excludeLinksFromLockfile: false
|
||||||
|
|
||||||
dependencies:
|
importers:
|
||||||
|
|
||||||
|
.:
|
||||||
|
dependencies:
|
||||||
exec:
|
exec:
|
||||||
specifier: ^0.2.1
|
specifier: ^0.2.1
|
||||||
version: 0.2.1
|
version: 0.2.1
|
||||||
|
devDependencies:
|
||||||
devDependencies:
|
|
||||||
prettier:
|
prettier:
|
||||||
specifier: 3.0.0
|
specifier: 3.0.0
|
||||||
version: 3.0.0
|
version: 3.0.0
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
|
||||||
/exec@0.2.1:
|
exec@0.2.1:
|
||||||
resolution: {integrity: sha512-lE5ZlJgRYh+rmwidatL2AqRA/U9IBoCpKlLriBmnfUIrV/Rj4oLjb63qZ57iBCHWi5j9IjLt5wOWkFYPiTfYAg==}
|
resolution: {integrity: sha512-lE5ZlJgRYh+rmwidatL2AqRA/U9IBoCpKlLriBmnfUIrV/Rj4oLjb63qZ57iBCHWi5j9IjLt5wOWkFYPiTfYAg==}
|
||||||
engines: {node: '>= v0.9.1'}
|
engines: {node: '>= v0.9.1'}
|
||||||
deprecated: deprecated in favor of builtin child_process.execFile
|
deprecated: deprecated in favor of builtin child_process.execFile
|
||||||
dev: false
|
|
||||||
|
|
||||||
/prettier@3.0.0:
|
prettier@3.0.0:
|
||||||
resolution: {integrity: sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g==}
|
resolution: {integrity: sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g==}
|
||||||
engines: {node: '>=14'}
|
engines: {node: '>=14'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dev: true
|
|
||||||
|
snapshots:
|
||||||
|
|
||||||
|
exec@0.2.1: {}
|
||||||
|
|
||||||
|
prettier@3.0.0: {}
|
||||||
|
1594
scripts/apidocgen/pnpm-lock.yaml
generated
1594
scripts/apidocgen/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
15964
site/pnpm-lock.yaml
generated
15964
site/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user