Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/wkylin/pro-react-admin into…
Browse files Browse the repository at this point in the history
… main
  • Loading branch information
wkylin committed Mar 15, 2024
2 parents f3b7149 + 20acfca commit 43387d7
Show file tree
Hide file tree
Showing 4 changed files with 2,301 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:21.2-alpine3.18
FROM node:21.6-alpine3.18
WORKDIR /promotion-web
COPY package.json /promotion-web
RUN yarn install
Expand Down
2,199 changes: 2,198 additions & 1 deletion api/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"express": "^4.18.2",
"mongoose": "^7.6.2"
"mongoose": "^7.6.4"
},
"devDependencies": {
"nodemon": "^2.0.22"
Expand Down
115 changes: 101 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 43387d7

Please sign in to comment.