Skip to content

Commit

Permalink
bump all
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Ziaei committed Apr 5, 2024
1 parent 5dbc815 commit 6c768ba
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions apps/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ WORKDIR /usr/src/app

ENV NODE_ENV=production

RUN bunx -y [email protected] install chromium --with-deps

COPY package.json ./
RUN bun install
RUN rm -rdf node_modules
RUN bun install --production

RUN bunx -y playwright install chromium --with-deps

COPY . .

ENTRYPOINT ["bun", "start"]
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test:e2e:install": "playwright install --with-deps chromium"
},
"dependencies": {
"@playwright/test": "^1.42.1",
"@playwright/test": "^1.43.0",
"cheerio": "^1.0.0-rc.12",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
Expand Down
4 changes: 2 additions & 2 deletions apps/scheduler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"typecheck": "tsc"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240329.0",
"@cloudflare/workers-types": "^4.20240405.0",
"typescript": "^5.4.3",
"wrangler": "^3.0.0"
"wrangler": "^3.48.0"
}
}
Binary file modified bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
],
"devDependencies": {
"@types/bun": "latest",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"eslint": "^8.57.0",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"prettier": "^3.2.5",
Expand Down

0 comments on commit 6c768ba

Please sign in to comment.