bump dependency versions (node modules) (#144)

This commit is contained in:
Henning Jacobs
2017-08-30 21:02:37 +02:00
committed by GitHub
parent 35b9207b73
commit a8cd17227a
4 changed files with 3838 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
FROM alpine:3.5
FROM alpine:3.6
MAINTAINER Henning Jacobs <henning@jacobs1.de>
EXPOSE 8080

View File

@@ -17,8 +17,8 @@ test:
tox
appjs:
docker run $(TTYFLAGS) -u $$(id -u) -v $$(pwd):/workdir -w /workdir/app node:7.4-alpine npm install
docker run $(TTYFLAGS) -u $$(id -u) -v $$(pwd):/workdir -w /workdir/app node:7.4-alpine npm run build
docker run $(TTYFLAGS) -u $$(id -u) -v $$(pwd):/workdir -w /workdir/app node:8.4-alpine npm install
docker run $(TTYFLAGS) -u $$(id -u) -v $$(pwd):/workdir -w /workdir/app node:8.4-alpine npm run build
docker: appjs scm-source.json
docker build --build-arg "VERSION=$(VERSION)" -t "$(IMAGE):$(TAG)" .

3823
app/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -26,20 +26,20 @@
},
"homepage": "https://github.com/hjacobs/kube-ops-view#readme",
"dependencies": {
"pixi.js": "^4.5.1",
"babel-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0"
"pixi.js": "^4.5.5",
"babel-runtime": "^6.26.0",
"babel-polyfill": "^6.26.0"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.18.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"brfs": "^1.4.3",
"eslint": "^3.13.1",
"eslint-loader": "^1.6.1",
"rimraf": "^2.5.4",
"transform-loader": "^0.2.3",
"webpack": "^2.5.1"
"eslint": "^4.5.0",
"eslint-loader": "^1.9.0",
"rimraf": "^2.6.1",
"transform-loader": "^0.2.4",
"webpack": "^3.5.5"
}
}