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 4, 2024
1 parent 535cf73 commit 608057c
Show file tree
Hide file tree
Showing 2 changed files with 126 additions and 154 deletions.
16 changes: 8 additions & 8 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",
"next": "^14.2.14",
"@sequelize/core": "7.0.0-alpha.43",
"mariadb": "^3.4.0",
"next": "^14.2.16",
"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": "^20.16.10",
"@types/react": "^18.3.11",
"@types/node": "^20.17.6",
"@types/react": "^18.3.12",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.16",
"postcss": "^8.4.47",
"rimraf": "^6.0.1",
"tailwindcss": "^3.4.13",
"tslib": "^2.7.0",
"tailwindcss": "^3.4.14",
"tslib": "^2.8.1",
"typescript": "^5.6.3"
}
}
Loading

0 comments on commit 608057c

Please sign in to comment.