Skip to content

Commit

Permalink
build(deps): update pnpm to v9.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 27, 2024
1 parent d5c87d7 commit 7d390f6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"update": "ng update @angular/cli @angular/core @angular-eslint/schematics"
},
"private": true,
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"dependencies": {
"@angular/animations": "18.2.0",
"@angular/common": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-meta/bundle-size/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"analyze": "./analyze.sh",
"report": "./report.sh"
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"private": true,
"devDependencies": {
"source-map-explorer": "2.5.3"
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-meta/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"cypress:run": "cypress run",
"test": "./start-server-and-test.sh"
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"private": true,
"devDependencies": {
"@cypress/code-coverage": "3.13.2",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-meta/example-apps/angular-cli-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"description": "ngx-meta example apps pinned Angular CLI versions",
"private": true,
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"//1": "👇 Updated by dependency bot, but restricted to major versions",
"//2": " See Renovate configuration for more information",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-meta/example-apps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"watch": "tsc --watch",
"create-example-app": "node dist/create-example-app.js"
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"private": true,
"type": "module",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-meta/schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ngx-meta/schematics",
"version": "0.0.0",
"description": "ngx-meta schematics infra",
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"scripts": {
"build": "tsc -p tsconfig.schematics.json",
"postbuild": "rsync -R **/schema.json collection.json ../dist/schematics",
Expand Down

0 comments on commit 7d390f6

Please sign in to comment.