Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent 527b66d commit adaaf60
Show file tree
Hide file tree
Showing 2 changed files with 543 additions and 144 deletions.
16 changes: 8 additions & 8 deletions front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"version": "0.0.0",
"type": "module",
"packageManager": "pnpm@9.15.2",
"packageManager": "pnpm@9.15.4",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
Expand All @@ -23,17 +23,17 @@
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@tanstack/router-devtools": "1.95.1",
"@tanstack/router-plugin": "1.95.1",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@tanstack/router-devtools": "1.95.5",
"@tanstack/router-plugin": "1.95.5",
"@types/react": "19.0.6",
"@types/react-dom": "19.0.3",
"@vitejs/plugin-react-swc": "3.7.2",
"autoprefixer": "10.4.20",
"globals": "15.14.0",
"orval": "7.3.0",
"postcss": "8.4.49",
"orval": "7.4.1",
"postcss": "8.5.0",
"tailwindcss": "3.4.17",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vite": "6.0.7"
}
}
Loading

0 comments on commit adaaf60

Please sign in to comment.