Skip to content

Commit

Permalink
Use pnpm catalog feature for shared dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
myieye committed Sep 25, 2024
1 parent 7fed311 commit 3f285d8
Show file tree
Hide file tree
Showing 5 changed files with 179 additions and 602 deletions.
4 changes: 2 additions & 2 deletions frontend/https-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"dev": "vite"
},
"devDependencies": {
"typescript": "^5.2.2",
"vite": "^5.2.0",
"typescript": "catalog:",
"vite": "catalog:",
"@vitejs/plugin-basic-ssl": "^1.1.0"
}
}
16 changes: 8 additions & 8 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,19 @@
"graphql": "^16.8.1",
"json5": "^2.2.3",
"jwt-decode": "^4.0.0",
"postcss": "^8.4.38",
"postcss": "catalog:",
"rimraf": "^5.0.7",
"svelte": "^4.2.19",
"svelte-check": "^3.7.1",
"svelte": "catalog:",
"svelte-check": "catalog:",
"svelte-eslint-parser": "^0.33.1",
"svelte-preprocess": "^5.1.4",
"svelte-preprocess": "catalog:",
"svelte-turnstile": "^0.5.0",
"sveltekit-superforms": "^1.13.4",
"tailwindcss": "^3.4.3",
"tslib": "^2.6.2",
"tailwindcss": "catalog:",
"tslib": "catalog:",
"type-fest": "^4.18.2",
"typescript": "^5.3.3",
"vite": "^5.2.13",
"typescript": "catalog:",
"vite": "catalog:",
"vite-plugin-graphql-codegen": "^3.3.6",
"vitest": "^1.6.0",
"zod": "^3.23.8",
Expand Down
Loading

0 comments on commit 3f285d8

Please sign in to comment.