Skip to content

Commit a3f0fa4

Browse files
authored
Merge pull request #118 from ynufes-tech/dep-update-202403
Dependencies Update 2024.3
2 parents 19f4dda + 7f970dd commit a3f0fa4

File tree

4 files changed

+8257
-7123
lines changed

4 files changed

+8257
-7123
lines changed

cloudrun/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20-slim as builder
1+
FROM gplane/pnpm:node20-alpine as builder
22
#nodeのイメージをベースにする
33

44
ENV BASE_URL=/23/tokiwa/
@@ -9,9 +9,9 @@ WORKDIR /app
99
COPY ./ ./
1010
#ynu-fes...の下を/appの下にコピー
1111

12-
RUN yarn install
12+
RUN pnpm install
1313

14-
RUN yarn build
14+
RUN pnpm run build
1515

1616
FROM node:20-slim as production
1717

@@ -31,4 +31,4 @@ ENV PORT=8080
3131
CMD ["node" ,"./.output/server/index.mjs"]
3232
#--containerを作成するときに実行されるコマンド
3333

34-
EXPOSE 8080
34+
EXPOSE 8080

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,23 @@
1414
"lintfix": "prettier --write --list-different ."
1515
},
1616
"devDependencies": {
17-
"@nuxt/devtools": "^1.0.0",
17+
"@nuxt/devtools": "^1.0.8",
1818
"@nuxtjs/eslint-config-typescript": "^12.1.0",
19-
"@nuxtjs/google-fonts": "^3.0.2",
20-
"@types/node": "^18.17.3",
21-
"@typescript-eslint/parser": "^6.7.4",
22-
"eslint": "^8.51.0",
23-
"eslint-config-prettier": "^9.0.0",
24-
"eslint-plugin-prettier": "^5.0.0",
25-
"nuxt": "^3.6.5",
26-
"nuxt-gtag": "^1.1.1",
27-
"prettier": "^3.0.3",
28-
"sass": "^1.66.1",
29-
"sass-loader": "^13.3.2",
30-
"typescript": "^5.2.2"
19+
"@nuxtjs/google-fonts": "^3.1.3",
20+
"@types/node": "^20.11.24",
21+
"@typescript-eslint/parser": "^7.1.0",
22+
"eslint": "^8.57.0",
23+
"eslint-config-prettier": "^9.1.0",
24+
"eslint-plugin-prettier": "^5.1.3",
25+
"nuxt": "^3.10.3",
26+
"nuxt-gtag": "^2.0.4",
27+
"prettier": "^3.2.5",
28+
"sass": "^1.71.1",
29+
"sass-loader": "^14.1.1",
30+
"typescript": "^5.3.3"
3131
},
3232
"dependencies": {
33-
"axios": "^1.6.0",
34-
"swiper": "^10.3.1"
33+
"axios": "^1.6.7",
34+
"swiper": "^11.0.7"
3535
}
3636
}

0 commit comments

Comments
 (0)