Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.
Merged
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Input hashes for repository rule npm_translate_lock(name = "npm", pnpm_lock = "//:pnpm-lock.yaml").
# This file should be checked into version control along with the pnpm-lock.yaml file.
.npmrc=-1306950124
pnpm-lock.yaml=-1350673801
yarn.lock=-2011672657
package.json=449604703
pnpm-lock.yaml=897100486
yarn.lock=301484834
package.json=-1393640632
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,23 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^16.1.0-next.3",
"@angular/cdk": "^16.1.0-next.2",
"@angular/cdk-experimental": "^16.1.0-next.2",
"@angular/common": "^16.1.0-next.3",
"@angular/compiler": "^16.1.0-next.3",
"@angular/components-examples": "https://github.com/angular/material2-docs-content.git#c29cd4e5f092902d2cca0f589c8de6c379e96789",
"@angular/core": "^16.1.0-next.3",
"@angular/forms": "^16.1.0-next.3",
"@angular/google-maps": "^16.1.0-next.2",
"@angular/localize": "^16.1.0-next.3",
"@angular/material": "^16.1.0-next.2",
"@angular/material-experimental": "^16.1.0-next.2",
"@angular/material-moment-adapter": "^16.1.0-next.2",
"@angular/platform-browser": "^16.1.0-next.3",
"@angular/platform-browser-dynamic": "^16.1.0-next.3",
"@angular/router": "^16.1.0-next.3",
"@angular/youtube-player": "^16.1.0-next.2",
"@angular/animations": "^16.1.0",
"@angular/cdk": "^16.1.0",
"@angular/cdk-experimental": "^16.1.0",
"@angular/common": "^16.1.0",
"@angular/compiler": "^16.1.0",
"@angular/components-examples": "https://github.com/angular/material2-docs-content.git#9bef76ab6f8c5e7bec1356e2c38d77afc6451658",
"@angular/core": "^16.1.0",
"@angular/forms": "^16.1.0",
"@angular/google-maps": "^16.1.0",
"@angular/localize": "^16.1.0",
"@angular/material": "^16.1.0",
"@angular/material-experimental": "^16.1.0",
"@angular/material-moment-adapter": "^16.1.0",
"@angular/platform-browser": "^16.1.0",
"@angular/platform-browser-dynamic": "^16.1.0",
"@angular/router": "^16.1.0",
"@angular/youtube-player": "^16.1.0",
"@stackblitz/sdk": "^1.5.2",
"moment": "^2.29.1",
"path-normalize": "^6.0.7",
Expand All @@ -55,15 +55,15 @@
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1601.0-next.2",
"@angular-devkit/architect-cli": "^0.1601.0-next.2",
"@angular-devkit/build-angular": "^16.1.0-next.2",
"@angular-devkit/architect": "^0.1601.0",
"@angular-devkit/architect-cli": "^0.1601.0",
"@angular-devkit/build-angular": "^16.1.0",
"@angular-eslint/builder": "^14.0.0",
"@angular-eslint/eslint-plugin": "^14.0.0",
"@angular-eslint/eslint-plugin-template": "^14.0.0",
"@angular-eslint/template-parser": "^14.0.0",
"@angular/cli": "^16.1.0-next.2",
"@angular/compiler-cli": "^16.1.0-next.3",
"@angular/cli": "^16.1.0",
"@angular/compiler-cli": "^16.1.0",
"@bazel/bazelisk": "^1.12.1",
"@types/imagemin": "^7.0.0",
"@types/jasmine": "^3.7.7",
Expand Down
Loading