Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jan 8, 2025
1 parent 7a0c618 commit 7b56b53
Show file tree
Hide file tree
Showing 8 changed files with 1,242 additions and 894 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "vitest run --coverage && eslint . && sh scripts/max-listeners-check.sh"
},
"devDependencies": {
"@logux/eslint-config": "^53.4.0",
"@logux/eslint-config": "^53.5.1",
"@size-limit/esbuild": "workspace:^",
"@size-limit/esbuild-why": "workspace:^",
"@size-limit/file": "workspace:^",
Expand All @@ -20,9 +20,9 @@
"@size-limit/webpack-css": "workspace:^",
"@size-limit/webpack-why": "workspace:^",
"@vitest/coverage-v8": "^2.1.1",
"clean-publish": "^5.0.0",
"cross-spawn": "^7.0.5",
"eslint": "^9.11.1",
"clean-publish": "^5.1.0",
"cross-spawn": "^7.0.6",
"eslint": "^9.17.0",
"print-snapshots": "^0.4.2",
"redux": "^4.2.1",
"size-limit-node-esbuild": "^0.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/esbuild-why/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"size-limit": "11.1.6"
},
"dependencies": {
"esbuild-visualizer": "^0.6.0",
"esbuild-visualizer": "^0.7.0",
"open": "^10.1.0"
},
"devDependencies": {
"@size-limit/esbuild": "workspace:*",
"@size-limit/file": "workspace:*",
"esbuild": "^0.24.0",
"esbuild": "^0.24.2",
"redux": "^4.2.1",
"size-limit": "workspace:*"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"size-limit": "11.1.6"
},
"dependencies": {
"esbuild": "^0.24.0",
"esbuild": "^0.24.2",
"nanoid": "^5.0.9"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/size-limit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
},
"dependencies": {
"bytes-iec": "^3.1.1",
"chokidar": "^4.0.1",
"chokidar": "^4.0.3",
"jiti": "^2.4.2",
"lilconfig": "^3.1.2",
"nanospinner": "^1.1.0",
"picocolors": "^1.1.0",
"tinyglobby": "^0.2.7"
"lilconfig": "^3.1.3",
"nanospinner": "^1.2.2",
"picocolors": "^1.1.1",
"tinyglobby": "^0.2.10"
},
"devDependencies": {
"@size-limit/esbuild": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"@size-limit/file": "workspace:*",
"@size-limit/webpack": "workspace:*",
"size-limit": "workspace:*",
"webpack": "^5.95.0"
"webpack": "^5.97.1"
}
}
4 changes: 2 additions & 2 deletions packages/webpack-why/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"webpack": "^4.0.0 || ^5.0.0"
},
"dependencies": {
"@statoscope/webpack-plugin": "^5.28.2"
"@statoscope/webpack-plugin": "^5.28.3"
},
"devDependencies": {
"@size-limit/file": "workspace:*",
"@size-limit/webpack": "workspace:*",
"redux": "^4.2.1",
"size-limit": "workspace:*",
"webpack": "^5.95.0"
"webpack": "^5.97.1"
}
}
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"nanoid": "^5.0.9",
"webpack": "^5.95.0"
"webpack": "^5.97.1"
},
"devDependencies": {
"@size-limit/file": "workspace:*",
Expand Down
Loading

0 comments on commit 7b56b53

Please sign in to comment.