mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-12 13:07:33 -07:00
fixups
This commit is contained in:
parent
a8b0b94140
commit
d42a12559b
4 changed files with 879 additions and 2 deletions
874
.yarn/releases/yarn-3.6.1.cjs
vendored
Executable file
874
.yarn/releases/yarn-3.6.1.cjs
vendored
Executable file
File diff suppressed because one or more lines are too long
|
@ -1,3 +1,5 @@
|
||||||
plugins:
|
plugins:
|
||||||
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
|
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
|
||||||
spec: "@yarnpkg/plugin-workspace-tools"
|
spec: "@yarnpkg/plugin-workspace-tools"
|
||||||
|
|
||||||
|
yarnPath: .yarn/releases/yarn-3.6.1.cjs
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
name = "iceshrimp-dev-shell";
|
name = "iceshrimp-dev-shell";
|
||||||
# Add additional packages to our environment
|
# Add additional packages to our environment
|
||||||
packages = [
|
packages = [
|
||||||
pkgs.nodePackages.yarn
|
pkgs.yarn-berry
|
||||||
|
|
||||||
pkgs.python3
|
pkgs.python3
|
||||||
];
|
];
|
||||||
|
|
|
@ -68,5 +68,6 @@
|
||||||
"rome": "^v12.1.3-nightly.f65b0d9",
|
"rome": "^v12.1.3-nightly.f65b0d9",
|
||||||
"start-server-and-test": "1.15.2",
|
"start-server-and-test": "1.15.2",
|
||||||
"typescript": "5.1.6"
|
"typescript": "5.1.6"
|
||||||
}
|
},
|
||||||
|
"packageManager": "yarn@3.6.1"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue