Skip to content

Commit

Permalink
chore(pnpm): use pnpm version 9
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Shatford <jordanshatford@live.com>
  • Loading branch information
jordanshatford committed Apr 17, 2024
1 parent 2d646a6 commit c0bd568
Show file tree
Hide file tree
Showing 5 changed files with 5,354 additions and 4,456 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"tailwindcss": "^3.4.3",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"vite": "^5.2.8"
"vite": "^5.2.9"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
"husky": "^9.0.11"
},
"packageManager": "pnpm@8.15.7+sha256.50783dd0fa303852de2dd1557cd4b9f07cb5b018154a6e76d0f40635d6cee019",
"packageManager": "pnpm@9.0.1+sha256.46d50ee2afecb42b185ebbd662dc7bdd52ef5be56bf035bb615cab81a75345df",
"engines": {
"pnpm": ">=8",
"node": ">=18"
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"globals": "^15.0.0",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.5.13",
"prettier-plugin-tailwindcss": "^0.5.14",
"svelte-eslint-parser": "^0.34.1",
"tailwindcss": "^3.4.3",
"typescript-eslint": "^7.6.0"
"typescript-eslint": "^7.7.0"
}
}
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"tailwindcss": "^3.4.3",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"vite": "^5.2.8"
"vite": "^5.2.9"
}
}
Loading

0 comments on commit c0bd568

Please sign in to comment.