Skip to content

Commit e4dc737

Browse files
chore(deps): pin dependencies
| datasource | package | from | to | | ---------- | --------------------- | ------ | ------ | | npm | @rsbuild/core | 1.7.1 | 1.7.1 | | npm | @rsbuild/plugin-react | 1.4.2 | 1.4.2 | | npm | @types/react | 19.2.7 | 19.2.7 | | npm | @types/react-dom | 19.2.3 | 19.2.3 | | npm | axios | 1.16.0 | 1.18.1 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent fdc0055 commit e4dc737

3 files changed

Lines changed: 43 additions & 13 deletions

File tree

source/mythical-beasts-frontend/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM node:18-alpine AS build
2+
FROM node:18-alpine@sha256:8d6421d663b4c28fd3ebc498332f249011d118945588d0a35cb9bc4b8ca09d9e AS build
33

44
# Accept build arguments (only keep API URL for build-time configuration)
55
ARG REACT_APP_API_URL
@@ -22,7 +22,7 @@ COPY . .
2222
RUN npm run build
2323

2424
# Production stage
25-
FROM nginx:alpine
25+
FROM nginx:alpine@sha256:7068961d45b07b2af510ac002e9daa63a1d3eba2111202d6768798690800fffd
2626

2727
# Copy custom nginx config
2828
COPY nginx.conf /etc/nginx/nginx.conf

source/mythical-beasts-frontend/package-lock.json

Lines changed: 37 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/mythical-beasts-frontend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"react-dom": "^18.3.1"
1212
},
1313
"devDependencies": {
14-
"@rsbuild/core": "^1.7.1",
15-
"@rsbuild/plugin-react": "^1.4.2",
16-
"@types/react": "^19.2.7",
17-
"@types/react-dom": "^19.2.3"
14+
"@rsbuild/core": "1.7.1",
15+
"@rsbuild/plugin-react": "1.4.2",
16+
"@types/react": "19.2.7",
17+
"@types/react-dom": "19.2.3"
1818
},
1919
"scripts": {
2020
"dev": "rsbuild dev",

0 commit comments

Comments
 (0)