Skip to content

Commit

Permalink
fix: nunjucks version to ^3.1.2 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
atian25 committed Feb 24, 2018
1 parent 2a82a05 commit e8a6c9e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@
"nunjucks"
],
"dependencies": {
"nunjucks": "~3.0.1"
"nunjucks": "^3.1.2"
},
"devDependencies": {
"autod": "^3.0.1",
"cheerio": "^1.0.0-rc.2",
"common-tags": "^1.4.0",
"egg": "^1.11.0",
"egg-bin": "^4.3.5",
"common-tags": "^1.7.2",
"egg": "^1",
"egg-bin": "^4.3.7",
"egg-ci": "^1.8.0",
"egg-mock": "^3.13.1",
"egg-mock": "^3.14.0",
"egg-view": "^1.0.0",
"eslint": "^4.11.0",
"eslint-config-egg": "^5.1.1",
"eslint": "^4.18.1",
"eslint-config-egg": "^6.0.0",
"marked": "^0.3.6",
"nunjucks-markdown": "^2.0.1"
},
Expand Down

0 comments on commit e8a6c9e

Please sign in to comment.