Skip to content

Commit

Permalink
Bump size-limit to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
meduzen committed Nov 18, 2023
1 parent cccee2d commit 57192d3
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 98 deletions.
12 changes: 4 additions & 8 deletions .size-limit.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[
{
"name": "Everything",
"path": "public",
"brotli": true
"path": "public"
},
{
"name": "Assets",
Expand All @@ -11,17 +10,14 @@
},
{
"name": "Articles",
"path": ["public/articles"],
"brotli": true
"path": ["public/articles"]
},
{
"name": "Notes",
"path": ["public/notes"],
"brotli": true
"path": ["public/notes"]
},
{
"name": "Feeds",
"path": ["public/feed.xml"],
"brotli": true
"path": ["public/feed.xml"]
}
]
156 changes: 68 additions & 88 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"test:absolute-links": "lychee vitepress/**/*.md"
},
"devDependencies": {
"@size-limit/preset-app": "^10.0.2",
"@size-limit/preset-app": "^11",
"feed": "^4.2.2",
"size-limit": "^10.0.2",
"size-limit": "^11",
"vitepress": "^1.0.0-rc.22"
},
"dependencies": {
Expand Down

0 comments on commit 57192d3

Please sign in to comment.