Skip to content

Commit efc28cd

Browse files
authoredMay 23, 2024··
fix(deps): Update rollup packages (#898)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 12c9a90 commit efc28cd

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed
 

‎playground/runtime-astro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"start": "astro dev"
1313
},
1414
"devDependencies": {
15-
"astro": "^4.8.6",
15+
"astro": "^4.8.7",
1616
"dummy-commonjs": "workspace:*",
1717
"dummy-module": "workspace:*"
1818
}

‎playground/styled-components-module/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
"test": "node test.mjs"
2727
},
2828
"dependencies": {
29-
"@rollup/plugin-commonjs": "^25.0.7",
29+
"@rollup/plugin-commonjs": "^25.0.8",
3030
"@rollup/plugin-node-resolve": "^15.2.3",
3131
"@rollup/plugin-swc": "^0.3.0",
3232
"@swc/plugin-styled-components": "^2.0.6",
3333
"@types/react": "^18.3.2",
3434
"babel-plugin-styled-components": "^2.1.4",
3535
"react": "^18.3.1",
36-
"rollup": "^4.17.2",
36+
"rollup": "^4.18.0",
3737
"rollup-plugin-esbuild": "^6.1.1",
3838
"styled-components": "^6.1.11"
3939
}

‎pnpm-lock.yaml

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.