Skip to content

Commit

Permalink
quickly touching the yarn lock
Browse files Browse the repository at this point in the history
  • Loading branch information
tanneberger committed Apr 20, 2023
1 parent e23d6f4 commit 8dd04ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 0 additions & 2 deletions derivation.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ mkYarnPackage {
cp -r $FILE/ ./deps/kindergarten/
cp -r ./node_modules/* ./deps/kindergarten/node_modules/
ls ./deps/kindergarten/node_modules/
yarn build
'';

Expand Down
9 changes: 9 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,15 @@
dependencies:
tslib "^2.3.0"

"@angular/[email protected]":
version "15.2.5"
resolved "https://registry.yarnpkg.com/@angular/localize/-/localize-15.2.5.tgz#efcbb631b43992e816232d02f97d81a0e52c87f3"
integrity sha512-EbKZvWKvgjMGnCJ2o73bKweoPuYLWMrx8RTNecL7VN0h/PAGabtiRXqY+T9TCi0RVDutl7vfKEYhizF35rk2tw==
dependencies:
"@babel/core" "7.19.3"
glob "8.1.0"
yargs "^17.2.1"

"@angular/platform-browser-dynamic@^15.2.5":
version "15.2.5"
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-15.2.5.tgz#f715dafd227606142295fd717a7c3fb0b67ae79f"
Expand Down

0 comments on commit 8dd04ee

Please sign in to comment.