We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e8e545 commit f35c4caCopy full SHA for f35c4ca
3 files changed
.yarnrc.yml
@@ -1 +1,8 @@
1
nodeLinker: node-modules
2
+
3
+# Enforce a minimal age for npm packages before they can be added/updated
4
+npmMinimalAgeGate: 7
5
6
+# Packages to ignore the minimal age gate. These are packages we vet ourselves.
7
+npmPreapprovedPackages:
8
+ - '@sofie-automation/*'
package.json
@@ -46,9 +46,9 @@
46
"eslint": "^9.39.4",
47
"husky": "^9.1.7",
48
"jest": "^30.3.0",
49
- "lerna": "^9.0.6",
+ "lerna": "^9.0.7",
50
"lint-staged": "^16.3.3",
51
- "open-cli": "^8.0.0",
+ "open-cli": "^9.0.0",
52
"prettier": "^3.8.1",
53
"rimraf": "^6.1.3",
54
"semver": "^7.7.4",
@@ -65,5 +65,5 @@
65
"yarn lint-fix"
66
]
67
},
68
- "packageManager": "yarn@4.12.0"
+ "packageManager": "yarn@4.13.0"
69
}
0 commit comments