Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
krystxf committed Dec 3, 2024
1 parent 12bc445 commit f3080f2
Show file tree
Hide file tree
Showing 4 changed files with 1,341 additions and 1,185 deletions.
36 changes: 18 additions & 18 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"prisma:seed": "prisma db seed"
},
"dependencies": {
"@apollo/server": "^4.11.0",
"@nestjs/apollo": "^12.2.0",
"@nestjs/cache-manager": "^2.2.2",
"@nestjs/common": "^10.4.4",
"@nestjs/config": "^3.2.3",
"@nestjs/core": "^10.4.4",
"@nestjs/graphql": "^12.2.0",
"@nestjs/platform-express": "^10.4.4",
"@apollo/server": "^4.11.2",
"@nestjs/apollo": "^12.2.1",
"@nestjs/cache-manager": "^2.3.0",
"@nestjs/common": "^10.4.13",
"@nestjs/config": "^3.3.0",
"@nestjs/core": "^10.4.13",
"@nestjs/graphql": "^12.2.1",
"@nestjs/platform-express": "^10.4.13",
"@nestjs/schedule": "^4.1.1",
"@nestjs/swagger": "^7.4.2",
"@prisma/client": "5.20.0",
Expand All @@ -44,34 +44,34 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@nestjs/cli": "^10.4.5",
"@nestjs/schematics": "^10.1.4",
"@nestjs/testing": "^10.4.4",
"@nestjs/cli": "^10.4.8",
"@nestjs/schematics": "^10.2.3",
"@nestjs/testing": "^10.4.13",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.13",
"@types/node": "^20.16.10",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.9",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"rimraf": "^6.0.1",
"source-map-support": "^0.5.21",
"supertest": "^6.3.4",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.6.2"
"typescript": "^5.7.2"
},
"optionalDependencies": {
"dotenv-cli": "^7.4.2",
"prisma": "^5.20.0"
"dotenv-cli": "^7.4.4",
"prisma": "^5.22.0"
},
"jest": {
"moduleFileExtensions": [
Expand Down
26 changes: 13 additions & 13 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,27 @@
"types:check": "tsc --pretty"
},
"dependencies": {
"@heroicons/react": "^2.1.5",
"@next/mdx": "^14.2.2",
"@heroicons/react": "^2.2.0",
"@next/mdx": "^14.2.19",
"clsx": "^2.1.1",
"framer-motion": "^11.11.17",
"motion": "^11.11.17",
"framer-motion": "^11.13.1",
"motion": "^11.13.1",
"next": "14.2.10",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.5"
},
"devDependencies": {
"@napi-rs/simple-git-linux-arm64-gnu": "^0.1.19",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"@types/node": "^20.17.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.2",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"docker:down": "docker compose down --remove-orphans --volumes"
},
"devDependencies": {
"prettier": "^3.2.5"
"prettier": "^3.4.1"
},
"homepage": "https://metro-now.vercel.app/",
"repository": {
Expand Down
Loading

0 comments on commit f3080f2

Please sign in to comment.