Skip to content

Commit

Permalink
chore(deps): update npm to v11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2025
1 parent 2072d2b commit 470e9fb
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 @@ -65,5 +65,5 @@
"typescript": "5.7.3",
"typescript-eslint": "^8.8.1"
},
"packageManager": "npm@11.0.0"
"packageManager": "npm@11.1.0"
}
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"publishConfig": {
"access": "public"
},
"packageManager": "npm@11.0.0",
"packageManager": "npm@11.1.0",
"exports": {
".": {
"import": {
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
"devDependencies": {
"ts-node-dev": "2.0.0"
},
"packageManager": "npm@11.0.0"
"packageManager": "npm@11.1.0"
}
2 changes: 1 addition & 1 deletion packages/pubsub-publisher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"publishConfig": {
"access": "public"
},
"packageManager": "npm@11.0.0",
"packageManager": "npm@11.1.0",
"exports": {
".": {
"import": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tasks-publisher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"publishConfig": {
"access": "public"
},
"packageManager": "npm@11.0.0",
"packageManager": "npm@11.1.0",
"exports": {
".": {
"import": {
Expand Down
2 changes: 1 addition & 1 deletion packages/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"publishConfig": {
"access": "public"
},
"packageManager": "npm@11.0.0",
"packageManager": "npm@11.1.0",
"exports": {
".": {
"import": {
Expand Down

0 comments on commit 470e9fb

Please sign in to comment.