Skip to content

Commit

Permalink
fix(client): remove npm overrides because of 'npm ci' incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
keskiju committed Jul 4, 2023
1 parent 1b32802 commit b495c5a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,17 +104,6 @@
"vite-tsconfig-paths": "4.2.0",
"vitest": "0.31.1"
},
"overrides": {
"@vitejs/plugin-react-swc": {
"@swc/core-darwin-arm64": "1.3.58",
"@swc/core-darwin-x64": "1.3.58",
"@swc/core-linux-arm-gnueabihf": "1.3.58",
"@swc/core-linux-arm64-gnu": "1.3.58",
"@swc/core-linux-arm64-musl": "1.3.58",
"@swc/core-linux-x64-gnu": "1.3.58",
"@swc/core-linux-x64-musl": "1.3.58"
}
},
"engines": {
"node": ">=18.16",
"npm": ">=9.5"
Expand Down

0 comments on commit b495c5a

Please sign in to comment.