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 Dec 19, 2023
1 parent 2b61e51 commit 983364e
Show file tree
Hide file tree
Showing 7 changed files with 640 additions and 649 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"prettier": "@ordzaar/standard-prettier",
"devDependencies": {
"@ordzaar/standard-prettier": "workspace:*",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/standard-api-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
"@nestjs/jwt": "^10.2.0",
"@nestjs/platform-fastify": "^10.3.0",
"@nestjs/schematics": "^10.0.3",
"@nestjs/swagger": "^7.1.16",
"@nestjs/swagger": "^7.1.17",
"@nestjs/terminus": "^10.2.0",
"@nestjs/testing": "^10.3.0",
"@nestjs/throttler": "^5.1.0",
"@nestjs/throttler": "^5.1.1",
"@ordzaar/standard-typescript": "workspace:*",
"@swc/cli": "^0.1.63",
"@swc/core": "^1.3.100",
"@swc/core": "^1.3.101",
"async-mutex": "^0.4.0",
"cache-manager": "^5.3.1",
"helmet": "^7.1.0",
"nestjs-pino": "^3.5.0",
"pino-pretty": "^10.2.3"
"pino-pretty": "^10.3.0"
}
}
6 changes: 3 additions & 3 deletions packages/standard-linter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
],
"dependencies": {
"@ordzaar/standard-typescript": "workspace:*",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"eslint": "^8.55.0",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/standard-prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"dependencies": {
"@ordzaar/standard-typescript": "workspace:*",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.1.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 @@ -7,13 +7,13 @@
],
"dependencies": {
"@ordzaar/standard-typescript": "workspace:*",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "^14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/standard-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"@next/third-parties": "^14.0.4",
"@ordzaar/standard-typescript": "workspace:*",
"@reduxjs/toolkit": "^1.9.7",
"@tanstack/react-query": "^5.13.4",
"@tanstack/react-query": "^5.14.1",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.17",
"@types/react-dom": "18.2.18",
"next": "14.0.4",
"next-sitemap": "^4.2.3",
"nextjs-progressbar": "^0.0.16",
Expand Down
Loading

0 comments on commit 983364e

Please sign in to comment.