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 deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thedoublejay committed Aug 16, 2023
1 parent b4f6c7b commit 4630b5d
Show file tree
Hide file tree
Showing 7 changed files with 653 additions and 167 deletions.
2 changes: 2 additions & 0 deletions packages/standard-api-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
"@nestjs/throttler": "^4.2.1",
"@node-saml/passport-saml": "^4.0.4",
"@stickyjs/typescript": "^1.2.6",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.76",
"@types/express": "^4.17.17",
"@types/passport-jwt": "^3.0.9",
"async-mutex": "^0.4.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/standard-api-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
"@nestjs/testing": "^10.1.3",
"@nestjs/throttler": "^4.2.1",
"@stickyjs/typescript": "^1.2.6",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.76",
"async-mutex": "^0.4.0",
"cache-manager": "^5.2.3",
"helmet": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/standard-desktop-linter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
"lint-staged": "^14.0.0",
"prettier": "^2.8.8",
"typescript": "4.9.5"
}
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-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
"lint-staged": "^14.0.0",
"prettier": "^2.8.8",
"typescript": "4.9.5"
}
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.46.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "13.4.13",
"eslint-config-next": "13.4.16",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-cypress": "^2.14.0",
"eslint-plugin-import": "^2.28.0",
Expand All @@ -20,7 +20,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
"lint-staged": "^14.0.0",
"next": "13.4.16",
"prettier": "^2.8.8",
"typescript": "4.9.5"
Expand Down
1 change: 0 additions & 1 deletion packages/standard-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"follow-redirects": "^1.15.2",
"million": "^2.5.9",
"next": "13.4.16",
"next-sitemap": "^4.2.2",
"nextjs-progressbar": "^0.0.16",
Expand Down
Loading

0 comments on commit 4630b5d

Please sign in to comment.