Skip to content

Commit

Permalink
Add yarn resolution for vite package
Browse files Browse the repository at this point in the history
  • Loading branch information
koistya committed Sep 30, 2023
1 parent f4a1c28 commit ae5893f
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 290 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@yarnpkg/pnpify": "^4.0.0-rc.52",
"envars": "^0.4.0",
"execa": "^8.0.1",
"happy-dom": "^12.2.1",
"happy-dom": "^12.2.2",
"knex-types": "^0.5.0",
"supertest": "^6.3.3",
"typescript": "~5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@yarnpkg/pnpify": "^4.0.0-rc.52",
"babel-plugin-relay": "^15.0.0",
"envars": "^0.4.0",
"happy-dom": "^12.2.1",
"happy-dom": "^12.2.2",
"relay-compiler": "^15.0.0",
"relay-config": "^12.0.1",
"typescript": "~5.2.2",
Expand Down
4 changes: 2 additions & 2 deletions edge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@hono/zod-validator": "^0.1.9",
"ejs": "^3.1.9",
"hono": "^3.7.2",
"hono": "^3.7.3",
"jose": "^4.14.6",
"web-auth-library": "^1.0.3",
"zod": "^3.22.2"
Expand All @@ -26,7 +26,7 @@
"@types/ejs": "^3.1.3",
"@types/node": "^20.8.0",
"@yarnpkg/pnpify": "^4.0.0-rc.52",
"happy-dom": "^12.2.1",
"happy-dom": "^12.2.2",
"toml": "^3.0.0",
"typescript": "~5.2.2",
"vite": "~4.4.9",
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"graphql": "^16.8.1",
"graphql-config": "^5.0.2",
"happy-dom": "^12.2.1",
"happy-dom": "^12.2.2",
"husky": "^8.0.3",
"prettier": "^3.0.3",
"react": "^18.2.0",
Expand All @@ -52,6 +52,9 @@
"wrangler": "^3.10.1",
"zx": "^7.2.3"
},
"resolutions": {
"vite": "~4.4.9"
},
"envars": {
"cwd": "./env"
},
Expand Down
Loading

0 comments on commit ae5893f

Please sign in to comment.