Skip to content

Commit

Permalink
chore: bump webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Oct 2, 2023
1 parent 61d07e4 commit 9ea0d4a
Show file tree
Hide file tree
Showing 6 changed files with 403 additions and 461 deletions.
6 changes: 3 additions & 3 deletions apps/admin-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"dependencies": {
"@apollo/server": "^4.9.3",
"@cgr/schema": "workspace:*",
"@nestjs/apollo": "^11.0.5",
"@nestjs/apollo": "^11.0.6",
"@nestjs/axios": "^2.0.0",
"@nestjs/cli": "^9.0.0",
"@nestjs/cli": "^9.5.0",
"@nestjs/common": "9.4.0",
"@nestjs/config": "2.2.0",
"@nestjs/core": "9.4.0",
Expand All @@ -40,7 +40,7 @@
"@types/cookie-parser": "^1.4.4",
"@types/express": "^4.17.18",
"@types/jest": "29.5.5",
"@types/node": "^18.11.18",
"@types/node": "^18.18.1",
"eslint": "8.50.0",
"jest": "29.7.0",
"ts-jest": "29.1.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/admin-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"format": "eslint src --fix"
},
"devDependencies": {
"@types/node": "18.11.18",
"@types/node": "18.18.1",
"@types/react": "18.2.24",
"@types/react-dom": "18.2.8",
"eslint": "8.50.0",
Expand Down
6 changes: 3 additions & 3 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"prebuild": "rimraf dist"
},
"devDependencies": {
"@nestjs/cli": "^9.0.0",
"@nestjs/cli": "^9.5.0",
"@types/cookie-parser": "^1.4.4",
"@types/express": "^4.17.18",
"@types/jest": "29.5.5",
Expand All @@ -28,7 +28,7 @@
"@cgr/schema": "workspace:*",
"@grpc/grpc-js": "1.9.4",
"@grpc/proto-loader": "0.7.10",
"@nestjs/apollo": "^11.0.5",
"@nestjs/apollo": "^11.0.6",
"@nestjs/common": "9.4.0",
"@nestjs/config": "2.2.0",
"@nestjs/core": "9.4.0",
Expand All @@ -43,7 +43,7 @@
"class-transformer": "0.3.1",
"class-validator": "0.14.0",
"cookie-parser": "1.4.6",
"google-auth-library": "^8.7.0",
"google-auth-library": "^8.9.0",
"googleapis": "88.2.0",
"googleapis-common": "5.0.5",
"graphql": "16.8.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/reg-scraper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"prebuild": "rimraf dist"
},
"devDependencies": {
"@nestjs/cli": "^9.1.9",
"@nestjs/cli": "^9.5.0",
"@types/jest": "29.5.5",
"@types/node": "18.18.1",
"@types/tough-cookie": "4.0.3",
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"axios": "0.23.0",
"broadcast-channel": "4.2.0",
"canvas": "2.11.2",
"cookies-next": "^2.1.1",
"cookies-next": "^2.1.2",
"date-fns": "^2.30.0",
"escape-html": "^1.0.3",
"framer-motion": "7.1.0",
Expand All @@ -80,7 +80,7 @@
"mobx-utils": "6.0.8",
"next": "^13.5.3",
"next-seo": "^5.15.0",
"next-sitemap": "^3.1.47",
"next-sitemap": "^3.1.55",
"nprogress": "^0.2.0",
"react": "18.2.0",
"react-beautiful-dnd": "13.1.1",
Expand Down
Loading

0 comments on commit 9ea0d4a

Please sign in to comment.