Skip to content

Commit 9cba475

Browse files
committed
chore(deps): remove preapproved next.js packages from yarn config
1 parent d5e0641 commit 9cba475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ npmMinimalAgeGate: '7d'
3535

3636
# List of packages that are pre-approved to bypass the minimal age gate
3737
# @see: https://yarnpkg.com/configuration/yarnrc#npmPreapprovedPackages
38-
npmPreapprovedPackages: ['next', '@next/*']
38+
npmPreapprovedPackages: []
3939

4040
# Enable provenance publishing for npm packages
4141
# @see: https://yarnpkg.com/configuration/yarnrc#npmPublishProvenance

0 commit comments

Comments
 (0)