Skip to content

Commit

Permalink
dependency bump (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
gambtho authored Dec 20, 2016
1 parent ee6c4cf commit de85467
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 119 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.iml
scratch.js
scratch.txt
#Ignore things generated into our source tree
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
springBootVersion = '1.4.1.RELEASE'
springBootVersion = '1.4.2.RELEASE'
}
repositories {
mavenCentral()
Expand Down Expand Up @@ -29,13 +29,13 @@ buildScan {
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'idea'
apply plugin: 'spring-boot'
apply plugin: 'org.springframework.boot'
apply plugin: 'com.moowork.node'
apply plugin: 'com.homedepot.gitprops'

jar {
baseName = 'willitconnect'
version = '1.0.9'
version = '1.0.10'
}
sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
2 changes: 1 addition & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
applications:
- name: willitconnect
memory: 1G
path: build/libs/willitconnect-1.0.9.jar
path: build/libs/willitconnect-1.0.10.jar
buildpack: https://github.com/cloudfoundry/java-buildpack#v3.10

52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,36 @@
"description": "Will It Connect?",
"main": "index.js",
"dependencies": {
"babel-core": "^6.18.0",
"babel-loader": "^6.2.7",
"babel-polyfill": "^6.16.0",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-polyfill": "^6.20.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babel-preset-stage-2": "^6.18.0",
"babel-runtime": "^6.18.0",
"babel-runtime": "^6.20.0",
"bootstrap": "^3.3.7",
"bootstrap-webpack": "0.0.5",
"css-loader": "^0.25.0",
"css-loader": "^0.26.1",
"exports-loader": "^0.6.3",
"expose-loader": "^0.7.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"imports-loader": "^0.6.5",
"imports-loader": "^0.7.0",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.1.1",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"octicons": "^4.4.0",
"react": "^15.3.2",
"react-bootstrap": "^0.30.5",
"react-dom": "^15.3.2",
"octicons": "^5.0.1",
"react": "^15.4.1",
"react-bootstrap": "^0.30.7",
"react-dom": "^15.4.1",
"react-model": "0.0.0",
"react-redux": "^4.4.5",
"react-redux": "^5.0.1",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"superagent": "^2.3.0",
"testdouble": "^1.9.0"
"superagent": "^3.3.1",
"testdouble": "^1.10.1"
},
"scripts": {
"test": "karma start --single-run",
Expand Down Expand Up @@ -62,38 +62,38 @@
},
"homepage": "https://github.com/krujos/willitconnect#readme",
"devDependencies": {
"babel-eslint": "^7.1.0",
"babel-eslint": "^7.1.1",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"chai": "^3.5.0",
"enzyme": "^2.5.1",
"eslint": "^3.8.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^2.0.1",
"enzyme": "^2.6.0",
"eslint": "^3.12.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1",
"eslint-plugin-react": "^6.8.0",
"expect": "^1.20.2",
"karma": "^1.3.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-chai": "^0.1.0",
"karma-mocha": "^1.2.0",
"karma-mocha-reporter": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.1",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sinon": "^1.0.5",
"karma-sinon-chai": "^1.2.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.8.0",
"lolex": "^1.5.1",
"mocha": "^3.1.2",
"phantomjs-prebuilt": "^2.1.13",
"react-addons-test-utils": "^15.3.2",
"lolex": "^1.5.2",
"mocha": "^3.2.0",
"phantomjs-prebuilt": "^2.1.14",
"react-addons-test-utils": "^15.4.1",
"react-test-utils": "0.0.1",
"react-testutils-additions": "^15.1.0",
"redux-devtools": "^3.3.1",
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.3"
"webpack": "^1.14.0"
}
}
89 changes: 0 additions & 89 deletions willitconnect.iml

This file was deleted.

0 comments on commit de85467

Please sign in to comment.