Skip to content

Commit

Permalink
chore(package): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Aug 29, 2019
1 parent ff19808 commit 2925b02
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"author": "virk,poppinss",
"license": "MIT",
"devDependencies": {
"@adonisjs/fold": "^6.1.3",
"@adonisjs/mrm-preset": "^2.0.3",
"@adonisjs/fold": "^6.1.5",
"@adonisjs/mrm-preset": "^2.1.0",
"@types/node": "^12.7.2",
"commitizen": "^4.0.3",
"cz-conventional-changelog": "^3.0.2",
"del-cli": "^2.0.0",
"doctoc": "^1.4.0",
"husky": "^3.0.4",
"japa": "^2.0.10",
"japa": "^3.0.0",
"mrm": "^1.2.2",
"np": "^5.0.2",
"ts-node": "^8.2.0",
Expand All @@ -44,7 +44,7 @@
"typedoc": "^0.15.0",
"typedoc-plugin-external-module-name": "^2.1.0",
"typedoc-plugin-markdown": "^2.1.4",
"typescript": "^3.4.5"
"typescript": "^3.6.2"
},
"nyc": {
"exclude": [
Expand All @@ -66,7 +66,7 @@
}
},
"dependencies": {
"@poppinss/utils": "^1.0.4",
"@poppinss/utils": "^1.0.5",
"@types/semver": "^6.0.0",
"semver": "^6.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion test/application.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* file that was distributed with this source code.
*/

import * as test from 'japa'
import test from 'japa'
import { Ioc } from '@adonisjs/fold'
import { Application } from '../src/Application'
import { join } from 'path'
Expand Down
2 changes: 1 addition & 1 deletion test/rcfile-parser.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* file that was distributed with this source code.
*/

import * as test from 'japa'
import test from 'japa'
import { parse } from '../src/rcParser'

test.group('Rc Parser', () => {
Expand Down

0 comments on commit 2925b02

Please sign in to comment.