Skip to content

Commit

Permalink
Merge pull request #35 from fredrikj31/packages-updates
Browse files Browse the repository at this point in the history
chore(npm): upgrades packages versions
  • Loading branch information
fredrikj31 authored Oct 7, 2024
2 parents 2634cbf + d343c61 commit 18c2a06
Show file tree
Hide file tree
Showing 5 changed files with 1,800 additions and 1,269 deletions.
34 changes: 17 additions & 17 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,33 +8,33 @@
"lint": "eslint . --max-warnings 0"
},
"dependencies": {
"@fastify/cookie": "^9.3.1",
"@fastify/cors": "^9.0.1",
"@fastify/swagger": "^8.13.0",
"@fastify/swagger-ui": "^2.0.1",
"@fastify/cookie": "^10.0.1",
"@fastify/cors": "^10.0.1",
"@fastify/swagger": "^9.1.0",
"@fastify/swagger-ui": "^5.0.1",
"dotenv": "^16.3.1",
"fastify": "^4.25.2",
"fastify-plugin": "^4.5.1",
"fastify-type-provider-zod": "^1.1.9",
"fastify": "^5.0.0",
"fastify-plugin": "^5.0.1",
"fastify-type-provider-zod": "^4.0.1",
"jsonwebtoken": "^9.0.2",
"pino": "^8.19.0",
"pino-pretty": "^10.3.1",
"slonik": "^37.4.0",
"slonik-interceptor-field-name-transformation": "^1.6.5",
"pino": "^9.4.0",
"pino-pretty": "^11.2.2",
"slonik": "^46.1.0",
"slonik-interceptor-field-name-transformation": "^46.1.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.3",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.10.5",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^22.7.4",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.11",
"prettier": "^3.2.5",
"tsx": "^4.7.0",
"typescript": "^5.3.3"
"husky": "^9.1.6",
"prettier": "^3.3.3",
"tsx": "^4.19.1",
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion api/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ app.setErrorHandler((error, _, res) => {
});
});

app.listen({ port: 3000, host: "0.0.0.0" }, (err: Error | null) => {
app.listen({ port: 3000 }, (err: Error | null) => {
if (err) {
app.log.error(err);
process.exit(1);
Expand Down
41 changes: 21 additions & 20 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,39 +9,40 @@
},
"dependencies": {
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@tanstack/react-query": "^5.51.23",
"@tanstack/react-query-devtools": "5.51.23",
"axios": "^1.7.4",
"@radix-ui/react-toast": "^1.2.2",
"@tanstack/react-query": "^5.59.0",
"@tanstack/react-query-devtools": "5.59.0",
"axios": "^1.7.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"date-fns": "^4.1.0",
"js-cookie": "^3.0.5",
"lucide-react": "^0.417.0",
"lucide-react": "^0.447.0",
"react": "^18.2.0",
"react-day-picker": "8.10.1",
"react-day-picker": "9.1.3",
"react-dom": "^18.2.0",
"react-router-dom": "^6.23.1",
"tailwind-merge": "^2.4.0",
"react-router-dom": "^6.26.2",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.10.5",
"@types/react": "^18.2.66",
"@types/node": "^22.7.4",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@vitejs/plugin-react": "^4.3.2",
"autoprefixer": "^10.4.20",
"eslint": "8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"postcss": "^8.4.40",
"tailwindcss": "^3.4.7",
"typescript": "^5.2.2",
"vite": "^5.2.14"
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"vite": "^5.4.8"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"devDependencies": {
"@auth-system/eslint-config": "workspace:*",
"@auth-system/typescript-config": "workspace:*",
"husky": "^9.0.11",
"prettier": "^3.2.5",
"turbo": "^2.0.12"
"husky": "^9.1.6",
"prettier": "^3.3.3",
"turbo": "^2.1.3"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
Loading

0 comments on commit 18c2a06

Please sign in to comment.