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 Jan 18, 2024
1 parent def765c commit 8827c22
Show file tree
Hide file tree
Showing 10 changed files with 251 additions and 250 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"eslint": "^8.56.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
"prettier": "^3.2.4",
"semver": "^7.5.4",
"turbo": "^1.11.3",
"typescript": "5.3.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 @@ -20,14 +20,14 @@
"@nestjs/jwt": "^10.2.0",
"@nestjs/platform-fastify": "^10.3.0",
"@nestjs/schematics": "^10.1.0",
"@nestjs/swagger": "^7.1.17",
"@nestjs/swagger": "^7.2.0",
"@nestjs/terminus": "^10.2.0",
"@nestjs/testing": "^10.3.0",
"@nestjs/throttler": "^5.1.1",
"@ordzaar/standard-typescript": "workspace:*",
"@swc/cli": "^0.1.63",
"@swc/core": "^1.3.102",
"async-mutex": "^0.4.0",
"@swc/core": "^1.3.104",
"async-mutex": "^0.4.1",
"cache-manager": "^5.3.2",
"helmet": "^7.1.0",
"nestjs-pino": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/standard-api-fastify/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"esModuleInterop": false,
"strictBindCallApply": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true
}
"noFallthroughCasesInSwitch": true,
},
}
8 changes: 4 additions & 4 deletions packages/standard-linter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
],
"dependencies": {
"@ordzaar/standard-typescript": "workspace:*",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.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",
"eslint-plugin-check-file": "^2.6.2",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1"
"prettier": "^3.2.4"
}
}
4 changes: 2 additions & 2 deletions packages/standard-prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1"
"prettier": "^3.2.4"
}
}
4 changes: 2 additions & 2 deletions packages/standard-typescript/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"preserveWatchOutput": true,
"alwaysStrict": true,
"allowUnreachableCode": false,
"strictNullChecks": true
"strictNullChecks": true,
},
"exclude": ["node_modules", "dist"]
"exclude": ["node_modules", "dist"],
}
4 changes: 2 additions & 2 deletions packages/standard-web-linter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"next": "14.0.4",
"prettier": "^3.1.1"
"prettier": "^3.2.4"
}
}
8 changes: 4 additions & 4 deletions packages/standard-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"@next/third-parties": "^14.0.4",
"@ordzaar/standard-typescript": "workspace:*",
"@reduxjs/toolkit": "^2.0.1",
"@tanstack/react-query": "^5.17.9",
"@types/react": "18.2.47",
"@tanstack/react-query": "^5.17.15",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"next": "14.0.4",
"next-sitemap": "^4.2.3",
"nextjs-progressbar": "^0.0.16",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.12.0",
"react-redux": "^9.0.4",
"react-icons": "^5.0.1",
"react-redux": "^9.1.0",
"react-responsive": "^9.0.2"
}
}
10 changes: 5 additions & 5 deletions packages/standard-web/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"incremental": true,
"plugins": [
{
"name": "next"
}
"name": "next",
},
],
"baseUrl": "src",
"paths": {
Expand All @@ -31,9 +31,9 @@
"@hooks/*": ["hooks/*"],
"@store/*": ["store/*"],
"@utils/*": ["utils/*"],
"@public/*": ["../public/*"]
}
"@public/*": ["../public/*"],
},
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules", "cypress"]
"exclude": ["node_modules", "cypress"],
}
Loading

0 comments on commit 8827c22

Please sign in to comment.