Skip to content

Commit

Permalink
Updated npm deps, bump to v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rwky committed Dec 11, 2019
1 parent f6e6721 commit 4e81d75
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 15 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
This changelog follows Semantic Versioning https://semver.org/

# 3.0.1

* Updated npm deps @rwky

# 3.0.0

### Major
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@passport-next/skel",
"version": "3.0.0",
"version": "3.0.1",
"description": "Passport next project skeleton",
"author": {
"name": "Passport Next Developers",
Expand All @@ -18,26 +18,26 @@
"@passport-next/chai-passport-strategy": "1.x.x",
"@passport-next/eslint-config-passport-next": "^2.0.0",
"chai": "4.x.x",
"coveralls": "^3.0.6",
"eslint": "^6.3.0",
"coveralls": "^3.0.9",
"eslint": "^6.7.2",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-array-func": "^3.1.3",
"eslint-plugin-compat": "^3.3.0",
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsdoc": "^15.9.1",
"eslint-plugin-markdown": "^1.0.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jsdoc": "^15.12.2",
"eslint-plugin-markdown": "^1.0.1",
"eslint-plugin-no-use-extend-native": "^0.4.1",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-sonarjs": "^0.4.0",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-unicorn": "^10.0.0",
"mocha": "6.x.x",
"mocha": "^6.2.2",
"nunjucks": "^3.2.0",
"nyc": "^14.1.1",
"typescript": "^3.6.2"
"typescript": "^3.7.3"
},
"engines": {
"node": ">=8.0.0"
Expand Down
14 changes: 7 additions & 7 deletions templates/package.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,26 @@
"@passport-next/chai-passport-strategy": "1.x.x",
"@passport-next/eslint-config-passport-next": "^2.0.0",
"chai": "4.x.x",
"coveralls": "^3.0.6",
"eslint": "^6.3.0",
"coveralls": "^3.0.9",
"eslint": "^6.7.2",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-array-func": "^3.1.3",
"eslint-plugin-compat": "^3.3.0",
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsdoc": "^15.9.1",
"eslint-plugin-markdown": "^1.0.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jsdoc": "^15.12.2",
"eslint-plugin-markdown": "^1.0.1",
"eslint-plugin-no-use-extend-native": "^0.4.1",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-sonarjs": "^0.4.0",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-unicorn": "^10.0.0",
"mocha": "6.x.x",
"mocha": "^6.2.2",
"nunjucks": "^3.2.0",
"nyc": "^14.1.1",
"typescript": "^3.6.2"
"typescript": "^3.7.3"
},
"engines": {
"node": ">=8.0.0"
Expand Down

0 comments on commit 4e81d75

Please sign in to comment.