Skip to content

Commit

Permalink
⬆️ [PNPM] Using version 9.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi committed Dec 7, 2024
1 parent 5223181 commit 7406973
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"engines": {
"node": ">=22.11.0",
"pnpm": ">=9.14.4"
"pnpm": ">=9.15.0"
},
"scripts": {
"clean": "rm -rf dist && rm -rf *.tsbuildinfo",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "earwurm-monorepo",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.0",
"description": "Monorepo for the Earwurm TypeScript project",
"author": "Curtis Dulmage",
"license": "ISC",
Expand All @@ -17,7 +17,7 @@
"keywords": [],
"engines": {
"node": ">=22.11.0",
"pnpm": ">=9.14.4"
"pnpm": ">=9.15.0"
},
"scripts": {
"clean": "pnpm -r clean && rm -rf coverage",
Expand Down
2 changes: 1 addition & 1 deletion pkg/earwurm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
],
"engines": {
"node": ">=22.11.0",
"pnpm": ">=9.14.4"
"pnpm": ">=9.15.0"
},
"scripts": {
"clean": "rm -rf dist",
Expand Down
2 changes: 1 addition & 1 deletion pkg/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "ISC",
"engines": {
"node": ">=22.11.0",
"pnpm": ">=9.14.4"
"pnpm": ">=9.15.0"
},
"dependencies": {},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion pkg/mocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "ISC",
"engines": {
"node": ">=22.11.0",
"pnpm": ">=9.14.4"
"pnpm": ">=9.15.0"
},
"dependencies": {
"beeftools": "^0.1.8"
Expand Down
2 changes: 1 addition & 1 deletion pkg/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "ISC",
"engines": {
"node": ">=22.11.0",
"pnpm": ">=9.14.4"
"pnpm": ">=9.15.0"
},
"dependencies": {},
"devDependencies": {}
Expand Down

0 comments on commit 7406973

Please sign in to comment.