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 Sep 13, 2019
1 parent d44fb46 commit 3c80cd6
Show file tree
Hide file tree
Showing 11 changed files with 553 additions and 237 deletions.
746 changes: 531 additions & 215 deletions package-lock.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,26 +32,26 @@
},
"homepage": "https://github.com/poppinss/edge#readme",
"devDependencies": {
"@adonisjs/mrm-preset": "^2.0.3",
"@poppinss/dev-utils": "^1.0.0",
"@types/node": "^12.6.8",
"@adonisjs/mrm-preset": "^2.1.0",
"@poppinss/dev-utils": "^1.0.1",
"@types/node": "^12.7.5",
"commitizen": "^4.0.3",
"cz-conventional-changelog": "^3.0.2",
"dedent": "^0.7.0",
"del-cli": "^2.0.0",
"del-cli": "^3.0.0",
"doctoc": "^1.4.0",
"fs-extra": "^8.1.0",
"husky": "^3.0.1",
"japa": "^2.0.10",
"husky": "^3.0.5",
"japa": "^3.0.1",
"mrm": "^1.2.2",
"np": "^5.0.3",
"ts-node": "^8.3.0",
"tslint": "^5.18.0",
"tslint": "^5.20.0",
"tslint-eslint-rules": "^5.4.0",
"typedoc": "^0.14.2",
"typedoc": "^0.15.0",
"typedoc-clarity-theme": "^1.1.0",
"typedoc-plugin-external-module-name": "^2.1.0",
"typescript": "^3.5.3",
"typescript": "^3.6.3",
"yorkie": "^2.0.0"
},
"config": {
Expand All @@ -68,10 +68,10 @@
]
},
"dependencies": {
"@poppinss/utils": "^1.0.3",
"@poppinss/utils": "^2.0.0",
"debug": "^4.1.1",
"edge-error": "^1.0.2",
"edge-parser": "^2.0.8",
"edge-error": "^1.0.3",
"edge-parser": "^2.0.9",
"he": "^1.2.0",
"import-fresh": "^3.1.0",
"lodash": "^4.17.15",
Expand Down
2 changes: 1 addition & 1 deletion src/Context/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* file that was distributed with this source code.
*/

import * as he from 'he'
import he from 'he'
import { set } from 'lodash'
import { Macroable } from 'macroable'
import { ContextContract } from '../Contracts'
Expand Down
2 changes: 1 addition & 1 deletion test/compiler.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* file that was distributed with this source code.
*/

import test from 'japa'
import { join } from 'path'
import * as test from 'japa'
import { Filesystem } from '@poppinss/dev-utils'

import { Loader } from '../src/Loader'
Expand Down
2 changes: 1 addition & 1 deletion test/context.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 { Context } from '../src/Context'
import { Presenter } from '../src/Presenter'

Expand Down
2 changes: 1 addition & 1 deletion test/edge.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 { join } from 'path'
import { Filesystem } from '@poppinss/dev-utils'

Expand Down
2 changes: 1 addition & 1 deletion test/fixtures.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 { readdirSync, readFileSync, statSync } from 'fs'
import { join } from 'path'
import { Context } from '../src/Context'
Expand Down
2 changes: 1 addition & 1 deletion test/loader.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

import { join } from 'path'
import * as test from 'japa'
import test from 'japa'
import { Filesystem } from '@poppinss/dev-utils'

import { Loader } from '../src/Loader'
Expand Down
2 changes: 1 addition & 1 deletion test/tags.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* file that was distributed with this source code.
*/

import test from 'japa'
import { join } from 'path'
import * as test from 'japa'
import { Filesystem } from '@poppinss/dev-utils'
import { Compiler } from '../src/Compiler'
import { Loader } from '../src/Loader'
Expand Down
2 changes: 1 addition & 1 deletion test/template.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 { join } from 'path'
import { Filesystem } from '@poppinss/dev-utils'

Expand Down
4 changes: 2 additions & 2 deletions test/utils.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* file that was distributed with this source code.
*/

import * as dedent from 'dedent'
import * as test from 'japa'
import dedent from 'dedent'
import test from 'japa'
import { Parser } from 'edge-parser'
import {
expressionsToStringifyObject,
Expand Down

0 comments on commit 3c80cd6

Please sign in to comment.