Skip to content

Commit 707a207

Browse files
authored
Merge pull request #28538 from storybookjs/norbert/various-scripts-updates
Build: Various scripts upgrades
2 parents 16fd825 + 1a1f0d0 commit 707a207

File tree

2 files changed

+269
-266
lines changed

2 files changed

+269
-266
lines changed

scripts/package.json

+22-22
Original file line numberDiff line numberDiff line change
@@ -71,35 +71,35 @@
7171
"@testing-library/jest-dom": "^5.11.9",
7272
"@testing-library/react": "^14.0.0",
7373
"@testing-library/user-event": "^14.4.3",
74-
"@types/bun": "^1.1.1",
75-
"@types/cross-spawn": "^6.0.2",
74+
"@types/bun": "^1.1.6",
75+
"@types/cross-spawn": "^6.0.6",
7676
"@types/detect-port": "^1.3.5",
77-
"@types/ejs": "^3.1.1",
77+
"@types/ejs": "^3.1.5",
7878
"@types/escodegen": "^0.0.6",
7979
"@types/express": "^4.17.21",
8080
"@types/fs-extra": "^11.0.4",
81-
"@types/http-server": "^0.12.1",
82-
"@types/jest": "^29.5.5",
83-
"@types/lodash": "^4",
84-
"@types/node": "^18.0.0",
81+
"@types/http-server": "^0.12.4",
82+
"@types/jest": "^29.5.12",
83+
"@types/lodash": "^4.17.6",
84+
"@types/node": "^18.19.39",
8585
"@types/prettier": "^3.0.0",
86-
"@types/pretty-hrtime": "^1.0.0",
87-
"@types/prompts": "2.0.11",
86+
"@types/pretty-hrtime": "^1.0.3",
87+
"@types/prompts": "2.4.9",
8888
"@types/react": "^18.3.3",
8989
"@types/react-dom": "^18.3.0",
90-
"@types/semver": "^7.3.4",
91-
"@types/serve-static": "^1.13.8",
92-
"@types/uuid": "^9.0.1",
93-
"@types/wait-on": "^5.3.1",
94-
"@types/window-size": "^1.1.3",
95-
"@typescript-eslint/eslint-plugin": "^7.13.0",
90+
"@types/semver": "^7.5.8",
91+
"@types/serve-static": "^1.15.7",
92+
"@types/uuid": "^9.0.8",
93+
"@types/wait-on": "^5.3.4",
94+
"@types/window-size": "^1.1.4",
95+
"@typescript-eslint/eslint-plugin": "^7.16.0",
9696
"@typescript-eslint/experimental-utils": "^5.62.0",
97-
"@typescript-eslint/parser": "^7.13.0",
97+
"@typescript-eslint/parser": "^7.16.0",
9898
"@vitest/coverage-v8": "^1.6.0",
9999
"ansi-regex": "^6.0.1",
100100
"browser-assert": "^1.2.1",
101101
"chalk": "^4.1.0",
102-
"chromatic": "^11.5.3",
102+
"chromatic": "^11.5.5",
103103
"codecov": "^3.8.1",
104104
"commander": "^6.2.1",
105105
"cross-env": "^7.0.3",
@@ -132,7 +132,7 @@
132132
"find-up": "^5.0.0",
133133
"fs-extra": "^11.2.0",
134134
"github-release-from-changelog": "^2.1.1",
135-
"glob": "^10.4.1",
135+
"glob": "^10.4.5",
136136
"http-server": "^14.1.1",
137137
"husky": "^4.3.7",
138138
"json5": "^2.2.3",
@@ -161,8 +161,8 @@
161161
"remark-cli": "^12.0.1",
162162
"remark-lint": "^9.1.2",
163163
"remark-preset-lint-recommended": "^6.1.3",
164-
"rollup": "^4.17.2",
165-
"rollup-plugin-dts": "^6.1.0",
164+
"rollup": "^4.18.1",
165+
"rollup-plugin-dts": "^6.1.1",
166166
"semver": "^7.6.2",
167167
"serve-static": "^1.15.0",
168168
"simple-git": "^3.25.0",
@@ -172,11 +172,11 @@
172172
"tiny-invariant": "^1.3.3",
173173
"trash": "^7.2.0",
174174
"ts-dedent": "^2.2.0",
175-
"tsup": "^6.0.0",
175+
"tsup": "^6.7.0",
176176
"type-fest": "~2.19",
177177
"typescript": "^5.4.5",
178178
"util": "^0.12.5",
179-
"uuid": "^9.0.0",
179+
"uuid": "^9.0.1",
180180
"vitest": "^1.6.0",
181181
"wait-on": "^7.2.0",
182182
"window-size": "^1.1.1",

0 commit comments

Comments
 (0)