Skip to content

Commit

Permalink
Merge pull request #75 from DanBot-Hosting/master
Browse files Browse the repository at this point in the history
Update dev branch pls
  • Loading branch information
Kyro3400 authored Sep 15, 2024
2 parents e3f0c01 + 9f0f140 commit b1d15a8
Show file tree
Hide file tree
Showing 6 changed files with 305 additions and 306 deletions.
7 changes: 3 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
{
"packageRules": [
{
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"groupName": "all major dependencies",
"groupSlug": "all-major-patch",
"labels": ["dependencies"],
"addLabels": ["dependencies"],
"assigneesFromCodeOwners": true,
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
"major"
]
}
]
Expand Down
324 changes: 162 additions & 162 deletions .yarn/releases/yarn-4.4.1.cjs → .yarn/releases/yarn-4.5.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
yarnPath: .yarn/releases/yarn-4.4.1.cjs
yarnPath: .yarn/releases/yarn-4.5.0.cjs

nodeLinker: node-modules
122 changes: 61 additions & 61 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.7",
"@skyra/discord-components-react": "^4.0.0-alpha.33",
"@tabler/icons": "3.15.0",
"@tabler/icons": "3.17.0",
"cookies-next": "^4.2.1",
"cvet": "^4.0.0",
"next": "14.2.9",
"next": "14.2.11",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -49,5 +49,5 @@
"ikota": "^1.0.1",
"typescript": "5.6.2"
},
"packageManager": "yarn@4.4.1"
"packageManager": "yarn@4.5.0"
}
Loading

0 comments on commit b1d15a8

Please sign in to comment.