Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
chore(ops): update standard
Browse files Browse the repository at this point in the history
  • Loading branch information
thedoublejay committed Oct 31, 2023
1 parent dca3b79 commit 0dcee02
Show file tree
Hide file tree
Showing 6 changed files with 585 additions and 652 deletions.
6 changes: 3 additions & 3 deletions packages/standard-api-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,24 @@
"@fastify/compress": "^6.5.0",
"@fastify/helmet": "^11.1.1",
"@nestjs/cache-manager": "^2.1.0",
"@nestjs/cli": "^10.2.0",
"@nestjs/cli": "^10.2.1",
"@nestjs/common": "^10.2.7",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.2.7",
"@nestjs/jwt": "^10.1.1",
"@nestjs/passport": "^10.0.2",
"@nestjs/platform-express": "^10.2.7",
"@nestjs/schematics": "^10.0.2",
"@nestjs/schematics": "^10.0.3",
"@nestjs/swagger": "^7.1.14",
"@nestjs/terminus": "^10.1.1",
"@nestjs/testing": "^10.2.7",
"@nestjs/throttler": "^5.0.1",
"@node-saml/passport-saml": "^4.0.4",
"@waveshq/standard-typescript": "workspace:*",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.95",
"@types/express": "^4.17.20",
"@types/passport-jwt": "^3.0.12",
"@waveshq/standard-typescript": "workspace:*",
"async-mutex": "^0.4.0",
"cache-manager": "^5.2.4",
"helmet": "^7.0.0",
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 @@ -9,20 +9,20 @@
"@fastify/compress": "^6.5.0",
"@fastify/helmet": "^11.1.1",
"@nestjs/cache-manager": "^2.1.0",
"@nestjs/cli": "^10.2.0",
"@nestjs/cli": "^10.2.1",
"@nestjs/common": "^10.2.7",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.2.7",
"@nestjs/jwt": "^10.1.1",
"@nestjs/platform-fastify": "^10.2.7",
"@nestjs/schematics": "^10.0.2",
"@nestjs/schematics": "^10.0.3",
"@nestjs/swagger": "^7.1.14",
"@nestjs/terminus": "^10.1.1",
"@nestjs/testing": "^10.2.7",
"@nestjs/throttler": "^5.0.1",
"@waveshq/standard-typescript": "workspace:*",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.95",
"@waveshq/standard-typescript": "workspace:*",
"async-mutex": "^0.4.0",
"cache-manager": "^5.2.4",
"helmet": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/standard-desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@types/react": "^18.2.33",
"@types/react-dom": "18.2.14",
"@vitejs/plugin-react": "^4.1.0",
"@vitejs/plugin-react-swc": "3.4.0",
"@vitejs/plugin-react-swc": "3.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.17.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 @@ -9,7 +9,7 @@
"eslint": "^8.52.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "14.0.0",
"eslint-config-next": "14.0.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "^2.29.0",
Expand All @@ -21,7 +21,7 @@
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
"next": "14.0.0",
"next": "14.0.1",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/standard-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"follow-redirects": "^1.15.3",
"next": "14.0.0",
"next": "14.0.1",
"next-sitemap": "^4.2.3",
"nextjs-progressbar": "^0.0.16",
"react": "18.2.0",
Expand Down
Loading

0 comments on commit 0dcee02

Please sign in to comment.