Skip to content

Commit

Permalink
chore(deps): bump rollup to 4.13.0 (#15295)
Browse files Browse the repository at this point in the history
  • Loading branch information
moui0 authored Mar 12, 2024
1 parent 74dc73a commit 2f95c2b
Show file tree
Hide file tree
Showing 4 changed files with 122 additions and 113 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"playwright-chromium": "^1.42.1",
"prettier": "3.2.5",
"rimraf": "^5.0.5",
"rollup": "^4.2.0",
"rollup": "^4.13.0",
"semver": "^7.6.0",
"simple-git-hooks": "^2.10.0",
"tslib": "^2.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"dependencies": {
"esbuild": "^0.20.1",
"postcss": "^8.4.35",
"rollup": "^4.2.0"
"rollup": "^4.13.0"
},
"optionalDependencies": {
"fsevents": "~2.3.3"
Expand Down
2 changes: 1 addition & 1 deletion playground/js-sourcemap/__tests__/js-sourcemap.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ describe.runIf(isBuild)('build tests', () => {
})

test('sourcemap is correct when preload information is injected', async () => {
const map = findAssetFile(/after-preload-dynamic.*\.js\.map/)
const map = findAssetFile(/after-preload-dynamic-[-\w]{8}\.js\.map/)
expect(formatSourcemapForSnapshot(JSON.parse(map))).toMatchInlineSnapshot(`
{
"ignoreList": [],
Expand Down
Loading

0 comments on commit 2f95c2b

Please sign in to comment.