Skip to content

Commit

Permalink
fix(deps): upgrade dependencies to upgrade dot-prop (#1325)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie authored Aug 11, 2020
1 parent 3999b58 commit fe12ece
Show file tree
Hide file tree
Showing 5 changed files with 3,256 additions and 2,751 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ cache: yarn
script:
- scripts/ci

# --ignore-engines because some dev-deps require Node 10 or higher.
install:
- yarn --frozen-lockfile --ignore-engines

after_success:
- "cd examples/forum && scripts/run-schema-demo $DEMO_PG_URL"

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"@typescript-eslint/parser": "^2.3.0",
"babel-loader": "8.0.5",
"connect": "^3.5.0",
"conventional-changelog-cli": "^2.0.27",
"conventional-changelog-cli": "^2.0.35",
"css-loader": "2.1.1",
"eslint": "^6.4.0",
"eslint-config-prettier": "^6.3.0",
Expand All @@ -107,7 +107,7 @@
"koa": "^2.5.1",
"koa-compress": "^3.0.0",
"koa-mount": "^4.0.0",
"nodemon": "^1.11.0",
"nodemon": "^2.0.4",
"pg-minify": "~1.0.0",
"prettier": "^1.18.2",
"source-map-support": "^0.5.12",
Expand Down
Loading

0 comments on commit fe12ece

Please sign in to comment.