mirror of
https://github.com/skooner-k8s/skooner.git
synced 2026-08-24 04:16:18 +00:00
Update npm and node dependencies
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
# Stage 1 - the build react app
|
||||
FROM node:11.10.0-alpine as build-deps
|
||||
FROM node:12.4.0-alpine as build-deps
|
||||
WORKDIR /usr/src/app
|
||||
COPY client/package.json client/package-lock.json ./
|
||||
RUN npm i
|
||||
@@ -8,7 +8,7 @@ COPY client/ ./
|
||||
RUN npm run build
|
||||
|
||||
# Stage 2 - the production environment
|
||||
FROM node:11.10.0-alpine
|
||||
FROM node:12.4.0-alpine
|
||||
|
||||
RUN apk add --no-cache tini
|
||||
ENV NODE_ENV production
|
||||
|
||||
Generated
+4174
-8710
File diff suppressed because it is too large
Load Diff
+11
-11
@@ -7,16 +7,16 @@
|
||||
"lodash": "^4.17.11",
|
||||
"moment": "^2.24.0",
|
||||
"node-sass": "^4.11.0",
|
||||
"react": "^16.8.2",
|
||||
"react-dom": "^16.8.2",
|
||||
"react": "^16.8.6",
|
||||
"react-dom": "^16.8.6",
|
||||
"react-modal": "^3.8.1",
|
||||
"react-scripts": "2.1.5",
|
||||
"react-select": "^2.4.2",
|
||||
"react-swipeable": "^5.1.0",
|
||||
"react-switch": "^4.1.0",
|
||||
"swagger-parser": "^6.0.5",
|
||||
"react-scripts": "3.0.1",
|
||||
"react-select": "^3.0.4",
|
||||
"react-swipeable": "^5.2.3",
|
||||
"react-switch": "^5.0.0",
|
||||
"swagger-parser": "^7.0.0",
|
||||
"uuid": "^3.3.2",
|
||||
"xterm": "^3.12.0",
|
||||
"xterm": "^3.14.2",
|
||||
"yamljs": "^0.3.0"
|
||||
},
|
||||
"scripts": {
|
||||
@@ -35,10 +35,10 @@
|
||||
"not op_mini all"
|
||||
],
|
||||
"devDependencies": {
|
||||
"eslint": "^5.12.0",
|
||||
"eslint": "^5.16.0",
|
||||
"eslint-config-airbnb": "^17.1.0",
|
||||
"eslint-plugin-import": "^2.16.0",
|
||||
"eslint-plugin-import": "^2.17.3",
|
||||
"eslint-plugin-jsx-a11y": "^6.2.1",
|
||||
"eslint-plugin-react": "^7.12.4"
|
||||
"eslint-plugin-react": "^7.13.0"
|
||||
}
|
||||
}
|
||||
|
||||
Generated
+301
-320
File diff suppressed because it is too large
Load Diff
+4
-4
@@ -10,16 +10,16 @@
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@kubernetes/client-node": "^0.8.1",
|
||||
"@kubernetes/client-node": "^0.8.2",
|
||||
"cors": "^2.8.5",
|
||||
"express": "^4.16.4",
|
||||
"express": "^4.17.1",
|
||||
"http-proxy-middleware": "^0.19.1",
|
||||
"openid-client": "^2.4.5",
|
||||
"openid-client": "^2.5.0",
|
||||
"request": "^2.88.0",
|
||||
"request-promise-native": "^1.0.7",
|
||||
"stream-to-string": "^1.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^1.18.10"
|
||||
"nodemon": "^1.19.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user