Skip to content

Commit

Permalink
Merge pull request #148 from teknologi-umum/chore/bump-landing
Browse files Browse the repository at this point in the history
chore: bump landing dependencies version
  • Loading branch information
elianiva authored Nov 19, 2023
2 parents b0349d2 + 044466d commit 083f3ef
Show file tree
Hide file tree
Showing 19 changed files with 2,119 additions and 1,610 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/systems-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
landing:
name: Landing
runs-on: ubuntu-latest
container: node:18.18.0
container: node:20.9.0
timeout-minutes: 30
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/systems-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
landing:
name: Landing
runs-on: ubuntu-latest
container: node:18.18.0
container: node:20.9.0
timeout-minutes: 30
defaults:
run:
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion landing/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.18.0-alpine3.17
FROM node:20.9.0-alpine3.18

WORKDIR /home/app

Expand Down
24 changes: 13 additions & 11 deletions landing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "pesto-landing",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand All @@ -11,20 +12,21 @@
"fmt:check": "prettier --ignore-path .gitignore --check ./**/*.{astro,ts,tsx,mjs}"
},
"devDependencies": {
"@astrojs/node": "^3.1.0",
"@astrojs/solid-js": "^0.4.0",
"@astrojs/node": "^6.0.4",
"@astrojs/solid-js": "^3.0.2",
"@babel/core": "^7",
"astro": "^1.6.10",
"astro": "^3.5.5",
"polka": "^0.5.2",
"prettier": "^2.7.1",
"prettier-plugin-astro": "^0.1.1",
"sass": "^1.53.0",
"sirv": "^2.0.2",
"solid-js": "^1.4.3"
"prettier": "^3.1.0",
"prettier-plugin-astro": "^0.12.2",
"sass": "^1.69.5",
"sirv": "^2.0.3",
"solid-js": "^1.8.5"
},
"dependencies": {
"@fontsource/ibm-plex-mono": "^4.5.10",
"@fontsource/ibm-plex-sans": "^4.5.11",
"@fontsource/ibm-plex-serif": "^4.5.10"
"@fontsource/ibm-plex-mono": "^5.0.8",
"@fontsource/ibm-plex-sans": "^5.0.17",
"@fontsource/ibm-plex-serif": "^5.0.8",
"@sentry/astro": "^7.80.1"
}
}
Loading

0 comments on commit 083f3ef

Please sign in to comment.