Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
fix: root package dependency upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangoacher committed Feb 13, 2020
1 parent c40cb2c commit 595ad4e
Show file tree
Hide file tree
Showing 8 changed files with 8,997 additions and 3,972 deletions.
11,538 changes: 8,016 additions & 3,522 deletions package-lock.json

Large diffs are not rendered by default.

20 changes: 11 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,17 @@
"sanity:environment": "npm run doc:lint && npm run lint && npm run depcheck",
"sanity": "npm run sanity:environment && npm run test",
"start": "cd packages/trail-hapi-server && npm run start",
"test": "lerna run test"
"test": "lerna run test",
"clean": "lerna clean"
},
"devDependencies": {
"depcheck": "^0.6.9",
"husky": "^1.0.0-rc.2",
"lerna": "^2.11.0",
"remark-cli": "^5.0.0",
"remark-lint": "^6.0.1",
"remark-preset-lint-recommended": "^3.0.1",
"standard": "^11.0.1",
"depcheck": "^0.9.2",
"husky": "^4.2.3",
"lerna": "^3.20.2",
"remark-cli": "^7.0.1",
"remark-lint": "^6.0.5",
"remark-preset-lint-recommended": "^3.0.3",
"standard": "^14.3.1",
"swagger-gen": "^1.1.3"
},
"remarkConfig": {
Expand All @@ -61,5 +62,6 @@
},
"workspaces": [
"packages/*"
]
],
"dependencies": {}
}
558 changes: 341 additions & 217 deletions packages/trail-core/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/trail-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"main": "lib/index.js",
"scripts": {
"coverage": "lab -c test",
"depcheck": "../../node_modules/depcheck/bin/depcheck --ignores=config",
"depcheck": "npx depcheck --ignores=config",
"pg:init": "node ./database/init.js && npm run pg:migrate",
"pg:test:init": "NODE_ENV=test node ./database/init.js && NODE_ENV=test npm run pg:migrate",
"pg:travis:init": "NODE_ENV=travis node ./database/init.js && NODE_ENV=travis npm run pg:migrate",
Expand Down

0 comments on commit 595ad4e

Please sign in to comment.