Skip to content

Commit

Permalink
"@rollup/rollup-linux-x64-gnu": "4.18.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
emeraldjava committed Jun 6, 2024
1 parent 67985ab commit 0302419
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
app:
image: node:18
image: node:21
ports:
- 4321:4321
working_dir: /app
Expand Down
29 changes: 16 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/rss": "^4.0.2",
"@resvg/resvg-js": "^2.6.0",
"@resvg/resvg-js": "^2.6.2",
"astro": "^4.2.1",
"cross-env": "^7.0.3",
"fuse.js": "^7.0.0",
Expand Down Expand Up @@ -50,6 +50,9 @@
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.18.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
Expand Down

0 comments on commit 0302419

Please sign in to comment.