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

Commit

Permalink
chore(ops): use standard ts
Browse files Browse the repository at this point in the history
  • Loading branch information
thedoublejay committed Nov 14, 2023
1 parent 2d594c2 commit f64542f
Show file tree
Hide file tree
Showing 8 changed files with 896 additions and 891 deletions.
12 changes: 6 additions & 6 deletions packages/standard-api-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,28 @@
"@compodoc/compodoc": "^1.1.22",
"@fastify/compress": "^6.5.0",
"@fastify/helmet": "^11.1.1",
"@nestjs/cache-manager": "^2.1.0",
"@nestjs/cache-manager": "^2.1.1",
"@nestjs/cli": "^10.2.1",
"@nestjs/common": "^10.2.8",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.2.8",
"@nestjs/jwt": "^10.1.1",
"@nestjs/jwt": "^10.2.0",
"@nestjs/passport": "^10.0.2",
"@nestjs/platform-express": "^10.2.8",
"@nestjs/schematics": "^10.0.3",
"@nestjs/swagger": "^7.1.14",
"@nestjs/swagger": "^7.1.15",
"@nestjs/terminus": "^10.1.1",
"@nestjs/testing": "^10.2.8",
"@nestjs/throttler": "^5.0.1",
"@node-saml/passport-saml": "^4.0.4",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.96",
"@types/express": "^4.17.20",
"@types/passport-jwt": "^3.0.12",
"@types/express": "^4.17.21",
"@types/passport-jwt": "^3.0.13",
"@waveshq/standard-typescript": "workspace:*",
"async-mutex": "^0.4.0",
"cache-manager": "^5.2.4",
"helmet": "^7.0.0",
"helmet": "^7.1.0",
"nestjs-pino": "^3.5.0",
"passport": "^0.6.0",
"passport-jwt": "^4.0.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/standard-api-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"@compodoc/compodoc": "^1.1.22",
"@fastify/compress": "^6.5.0",
"@fastify/helmet": "^11.1.1",
"@nestjs/cache-manager": "^2.1.0",
"@nestjs/cache-manager": "^2.1.1",
"@nestjs/cli": "^10.2.1",
"@nestjs/common": "^10.2.8",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.2.8",
"@nestjs/jwt": "^10.1.1",
"@nestjs/jwt": "^10.2.0",
"@nestjs/platform-fastify": "^10.2.8",
"@nestjs/schematics": "^10.0.3",
"@nestjs/swagger": "^7.1.14",
"@nestjs/swagger": "^7.1.15",
"@nestjs/terminus": "^10.1.1",
"@nestjs/testing": "^10.2.8",
"@nestjs/throttler": "^5.0.1",
Expand All @@ -25,7 +25,7 @@
"@waveshq/standard-typescript": "workspace:*",
"async-mutex": "^0.4.0",
"cache-manager": "^5.2.4",
"helmet": "^7.0.0",
"helmet": "^7.1.0",
"nestjs-pino": "^3.5.0",
"pino-pretty": "^10.2.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/standard-desktop-linter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
"prettier": "^3.0.3",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"typescript": "*"
}
}
6 changes: 3 additions & 3 deletions packages/standard-desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"dependencies": {
"@tauri-apps/api": "^1.5.1",
"@tauri-apps/cli": "^1.5.6",
"@types/react": "^18.2.33",
"@types/react-dom": "18.2.14",
"@types/react": "^18.2.37",
"@types/react-dom": "18.2.15",
"@vitejs/plugin-react": "^4.1.1",
"@vitejs/plugin-react-swc": "3.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.17.0",
"react-router-dom": "^6.18.0",
"typescript": "*",
"vite": "^4.5.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/standard-prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
"prettier": "^3.0.3",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"typescript": "*"
}
}
8 changes: 4 additions & 4 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.53.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "14.0.1",
"eslint-config-next": "14.0.2",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "^2.29.0",
Expand All @@ -20,9 +20,9 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
"next": "14.0.1",
"prettier": "^3.0.3",
"lint-staged": "^15.1.0",
"next": "14.0.2",
"prettier": "^3.1.0",
"typescript": "^5.2.2"
}
}
8 changes: 4 additions & 4 deletions packages/standard-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"dependencies": {
"@netlify/ipx": "^1.4.5",
"@reduxjs/toolkit": "^1.9.7",
"@tanstack/react-query": "^5.7.2",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@tanstack/react-query": "^5.8.3",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"follow-redirects": "^1.15.3",
"next": "14.0.1",
"next": "14.0.2",
"next-sitemap": "^4.2.3",
"nextjs-progressbar": "^0.0.16",
"react": "18.2.0",
Expand Down
Loading

0 comments on commit f64542f

Please sign in to comment.