This commit is contained in:
April John 2023-07-27 13:45:15 +02:00
parent a8b0b94140
commit d42a12559b
4 changed files with 879 additions and 2 deletions

874
.yarn/releases/yarn-3.6.1.cjs vendored Executable file

File diff suppressed because one or more lines are too long

View file

@ -1,3 +1,5 @@
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
yarnPath: .yarn/releases/yarn-3.6.1.cjs

View file

@ -31,7 +31,7 @@
name = "iceshrimp-dev-shell";
# Add additional packages to our environment
packages = [
pkgs.nodePackages.yarn
pkgs.yarn-berry
pkgs.python3
];

View file

@ -68,5 +68,6 @@
"rome": "^v12.1.3-nightly.f65b0d9",
"start-server-and-test": "1.15.2",
"typescript": "5.1.6"
}
},
"packageManager": "yarn@3.6.1"
}