Skip to content

Commit

Permalink
chore: update eslint/prettier/nodemon
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Feb 15, 2024
1 parent 1dbc9b9 commit a898c55
Show file tree
Hide file tree
Showing 8 changed files with 747 additions and 979 deletions.
4 changes: 2 additions & 2 deletions node-packages/commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@types/amqp-connection-manager": "^2.0.6",
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"prettier": "^1.14.2",
"prettier-eslint-cli": "^4.7.1",
"prettier": "^3.2.5",
"prettier-eslint-cli": "^8.0.1",
"ts-jest": "^29.1.2",
"tsc-silent": "^1.2.2",
"typescript": "^5.3.3"
Expand Down
6 changes: 3 additions & 3 deletions node-packages/eslint-config-lagoon-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"Karl Horky <[email protected]>"
],
"dependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^4.9.0",
"eslint-config-airbnb-base": "^12.1.0",
"babel-eslint": "^10.1.0",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.7.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"services/*"
],
"devDependencies": {
"prettier": "^1.14.2",
"prettier": "^3.2.5",
"yarn-audit-fix": "^10.0.7"
},
"resolutions-comment": [
Expand Down
4 changes: 2 additions & 2 deletions services/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
"axios": "^0.21.1",
"faker": "^4.1.0",
"jest": "^29.7.0",
"prettier": "^1.14.2",
"prettier-eslint-cli": "^4.7.1",
"prettier": "^3.2.5",
"prettier-eslint-cli": "^8.0.1",
"ts-jest": "^29.1.2",
"tsc-watch": "^6.0.4",
"typescript": "^5.3.3"
Expand Down
6 changes: 3 additions & 3 deletions services/auth-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"winston": "^3"
},
"devDependencies": {
"nodemon": "^2.0.20",
"prettier": "^1.14.2",
"prettier-eslint-cli": "^4.7.1",
"nodemon": "^3.0.3",
"prettier": "^3.2.5",
"prettier-eslint-cli": "^8.0.1",
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion services/webhook-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"jest": "^29.7.0",
"newman": "^4.5.4",
"nodemon": "^2.0.20",
"nodemon": "^3.0.3",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
}
Expand Down
2 changes: 1 addition & 1 deletion services/webhooks2tasks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@babel/preset-typescript": "^7.13.0",
"@types/amqp-connection-manager": "^2.0.10",
"jest": "^29.7.0",
"nodemon": "^2.0.20",
"nodemon": "^3.0.3",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit a898c55

Please sign in to comment.