Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency size-limit to v11.0.2 #4940

Merged
merged 1 commit into from
Jan 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"prettier": "3.2.2",
"react-test-renderer": "18.2.0",
"rimraf": "5.0.5",
"size-limit": "11.0.1",
"size-limit": "11.0.2",
"tailwindcss": "3.4.1",
"typescript": "5.3.3",
"vite": "5.0.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"eslint": "8.56.0",
"get-tsconfig": "4.7.2",
"rimraf": "5.0.5",
"size-limit": "11.0.1",
"size-limit": "11.0.2",
"tslib": "2.6.2",
"tsup": "8.0.1",
"typescript": "5.3.3",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8693,7 +8693,7 @@ __metadata:
eslint: "npm:8.56.0"
get-tsconfig: "npm:4.7.2"
rimraf: "npm:5.0.5"
size-limit: "npm:11.0.1"
size-limit: "npm:11.0.2"
tslib: "npm:2.6.2"
tsup: "npm:8.0.1"
typescript: "npm:5.3.3"
Expand Down Expand Up @@ -17907,7 +17907,7 @@ __metadata:
rippleui: "npm:1.12.1"
rooks: "npm:7.14.1"
sharp: "npm:0.33.2"
size-limit: "npm:11.0.1"
size-limit: "npm:11.0.2"
superjson: "npm:2.2.1"
tailwindcss: "npm:3.4.1"
type-fest: "npm:4.9.0"
Expand Down Expand Up @@ -21357,9 +21357,9 @@ __metadata:
languageName: node
linkType: hard

"size-limit@npm:11.0.1":
version: 11.0.1
resolution: "size-limit@npm:11.0.1"
"size-limit@npm:11.0.2":
version: 11.0.2
resolution: "size-limit@npm:11.0.2"
dependencies:
bytes-iec: "npm:^3.1.1"
chokidar: "npm:^3.5.3"
Expand All @@ -21369,7 +21369,7 @@ __metadata:
picocolors: "npm:^1.0.0"
bin:
size-limit: bin.js
checksum: 6b22e371f730ca4b19f5f5f5ae897ddcca03c3fcdbc0fb8b07e825160a4404d37b7e13b986e9f306368fb3a75f3ca5ba5a232611a0f1822d983d60f3571875ec
checksum: 943161c0d13bc600d264025b0755ffe247f6b956deb4b87ce2f6a2753444777ef38306f1529450fcf2bb742c1407a5f20d3c3b5e8ce72bc5fceb2f2e6f96e4e7
languageName: node
linkType: hard

Expand Down
Loading