Skip to content

Commit

Permalink
chore(ops): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thedoublejay committed Apr 30, 2024
1 parent a2a0f67 commit a79e393
Show file tree
Hide file tree
Showing 5 changed files with 6,057 additions and 4,876 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
},
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.15.8"
"pnpm": ">=9.0.6"
}
}
2 changes: 1 addition & 1 deletion packages/standard-api-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@swc/cli": "^0.3.12",
"@swc/core": "^1.5.2",
"async-mutex": "^0.5.0",
"cache-manager": "^5.5.1",
"cache-manager": "^5.5.2",
"helmet": "^7.1.0",
"nestjs-pino": "^4.0.0",
"pino-pretty": "^11.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/standard-linter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
],
"dependencies": {
"@ordzaar/standard-typescript": "workspace:*",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/standard-web-linter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^2.15.2",
"eslint-plugin-cypress": "^3.0.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-n": "^17.3.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
Expand Down
Loading

0 comments on commit a79e393

Please sign in to comment.