Skip to content

Commit 9920317

Browse files
committed
minor #2876 Upgrade Rollup dependencies (Kocal)
This PR was merged into the 2.x branch. Discussion ---------- Upgrade Rollup dependencies | Q | A | ------------- | --- | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Docs? | no <!-- required for new features --> | Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT <!-- Replace this notice by a description of your feature/bugfix. This will help reviewers and should be a good start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - For new features, provide some code snippets to help understand usage. - Features and deprecations must be submitted against branch main. - Update/add documentation as required (we can help!) - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry - Never break backward compatibility (see https://symfony.com/bc). --> Just upgrading some Rollup related dependencies... Commits ------- db74127 Upgrade Rollup dependencies
2 parents 8fd4278 + db74127 commit 9920317

File tree

2 files changed

+147
-119
lines changed

2 files changed

+147
-119
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@
1818
"@babel/preset-react": "^7.24.7",
1919
"@babel/preset-typescript": "^7.24.7",
2020
"@biomejs/biome": "^2.0.4",
21-
"@rollup/plugin-commonjs": "^28.0.0",
22-
"@rollup/plugin-node-resolve": "^15.3.0",
23-
"@rollup/plugin-typescript": "^11.1.6",
21+
"@rollup/plugin-commonjs": "^28.0.6",
22+
"@rollup/plugin-node-resolve": "^16.0.1",
23+
"@rollup/plugin-typescript": "^12.1.4",
2424
"@symfony/stimulus-testing": "^2.0.1",
2525
"@types/node": "^22.6.0",
2626
"@vitest/browser": "^2.1.1",
2727
"lightningcss": "^1.28.2",
2828
"playwright": "^1.47.0",
29-
"rollup": "^4.22.5",
29+
"rollup": "^4.44.1",
3030
"tinyglobby": "^0.2.14",
3131
"tslib": "^2.6.3",
3232
"tsx": "^4.20.3",
33-
"typescript": "^5.5.4",
33+
"typescript": "^5.8.3",
3434
"vitest": "^2.1.1"
3535
},
3636
"resolutions": {

0 commit comments

Comments
 (0)