Skip to content

Commit

Permalink
chore(ops): updates
Browse files Browse the repository at this point in the history
  • Loading branch information
thedoublejay committed Aug 26, 2024
1 parent 910a34f commit c5c3f66
Show file tree
Hide file tree
Showing 7 changed files with 337 additions and 136 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"@ordzaar/standard-prettier": "workspace:*",
"eslint": "^8.57.0",
"husky": "^9.1.5",
"lint-staged": "^15.2.7",
"lint-staged": "^15.2.9",
"prettier": "^3.3.3",
"semver": "^7.6.3",
"turbo": "^2.0.9",
"turbo": "^2.0.14",
"typescript": "5.5.4"
},
"engines": {
Expand Down
16 changes: 8 additions & 8 deletions packages/standard-api-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@
"@fastify/multipart": "^8.3.0",
"@fastify/secure-session": "^7.5.1",
"@fastify/static": "^7.0.4",
"@nestjs/axios": "^3.0.2",
"@nestjs/axios": "^3.0.3",
"@nestjs/cache-manager": "^2.2.2",
"@nestjs/cli": "^10.4.2",
"@nestjs/common": "^10.3.10",
"@nestjs/cli": "^10.4.4",
"@nestjs/common": "^10.4.1",
"@nestjs/config": "^3.2.3",
"@nestjs/core": "^10.3.10",
"@nestjs/core": "^10.4.1",
"@nestjs/jwt": "^10.2.0",
"@nestjs/platform-fastify": "^10.3.10",
"@nestjs/schematics": "^10.1.3",
"@nestjs/platform-fastify": "^10.4.1",
"@nestjs/schematics": "^10.1.4",
"@nestjs/swagger": "^7.4.0",
"@nestjs/terminus": "^10.2.3",
"@nestjs/testing": "^10.3.10",
"@nestjs/testing": "^10.4.1",
"@nestjs/throttler": "^5.2.0",
"@ordzaar/standard-typescript": "workspace:*",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.7.18",
"async-mutex": "^0.5.0",
"cache-manager": "^5.7.3",
"cache-manager": "^5.7.6",
"helmet": "^7.1.0",
"nestjs-pino": "^4.1.0",
"pino-pretty": "^11.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/standard-linter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^3.2.0",
"husky": "^9.1.5",
"lint-staged": "^15.2.7",
"lint-staged": "^15.2.9",
"prettier": "^3.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/standard-prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"husky": "^9.1.5",
"lint-staged": "^15.2.7",
"lint-staged": "^15.2.9",
"prettier": "^3.3.3"
}
}
10 changes: 5 additions & 5 deletions packages/standard-web-linter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-next": "^14.2.5",
"eslint-config-next": "^14.2.6",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^3.4.0",
"eslint-plugin-cypress": "^3.5.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-n": "^17.10.0",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"husky": "^9.1.5",
"lint-staged": "^15.2.7",
"next": "14.2.5",
"lint-staged": "^15.2.9",
"next": "14.2.6",
"prettier": "^3.3.3"
}
}
8 changes: 4 additions & 4 deletions packages/standard-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"tsconfig.json"
],
"dependencies": {
"@next/third-parties": "^14.2.5",
"@next/third-parties": "^14.2.6",
"@ordzaar/standard-typescript": "workspace:*",
"@reduxjs/toolkit": "^2.2.7",
"@tanstack/react-query": "^5.51.23",
"@types/react": "18.3.3",
"@tanstack/react-query": "^5.52.1",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"next": "14.2.5",
"next": "14.2.6",
"next-sitemap": "^4.2.3",
"nextjs-progressbar": "^0.0.16",
"react": "18.3.1",
Expand Down
Loading

0 comments on commit c5c3f66

Please sign in to comment.