Skip to content

Commit

Permalink
upgrade dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Sep 11, 2024
1 parent ac4b1b7 commit 8056932
Show file tree
Hide file tree
Showing 4 changed files with 106 additions and 92 deletions.
169 changes: 91 additions & 78 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,22 @@
},
"devDependencies": {
"@ryanatkn/belt": "^0.24.12",
"@ryanatkn/eslint-config": "^0.5.1",
"@ryanatkn/fuz": "^0.120.10",
"@ryanatkn/gro": "^0.133.7",
"@ryanatkn/eslint-config": "^0.5.3",
"@ryanatkn/fuz": "^0.120.11",
"@ryanatkn/gro": "^0.133.8",
"@ryanatkn/moss": "^0.14.1",
"@sveltejs/adapter-static": "^3.0.4",
"@sveltejs/kit": "^2.5.26",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"eslint": "^9.9.1",
"eslint": "^9.10.0",
"eslint-plugin-svelte": "^2.43.0",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"svelte": "^5.0.0-next.243",
"svelte": "^5.0.0-next.244",
"svelte-check": "^4.0.1",
"tslib": "^2.7.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.4.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.5.0",
"uvu": "^0.5.6"
},
"prettier": {
Expand Down
1 change: 1 addition & 0 deletions src/routes/Mreows.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
.mreows {
position: relative;
width: 100%;
margin-top: 4rem;
}
/* horrible hack but it's fine, this component shouldn't be used */
:global(body) {
Expand Down
Loading

0 comments on commit 8056932

Please sign in to comment.