Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 298e528

Browse files
committed
Update of npm dependencies
Not functional due to topcoder-platform/topcoder-react-lib#15
1 parent 4dd2d18 commit 298e528

File tree

7 files changed

+31610
-17244
lines changed

7 files changed

+31610
-17244
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
# Jest unit-tests).
7979
test:
8080
docker:
81-
- image: circleci/node:8.11.1
81+
- image: circleci/node:8.11.2
8282
steps:
8383
- checkout
8484
- restore_cache:

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v8.11.1
1+
v8.11.2

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# and runs it against the specified Topcoder backend (development or
33
# production) when container is executed.
44

5-
FROM node:8.11.1
5+
FROM node:8.11.2
66

77
WORKDIR /opt/app
88
COPY . .

0 commit comments

Comments
 (0)