Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent 9e4a850 commit 060543f
Show file tree
Hide file tree
Showing 2 changed files with 145 additions and 165 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,26 @@
"npm": ">=7.0.0"
},
"dependencies": {
"@sequelize/core": "7.0.0-alpha.37",
"mariadb": "^3.3.2",
"@sequelize/core": "7.0.0-alpha.43",
"mariadb": "^3.4.0",
"next": "^15.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"sequelize": "^6.37.3"
"sequelize": "^6.37.5"
},
"devDependencies": {
"@types/node": "^22.9.0",
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "15.0.3",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"rimraf": "^6.0.1",
"tailwindcss": "^3.4.13",
"tslib": "^2.7.0",
"tailwindcss": "^3.4.15",
"tslib": "^2.8.1",
"typescript": "^5.6.3"
}
}
Loading

0 comments on commit 060543f

Please sign in to comment.