Skip to content

Commit

Permalink
Bump pnpm from 9.9.0 to 9.14.4
Browse files Browse the repository at this point in the history
Bumps [pnpm](https://github.com/pnpm/pnpm/tree/HEAD/pnpm) from 9.9.0 to 9.14.4.
- [Release notes](https://github.com/pnpm/pnpm/releases)
- [Changelog](https://github.com/pnpm/pnpm/blob/v9.14.4/pnpm/CHANGELOG.md)
- [Commits](https://github.com/pnpm/pnpm/commits/v9.14.4/pnpm)

---
updated-dependencies:
- dependency-name: pnpm
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 9704068 commit df384d0
Show file tree
Hide file tree
Showing 12 changed files with 54 additions and 52 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/uuid": "^10.0.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.8",
"pnpm": "9.9.0",
"pnpm": "9.14.4",
"typescript": "^5.5.4"
}
}
2 changes: 1 addition & 1 deletion lib/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"eslint": "^8.57.0",
"pnpm": "9.9.0",
"pnpm": "9.14.4",
"typescript": "^5.5.4"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion lib/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/node": "^20.16.5",
"@types/uuid": "^10.0.0",
"eslint": "^8.57.0",
"pnpm": "9.9.0",
"pnpm": "9.14.4",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.5.4"
Expand Down
2 changes: 1 addition & 1 deletion lib/queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"eslint": "^8.57.0",
"pnpm": "9.9.0",
"pnpm": "9.14.4",
"typescript": "^5.5.4"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion lib/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"eslint": "^8.57.0",
"pnpm": "9.9.0",
"pnpm": "9.14.4",
"typescript": "^5.5.4"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion lib/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@types/node": "^20.16.5",
"eslint": "^8.57.0",
"pnpm": "9.9.0",
"pnpm": "9.14.4",
"typescript": "^5.5.4"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion notifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"eslint": "^8.57.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"jest": "^29.7.0",
"pnpm": "9.9.0",
"pnpm": "9.14.4",
"ts-jest": "^29.2.5",
"ts-node-dev": "^2.0.0",
"tsconfig-paths": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"pnpm": "9.9.0",
"pnpm": "9.14.4",
"turbo": "^1.13.4",
"typescript": "^5.5.4"
},
Expand Down
84 changes: 43 additions & 41 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"pnpm": "9.9.0",
"pnpm": "9.14.4",
"ts-node-dev": "^2.0.0",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.5.4"
Expand Down
2 changes: 1 addition & 1 deletion searcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"pnpm": "9.9.0",
"pnpm": "9.14.4",
"ts-node-dev": "^2.0.0",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.5.4"
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"eslint": "^8.57.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"jest": "^29.7.0",
"pnpm": "9.9.0",
"pnpm": "9.14.4",
"source-map-support": "^0.5.21",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
Expand Down

0 comments on commit df384d0

Please sign in to comment.