Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions console/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,10 @@
# by the Apache License, Version 2.0.

nodeLinker: node-modules

# Supply-chain cooldown: block npm packages published in the last 3 days.
# Requires Yarn 4.10+.
npmMinimalAgeGate: "3d"

# Escape hatch for npmMinimalAgeGate. Use sparingly.
npmPreapprovedPackages: []
4 changes: 2 additions & 2 deletions console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -357,9 +357,9 @@
],
"volta": {
"node": "20.12.2",
"yarn": "4.3.1"
"yarn": "4.14.1"
},
"packageManager": "yarn@4.3.1",
"packageManager": "yarn@4.14.1",
"lint-staged": {
"*.{ts,tsx,js,jsx}": [
"eslint --fix --max-warnings 0"
Expand Down
6 changes: 3 additions & 3 deletions console/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Manual changes might be lost - proceed with caution!

__metadata:
version: 8
version: 9
cacheKey: 10c0

"@aashutoshrathi/word-wrap@npm:^1.2.3":
Expand Down Expand Up @@ -14606,11 +14606,11 @@ __metadata:

"typescript@patch:typescript@npm%3A^5.6.3#optional!builtin<compat/typescript>":
version: 5.6.3
resolution: "typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>::version=5.6.3&hash=379a07"
resolution: "typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>::version=5.6.3&hash=8c6c40"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/ac8307bb06bbfd08ae7137da740769b7d8c3ee5943188743bb622c621f8ad61d244767480f90fbd840277fbf152d8932aa20c33f867dea1bb5e79b187ca1a92f
checksum: 10c0/7c9d2e07c81226d60435939618c91ec2ff0b75fbfa106eec3430f0fcf93a584bc6c73176676f532d78c3594fe28a54b36eb40b3d75593071a7ec91301533ace7
languageName: node
linkType: hard

Expand Down
Loading