Skip to content

Commit

Permalink
chore: update packageManager
Browse files Browse the repository at this point in the history
  • Loading branch information
lordrip committed Dec 23, 2024
1 parent 9ad5cdd commit 425d818
Show file tree
Hide file tree
Showing 5 changed files with 951 additions and 882 deletions.
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.3.cjs

This file was deleted.

934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.5.3.cjs

Large diffs are not rendered by default.

15 changes: 8 additions & 7 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
nodeLinker: node-modules

npmPublishRegistry: "https://registry.npmjs.org"

npmRegistries:
"https://registry.npmjs.org":
npmAuthToken: ${NODE_AUTH_TOKEN:-}
npmAuthToken: "${NODE_AUTH_TOKEN:-}"

packageExtensions:
uniforms-bridge-simple-schema-2@*:
dependencies:
react: ^18.2.0

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-exec.cjs
spec: "@yarnpkg/plugin-exec"

yarnPath: .yarn/releases/yarn-3.6.3.cjs

packageExtensions:
"uniforms-bridge-simple-schema-2@*":
dependencies:
"react": "^18.2.0"
yarnPath: .yarn/releases/yarn-4.5.3.cjs
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,6 @@
"typescript": "^5.0.2",
"uniforms": "4.0.0-alpha.5",
"uniforms-bridge-simple-schema-2": "4.0.0-alpha.5"
}
},
"packageManager": "[email protected]"
}
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8532,6 +8532,13 @@ __metadata:
languageName: node
linkType: hard

"picocolors@npm:^1.1.0":
version: 1.1.1
resolution: "picocolors@npm:1.1.1"
checksum: e1cf46bf84886c79055fdfa9dcb3e4711ad259949e3565154b004b260cd356c5d54b31a1437ce9782624bf766272fe6b0154f5f0c744fb7af5d454d2b60db045
languageName: node
linkType: hard

"picomatch@npm:^2.0.4, picomatch@npm:^2.2.3, picomatch@npm:^2.3.1":
version: 2.3.1
resolution: "picomatch@npm:2.3.1"
Expand Down

0 comments on commit 425d818

Please sign in to comment.