Skip to content

Commit

Permalink
Perhaps a new version of prisma fixes this
Browse files Browse the repository at this point in the history
  • Loading branch information
gausie committed May 22, 2024
1 parent aaa6618 commit 7689a8d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kol.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Enable corepack
run: corepack enable
- name: Install modules
run: yarn
run: yarn install --frozen-lockfile
- name: Run tests
run: yarn workspace kol.js run test --pool=forks
- name: Run type check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/oaf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Enable corepack
run: corepack enable
- name: Install modules
run: yarn
run: yarn install --frozen-lockfile
- name: Run tests
run: yarn workspace oaf run test --pool=forks
- name: Run type check
Expand Down
1 change: 0 additions & 1 deletion packages/kol.js/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
export { Player } from "./Player.js";
export { Client } from "./Client.js";

export { createSession } from "./utils/visit.js";
export { resolveKoLImage } from "./utils/utils.js";
export type { KoLMessage } from "./utils/kmail.js";
export type { SubboardInfo } from "./utils/leaderboard.js";
4 changes: 2 additions & 2 deletions packages/oaf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@emotion/react": "^11.11.4",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.5",
"@prisma/client": "^5.13.0",
"@prisma/client": "^5.14.0",
"@remix-run/express": "^2.9.1",
"@remix-run/node": "^2.9.1",
"@remix-run/react": "^2.9.1",
Expand Down Expand Up @@ -69,7 +69,7 @@
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"prisma": "^5.13.0",
"prisma": "^5.14.0",
"vite": "^5.2.11",
"vitest": "^1.6.0"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2692,7 +2692,7 @@ __metadata:
languageName: node
linkType: hard

"@prisma/client@npm:^5.13.0":
"@prisma/client@npm:^5.14.0":
version: 5.14.0
resolution: "@prisma/client@npm:5.14.0"
peerDependencies:
Expand Down Expand Up @@ -8685,7 +8685,7 @@ __metadata:
"@emotion/react": "npm:^11.11.4"
"@emotion/server": "npm:^11.11.0"
"@emotion/styled": "npm:^11.11.5"
"@prisma/client": "npm:^5.13.0"
"@prisma/client": "npm:^5.14.0"
"@remix-run/dev": "npm:^2.9.1"
"@remix-run/express": "npm:^2.9.1"
"@remix-run/node": "npm:^2.9.1"
Expand Down Expand Up @@ -8721,7 +8721,7 @@ __metadata:
otplib: "npm:^12.0.1"
prettier: "npm:^3.2.5"
pretty-ms: "npm:^9.0.0"
prisma: "npm:^5.13.0"
prisma: "npm:^5.14.0"
puppeteer: "npm:^13.7.0"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
Expand Down Expand Up @@ -9341,7 +9341,7 @@ __metadata:
languageName: node
linkType: hard

"prisma@npm:^5.13.0":
"prisma@npm:^5.14.0":
version: 5.14.0
resolution: "prisma@npm:5.14.0"
dependencies:
Expand Down

0 comments on commit 7689a8d

Please sign in to comment.