Skip to content

Commit db0782b

Browse files
authoredDec 8, 2023
fix(deps): Update rollup (#379)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9d21838 commit db0782b

File tree

3 files changed

+121
-112
lines changed

3 files changed

+121
-112
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"pretty-bytes": "^5.6.0",
109109
"prompts": "^2.4.2",
110110
"rimraf": "^4.4.1",
111-
"rollup": "^4.6.1",
111+
"rollup": "^4.7.0",
112112
"rollup-plugin-esbuild": "^6.1.0",
113113
"rxjs": "^7.8.1",
114114
"treeify": "^1.1.0",

‎playground/runtime-next-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"dummy-module": "workspace:*",
13-
"next": "^14.0.3",
13+
"next": "^14.0.4",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0",
1616
"use-client-directive": "workspace:*"

‎pnpm-lock.yaml

+119-110
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.