Skip to content

Commit 659de64

Browse files
authored
fix: Correctly parse date skeleton EEEE to a long weekday like "Tuesday" (upgrades to intl-messageformat@10 internally) (amannn#1039)
1 parent 87adb63 commit 659de64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,11 @@
114114
"size-limit": [
115115
{
116116
"path": "dist/production/index.react-client.js",
117-
"limit": "13.055 KB"
117+
"limit": "15.735 KB"
118118
},
119119
{
120120
"path": "dist/production/index.react-server.js",
121-
"limit": "13.765 KB"
121+
"limit": "16.5 KB"
122122
},
123123
{
124124
"path": "dist/production/navigation.react-client.js",
@@ -134,7 +134,7 @@
134134
},
135135
{
136136
"path": "dist/production/server.react-server.js",
137-
"limit": "13.05 KB"
137+
"limit": "15.645 KB"
138138
},
139139
{
140140
"path": "dist/production/middleware.js",

0 commit comments

Comments
 (0)