Skip to content

Commit

Permalink
build(deps): update some build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JoosepAlviste committed Feb 11, 2024
1 parent 69cb0fa commit 6dc39ca
Show file tree
Hide file tree
Showing 9 changed files with 795 additions and 732 deletions.
18 changes: 9 additions & 9 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,27 +44,27 @@
"bcryptjs": "^2.4.3",
"dataloader": "^2.2.2",
"date-fns": "^2.30.0",
"dotenv": "^16.0.3",
"dotenv-cli": "^7.1.0",
"dotenv": "^16.4.2",
"dotenv-cli": "^7.3.0",
"dotenv-expand": "^10.0.0",
"drizzle-orm": "^0.29.3",
"fastify": "^4.18.0",
"fishery": "^2.2.2",
"graphql": "^16.8.1",
"graphql-scalars": "^1.22.0",
"graphql-yoga": "^4.0.2",
"jsonwebtoken": "^9.0.0",
"jsonwebtoken": "^9.0.2",
"just-group-by": "^2.2.0",
"just-index": "^4.2.0",
"just-omit": "^2.2.0",
"nanoid": "^4.0.2",
"node-fetch": "^3.3.1",
"pg": "^8.10.0",
"pg": "^8.11.3",
"pino": "^8.14.1",
"zod": "^3.22.3"
},
"devDependencies": {
"@graphql-codegen/cli": "^4.0.1",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.2.2",
"@graphql-tools/executor-http": "^1.0.0",
"@graphql-typed-document-node/core": "^3.2.0",
Expand All @@ -74,16 +74,16 @@
"@serieslist/prettier-config": "workspace:*",
"@serieslist/typescript-config-base": "workspace:*",
"@serieslist/util-types": "workspace:*",
"@types/bcryptjs": "^2.4.2",
"@types/jsonwebtoken": "^9.0.1",
"@types/bcryptjs": "^2.4.6",
"@types/jsonwebtoken": "^9.0.5",
"@types/node": "^20.11.17",
"@types/pg": "^8.6.6",
"@types/pg": "^8.11.0",
"@vitest/coverage-v8": "^1.2.2",
"just-filter-object": "^3.2.0",
"madge": "^6.1.0",
"nock": "^13.5.1",
"rimraf": "^5.0.5",
"tsx": "^4.7.0",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"vitest": "^1.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/jobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@serieslist/prettier-config": "workspace:*",
"@serieslist/typescript-config-base": "workspace:*",
"rimraf": "^5.0.5",
"tsx": "^4.7.0",
"tsx": "^4.7.1",
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion apps/tmdbMockServer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@serieslist/prettier-config": "workspace:*",
"@serieslist/typescript-config-base": "workspace:*",
"rimraf": "^5.0.5",
"tsx": "^4.7.0",
"tsx": "^4.7.1",
"typescript": "^5.3.3"
}
}
16 changes: 8 additions & 8 deletions apps/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"@serieslist/core-logger": "workspace:*",
"@serieslist/core-ui": "workspace:*",
"@serieslist/util-dates": "workspace:*",
"@vanilla-extract/css": "^1.14.0",
"@vanilla-extract/css": "^1.14.1",
"@vitejs/plugin-react": "^4.2.1",
"classnames": "^2.3.2",
"cross-env": "^7.0.3",
"date-fns": "^2.30.0",
"dotenv": "^16.0.3",
"dotenv-cli": "^7.1.0",
"dotenv": "^16.4.2",
"dotenv-cli": "^7.3.0",
"dotenv-expand": "^10.0.0",
"fastify": "^4.18.0",
"fishery": "^2.2.2",
Expand All @@ -62,9 +62,9 @@
"zod": "^3.22.3"
},
"devDependencies": {
"@graphql-codegen/cli": "^4.0.1",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.2.2",
"@sentry/vite-plugin": "^2.10.2",
"@sentry/vite-plugin": "^2.14.0",
"@serieslist/core-esbuild": "workspace:*",
"@serieslist/eslint-config-react": "workspace:*",
"@serieslist/prettier-config": "workspace:*",
Expand All @@ -84,12 +84,12 @@
"madge": "^6.1.0",
"mock-apollo-client": "^1.2.1",
"nanoid": "^4.0.2",
"resolve-tspaths": "^0.8.13",
"resolve-tspaths": "^0.8.17",
"rimraf": "^5.0.5",
"tsx": "^4.7.0",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite-plugin-pwa": "^0.17.4",
"vite-plugin-pwa": "^0.18.0",
"vitest": "^1.2.2"
}
}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@
"devDependencies": {
"@nx/devkit": "18.0.4",
"@nx/plugin": "18.0.4",
"dotenv-cli": "^7.1.0",
"dotenv-cli": "^7.3.0",
"nx": "18.0.4",
"syncpack": "^12.3.0"
}
}

6 changes: 3 additions & 3 deletions packages/core-db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
"dependencies": {
"@serieslist/core-logger": "workspace:*",
"drizzle-orm": "^0.29.3",
"pg": "^8.10.0",
"pg": "^8.11.3",
"pino": "^8.14.1"
},
"devDependencies": {
"@serieslist/eslint-config-base": "workspace:*",
"@serieslist/prettier-config": "workspace:*",
"@serieslist/util-types": "workspace:*",
"@serieslist/typescript-config-base": "workspace:*",
"@serieslist/util-types": "workspace:*",
"date-fns": "^2.30.0",
"drizzle-kit": "^0.20.13",
"tsx": "^4.7.0",
"tsx": "^4.7.1",
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/core-esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"@serieslist/eslint-config-base": "workspace:*",
"@serieslist/prettier-config": "workspace:*",
"@serieslist/typescript-config-base": "workspace:*",
"esbuild": "^0.19.11"
"esbuild": "^0.20.0"
}
}
4 changes: 2 additions & 2 deletions packages/core-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-toast": "^1.1.4",
"@radix-ui/react-tooltip": "^1.0.6",
"@vanilla-extract/css": "^1.14.0",
"@vanilla-extract/css": "^1.14.1",
"classnames": "^2.3.2",
"react-hook-form": "^7.43.9"
},
Expand All @@ -54,7 +54,7 @@
"@vitest/coverage-v8": "^1.2.2",
"jsdom": "^24.0.0",
"react": "^18.2.0",
"tsx": "^4.7.0",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"vitest": "^1.2.2",
"zod": "^3.22.3"
Expand Down
Loading

0 comments on commit 6dc39ca

Please sign in to comment.