Skip to content

Commit

Permalink
chore(ops): downgrade next, bump other packages (#462)
Browse files Browse the repository at this point in the history
* chore(ops): downgrade next, bump other packages

* chore(ops): downgrade next, bump other packages
  • Loading branch information
thedoublejay authored Oct 25, 2024
1 parent 65a8831 commit 4dfe22b
Show file tree
Hide file tree
Showing 7 changed files with 1,681 additions and 2,447 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"prettier": "^3.3.3",
"semver": "^7.6.3",
"turbo": "^2.2.3",
"typescript": "5.5.4"
"typescript": "5.6.3"
},
"engines": {
"node": ">=18.0.0",
"node": ">=20.0.0",
"pnpm": ">=9.12.2"
},
"packageManager": "[email protected]"
Expand Down
22 changes: 11 additions & 11 deletions packages/standard-api-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@
"@fastify/multipart": "^8.3.0",
"@fastify/secure-session": "^7.5.1",
"@fastify/static": "^7.0.4",
"@nestjs/axios": "^3.0.3",
"@nestjs/axios": "^3.1.0",
"@nestjs/cache-manager": "^2.3.0",
"@nestjs/cli": "^10.4.5",
"@nestjs/common": "^10.4.4",
"@nestjs/config": "^3.2.3",
"@nestjs/core": "^10.4.4",
"@nestjs/common": "^10.4.6",
"@nestjs/config": "^3.3.0",
"@nestjs/core": "^10.4.6",
"@nestjs/jwt": "^10.2.0",
"@nestjs/platform-fastify": "^10.4.4",
"@nestjs/schematics": "^10.1.4",
"@nestjs/platform-fastify": "^10.4.6",
"@nestjs/schematics": "^10.2.2",
"@nestjs/swagger": "^7.4.2",
"@nestjs/terminus": "^10.2.3",
"@nestjs/testing": "^10.4.4",
"@nestjs/throttler": "^5.2.0",
"@nestjs/testing": "^10.4.6",
"@nestjs/throttler": "^6.2.1",
"@ordzaar/standard-typescript": "workspace:*",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.7.36",
"@swc/core": "^1.7.39",
"async-mutex": "^0.5.0",
"cache-manager": "^5.7.6",
"helmet": "^7.2.0",
"cache-manager": "^6.1.1",
"helmet": "^8.0.0",
"nestjs-pino": "^4.1.0",
"pino-pretty": "^11.3.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/standard-linter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"eslint-plugin-check-file": "^2.8.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^3.2.0",
"eslint-plugin-unused-imports": "^4.1.4",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3"
Expand Down
12 changes: 6 additions & 6 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.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-next": "^15.0.1",
"eslint-config-next": "^14.2.16",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^3.6.0",
"eslint-plugin-cypress": "^4.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-jsx-a11y": "^6.10.1",
"eslint-plugin-n": "^17.11.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"next": "15.0.1",
"next": "^14.2.16",
"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": "^15.0.1",
"@next/third-parties": "^14.2.16",
"@ordzaar/standard-typescript": "workspace:*",
"@reduxjs/toolkit": "^2.3.0",
"@tanstack/react-query": "^5.59.16",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"next": "15.0.1",
"next": "^14.2.16",
"next-sitemap": "^4.2.3",
"nextjs-progressbar": "^0.0.16",
"react": "18.3.1",
Expand Down
4,082 changes: 1,658 additions & 2,424 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 4dfe22b

Please sign in to comment.