Skip to content

Commit 0302419

Browse files
committed
"@rollup/rollup-linux-x64-gnu": "4.18.0"
1 parent 67985ab commit 0302419

File tree

3 files changed

+21
-15
lines changed

3 files changed

+21
-15
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22

33
services:
44
app:
5-
image: node:18
5+
image: node:21
66
ports:
77
- 4321:4321
88
working_dir: /app

package-lock.json

Lines changed: 16 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@astrojs/check": "^0.5.10",
1919
"@astrojs/rss": "^4.0.2",
20-
"@resvg/resvg-js": "^2.6.0",
20+
"@resvg/resvg-js": "^2.6.2",
2121
"astro": "^4.2.1",
2222
"cross-env": "^7.0.3",
2323
"fuse.js": "^7.0.0",
@@ -50,6 +50,9 @@
5050
"react": "^18.2.0",
5151
"react-dom": "^18.2.0"
5252
},
53+
"optionalDependencies": {
54+
"@rollup/rollup-linux-x64-gnu": "4.18.0"
55+
},
5356
"config": {
5457
"commitizen": {
5558
"path": "./node_modules/cz-conventional-changelog"

0 commit comments

Comments
 (0)