Skip to content

Commit

Permalink
bump helpers dep
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm committed Oct 18, 2023
1 parent 1b17a81 commit e277a5d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ lint: check-license-headers
fmt:
npm --workspaces lint:fix # requires npm>=7 (aka node>=16)

.PHONY: clean
clean:
rm -rf packages/*/node_modules
rm -rf node_modules
rm -rf utils/node_modules


# Build and open the rendered docs for testing.
#
# Requirements:
Expand Down
2 changes: 1 addition & 1 deletion packages/ecs-morgan-format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"node": ">=10"
},
"dependencies": {
"@elastic/ecs-helpers": "^1.1.0",
"@elastic/ecs-helpers": "^2.0.0",
"safe-stable-stringify": "^2.4.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ecs-pino-format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"node": ">=10"
},
"dependencies": {
"@elastic/ecs-helpers": "^1.1.0"
"@elastic/ecs-helpers": "^2.0.0"
},
"devDependencies": {
"@types/pino": "^6.3.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/ecs-winston-format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"node": ">=10"
},
"dependencies": {
"@elastic/ecs-helpers": "file:../../helpers",
"@elastic/ecs-helpers": "^2.0.0",
"safe-stable-stringify": "^2.4.3"
},
"devDependencies": {
Expand Down

0 comments on commit e277a5d

Please sign in to comment.