File tree Expand file tree Collapse file tree 3 files changed +34
-31
lines changed Expand file tree Collapse file tree 3 files changed +34
-31
lines changed Original file line number Diff line number Diff line change 1
1
# ###########################################################
2
2
# Build stage
3
3
# ###########################################################
4
- FROM node:lts-alpine AS build
4
+ FROM node:20.14.0-alpine3.20 AS build
5
5
6
6
RUN apk --no-cache add git
7
7
WORKDIR /src
@@ -27,7 +27,7 @@ RUN npm run prepare && npm run build
27
27
# ###########################################################
28
28
# Release stage
29
29
# ###########################################################
30
- FROM node:lts-alpine AS release
30
+ FROM node:20.14.0-alpine3.20 AS release
31
31
WORKDIR /src
32
32
33
33
# Copy production node_modules
Original file line number Diff line number Diff line change 61
61
"prop-types" : " 15.8.1" ,
62
62
"qrcode" : " 1.5.1" ,
63
63
"react" : " 16.14.0" ,
64
- "react-ace" : " 10.1.0 " ,
64
+ "react-ace" : " 11.0.1 " ,
65
65
"react-dnd" : " 10.0.2" ,
66
66
"react-dnd-html5-backend" : " 10.0.2" ,
67
67
"react-dom" : " 16.14.0" ,
68
68
"react-helmet" : " 6.1.0" ,
69
69
"react-json-view" : " 1.21.3" ,
70
70
"react-popper-tooltip" : " 4.4.2" ,
71
71
"react-router-dom" : " 6.4.1" ,
72
- "regenerator-runtime" : " 0.13.11" ,
73
- "semver" : " 7.5.2" ,
74
- "typescript" : " 4.8.3"
72
+ "regenerator-runtime" : " 0.13.11"
75
73
},
76
74
"devDependencies" : {
77
75
"@actions/core" : " 1.9.1" ,
110
108
"sass" : " 1.58.1" ,
111
109
"sass-loader" : " 13.2.0" ,
112
110
"semantic-release" : " 17.4.6" ,
111
+ "semver" : " 7.5.2" ,
113
112
"style-loader" : " 3.3.1" ,
114
113
"svg-prep" : " 1.0.4" ,
114
+ "typescript" : " 4.8.3" ,
115
115
"webpack" : " 5.75.0" ,
116
116
"webpack-cli" : " 5.0.1" ,
117
117
"yaml" : " 1.10.0"
You can’t perform that action at this time.
0 commit comments