Skip to content

Commit 0ba35c1

Browse files
committed
chore(deps-dev): rm rollup
1 parent cf5936f commit 0ba35c1

File tree

3 files changed

+16
-19
lines changed

3 files changed

+16
-19
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
"eslint-plugin-simple-import-sort": "12.1.1",
6363
"jest": "30.2.0",
6464
"jest-environment-jsdom": "30.2.0",
65-
"rollup": "4.52.5",
6665
"ts-jest": "29.4.5",
6766
"ts-toolbelt": "9.6.0",
6867
"typescript": "5.9.3",

scripts/splitVendorChunk.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// @ts-check
22

3-
/** @import * as Rollup from 'rollup' */
43
/** @import * as Vite from 'vite' */
54

65
import { createRequire } from 'node:module'
@@ -19,7 +18,7 @@ export default function splitVendorChunk() {
1918
const frameworkPaths = getTopLevelFrameworkPaths(['react', 'react-dom'])
2019

2120
/**
22-
* @type {Rollup.GetManualChunk}
21+
* @type {Vite.Rollup.GetManualChunk}
2322
*/
2423
const manualChunks = (id, { getModuleInfo }) => {
2524
if (

yarn.lock

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3919,7 +3919,6 @@ __metadata:
39193919
pako: "npm:2.1.0"
39203920
react: "npm:19.2.0"
39213921
react-dom: "npm:19.2.0"
3922-
rollup: "npm:4.52.5"
39233922
rxjs: "patch:rxjs@npm%3A8.0.0-alpha.14#~/.yarn/patches/rxjs-npm-8.0.0-alpha.14-00c47179bc.patch"
39243923
ts-brand: "npm:0.2.0"
39253924
ts-enum-utilx: "npm:0.3.0"
@@ -7490,7 +7489,21 @@ __metadata:
74907489
languageName: node
74917490
linkType: hard
74927491

7493-
"rollup@npm:4.52.5, rollup@npm:^4.43.0":
7492+
"rollup@npm:^2.43.1":
7493+
version: 2.79.2
7494+
resolution: "rollup@npm:2.79.2"
7495+
dependencies:
7496+
fsevents: "npm:~2.3.2"
7497+
dependenciesMeta:
7498+
fsevents:
7499+
optional: true
7500+
bin:
7501+
rollup: dist/bin/rollup
7502+
checksum: 10c0/bc3746c988d903c2211266ddc539379d53d92689b9cc5c2b4e3ae161689de9af491957a567c629b6cc81f48d0928a7591fc4c383fba68a48d2966c9fb8a2bce9
7503+
languageName: node
7504+
linkType: hard
7505+
7506+
"rollup@npm:^4.43.0":
74947507
version: 4.52.5
74957508
resolution: "rollup@npm:4.52.5"
74967509
dependencies:
@@ -7571,20 +7584,6 @@ __metadata:
75717584
languageName: node
75727585
linkType: hard
75737586

7574-
"rollup@npm:^2.43.1":
7575-
version: 2.79.2
7576-
resolution: "rollup@npm:2.79.2"
7577-
dependencies:
7578-
fsevents: "npm:~2.3.2"
7579-
dependenciesMeta:
7580-
fsevents:
7581-
optional: true
7582-
bin:
7583-
rollup: dist/bin/rollup
7584-
checksum: 10c0/bc3746c988d903c2211266ddc539379d53d92689b9cc5c2b4e3ae161689de9af491957a567c629b6cc81f48d0928a7591fc4c383fba68a48d2966c9fb8a2bce9
7585-
languageName: node
7586-
linkType: hard
7587-
75887587
"rrweb-cssom@npm:^0.8.0":
75897588
version: 0.8.0
75907589
resolution: "rrweb-cssom@npm:0.8.0"

0 commit comments

Comments
 (0)