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
28 changes: 0 additions & 28 deletions .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

This file was deleted.

801 changes: 0 additions & 801 deletions .yarn/releases/yarn-3.2.4.cjs

This file was deleted.

942 changes: 942 additions & 0 deletions .yarn/releases/yarn-4.12.0.cjs

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
compressionLevel: mixed

enableGlobalCache: false

nmHoistingLimits: none

nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
- path: .yarn/plugins/@ojkelly/plugin-all.cjs
spec: "https://yarn.build/latest"

yarnPath: .yarn/releases/yarn-3.2.4.cjs
yarnPath: .yarn/releases/yarn-4.12.0.cjs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mds",
"packageManager": "yarn@3.2.4",
"packageManager": "yarn@4.12.0",
"private": true,
"description": "Mines Digital Services Packages",
"engines": {
Expand Down Expand Up @@ -59,7 +59,7 @@
},
"dependencies": {
"dompurify": "^3.2.6",
"html-react-parser": "^5.2.6",
"html-react-parser": "^5.2.7",
"node-gyp": "^12.1.0",
"react-quill": "^2.0.0"
}
Expand Down
Loading
Loading