Skip to content

Commit

Permalink
build(deps): migrate to modern yarn in our localization js package
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Dec 2, 2024
1 parent 02688f9 commit f2ad6c5
Show file tree
Hide file tree
Showing 5 changed files with 6,735 additions and 3,850 deletions.
19 changes: 18 additions & 1 deletion tools/localization/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,21 @@ dist
ankidroid.zip

# translation extract dir
temp_dir
temp_dir

# yarn berry (v2+) stuff
.yarn-integrity
.yarn/*
# !.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
**/.yarn/*
# !**/.yarn/cache
!**/.yarn/patches
!**/.yarn/plugins
!**/.yarn/releases
!**/.yarn/sdks
!**/.yarn/versions
934 changes: 934 additions & 0 deletions tools/localization/.yarn/releases/yarn-4.5.3.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions tools/localization/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.3.cjs
3 changes: 2 additions & 1 deletion tools/localization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@
"prettier": "^3.4.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2"
}
},
"packageManager": "yarn@4.5.3"
}
Loading

0 comments on commit f2ad6c5

Please sign in to comment.