Skip to content

Commit

Permalink
chore: upgrade Node.js typings
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien Gatellier committed Oct 8, 2023
1 parent c7b4cd6 commit 03dce7d
Show file tree
Hide file tree
Showing 11 changed files with 87 additions and 87 deletions.
154 changes: 77 additions & 77 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion modules/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@jest/globals": "^29.7.0",
"@types/express": "^4.17.18",
"@types/jest": "^29.5.5",
"@types/node": "^18.16.19",
"@types/node": "^18.18.4",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.51.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@fastify/cors": "^8.4.0",
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.5",
"@types/node": "^18.16.19",
"@types/node": "^18.18.4",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.51.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@jest/globals": "^29.7.0",
"@types/har-format": "^1.2.13",
"@types/jest": "^29.5.5",
"@types/node": "^18.16.19",
"@types/node": "^18.18.4",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.51.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/greenit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.5",
"@types/node": "^18.16.19",
"@types/node": "^18.18.4",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.51.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/lighthouse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.5",
"@types/node": "^18.16.19",
"@types/node": "^18.18.4",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.51.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@jest/globals": "^29.7.0",
"@mikro-orm/cli": "^5.8.7",
"@types/jest": "^29.5.5",
"@types/node": "^18.16.19",
"@types/node": "^18.18.4",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.51.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/observatory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.5",
"@types/node": "^18.16.19",
"@types/node": "^18.18.4",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.51.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/slack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.5",
"@types/node": "^18.16.19",
"@types/node": "^18.18.4",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.51.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/ssllabs-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.5",
"@types/node": "^18.16.19",
"@types/node": "^18.18.4",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.51.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/tpl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.5",
"@types/node": "^18.16.19",
"@types/node": "^18.18.4",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.51.0",
Expand Down

0 comments on commit 03dce7d

Please sign in to comment.