Skip to content

Commit

Permalink
move pretty log packages
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardoventurini committed Oct 27, 2023
1 parent a969763 commit 78ec864
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 193 deletions.
186 changes: 0 additions & 186 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,21 @@ let npmModules = {
'json-stringify-safe': '5.0.1',
'monti-apm-sketches-js': '0.0.3',

// Used for pretty logs
yaml: '2.3.2',
diff: '5.1.0',
'cli-highlight': '2.1.11',
chalk: '4.1.2',

'lodash.get': '4.4.2',
'lodash.set': '4.3.2',

// parseurl is also used by WebApp.
// Since it caches the parsed url on
// `req`, we should make sure we use a
// version that is compatible with the version
// used by WebApp.
parseurl: '1.3.3',
'lodash.get': '4.4.2',
'lodash.set': '4.3.2',
};

Npm.depends(npmModules);
Expand Down
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,11 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"chalk": "^4.1.2",
"cli-highlight": "^2.1.11",
"debug": "^4.3.4",
"diff": "^5.1.0",
"eslint": "^8.52.0",
"eslint-config-es": "^0.8.12",
"eslint-plugin-babel": "^5.3.1",
"typescript": "^5.2.2",
"yaml": "^2.3.2"
"typescript": "^5.2.2"
},
"volta": {
"node": "14.21.3"
Expand Down

0 comments on commit 78ec864

Please sign in to comment.