Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit 40ef689

Browse files
committed
bump packages
- Bumps Dockerfile to node v10.11-alpine - Bumps NPM packages: @types/lodash ^4.14.116 → ^4.14.117 @types/react ^16.4.14 → ^16.4.16 @types/react-dom ^16.0.8 → ^16.0.9 apollo-cache-inmemory ^1.2.10 → ^1.3.5 graphql-tag ^2.9.2 → ^2.10.0 react-apollo ^2.2.1 → ^2.2.4 styled-components ^3.4.9 → ^3.4.10 @babel/core ^7.1.0 → ^7.1.2 @types/node ^10.11.2 → ^10.11.6 @types/webpack ^4.4.13 → ^4.4.16 babel-plugin-styled-components ^1.7.1 → ^1.8.0 typescript ^3.1.1 → ^3.1.2
1 parent 243f61f commit 40ef689

File tree

4 files changed

+283
-81
lines changed

4 files changed

+283
-81
lines changed

.dockerignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
node_modules
22
.git
3+
.vscode
4+
dist

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:10.9-alpine
1+
FROM node:10.11-alpine
22

33
ENV NPM_CONFIG_LOGLEVEL notice
44

0 commit comments

Comments
 (0)