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 8e3fc99 commit 845a5c4
Show file tree
Hide file tree
Showing 7 changed files with 1,260 additions and 1,205 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@ordzaar/standard-prettier": "workspace:*",
"eslint": "^8.57.0",
"husky": "^9.1.1",
"husky": "^9.1.5",
"lint-staged": "^15.2.7",
"prettier": "^3.3.3",
"semver": "^7.6.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/standard-api-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
"@nestjs/core": "^10.3.10",
"@nestjs/jwt": "^10.2.0",
"@nestjs/platform-fastify": "^10.3.10",
"@nestjs/schematics": "^10.1.2",
"@nestjs/schematics": "^10.1.3",
"@nestjs/swagger": "^7.4.0",
"@nestjs/terminus": "^10.2.3",
"@nestjs/testing": "^10.3.10",
"@nestjs/throttler": "^5.2.0",
"@ordzaar/standard-typescript": "workspace:*",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.7.0",
"@swc/core": "^1.7.18",
"async-mutex": "^0.5.0",
"cache-manager": "^5.7.3",
"helmet": "^7.1.0",
"nestjs-pino": "^4.1.0",
"pino-pretty": "^11.2.1"
"pino-pretty": "^11.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/standard-linter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^3.2.0",
"husky": "^9.1.1",
"husky": "^9.1.5",
"lint-staged": "^15.2.7",
"prettier": "^3.3.3"
}
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 @@ -13,7 +13,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"husky": "^9.1.1",
"husky": "^9.1.5",
"lint-staged": "^15.2.7",
"prettier": "^3.3.3"
}
Expand Down
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.4",
"eslint-config-next": "^14.2.5",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^3.3.0",
"eslint-plugin-cypress": "^3.4.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-n": "^17.10.0",
"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.1",
"husky": "^9.1.5",
"lint-staged": "^15.2.7",
"next": "14.2.4",
"next": "14.2.5",
"prettier": "^3.3.3"
}
}
4 changes: 2 additions & 2 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.4",
"@next/third-parties": "^14.2.5",
"@ordzaar/standard-typescript": "workspace:*",
"@reduxjs/toolkit": "^2.2.6",
"@tanstack/react-query": "^5.51.14",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"next": "14.2.4",
"next": "14.2.5",
"next-sitemap": "^4.2.3",
"nextjs-progressbar": "^0.0.16",
"react": "18.3.1",
Expand Down
2,439 changes: 1,247 additions & 1,192 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 845a5c4

Please sign in to comment.