Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang committed Dec 27, 2024
1 parent 58d80da commit eb214de
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,17 @@
"url": "https://github.com/stevenjoezhang/live2d-widget/issues"
},
"homepage": "https://github.com/stevenjoezhang/live2d-widget#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/pluginutils": "^5.0.1",
"@types/node": "^20.0.0",
"@rollup/pluginutils": "^5.1.4",
"@types/node": "^22.10.2",
"prettier": "^3.4.2",
"rollup": "^3.2.3",
"terser": "^5.15.1",
"typescript": "^5.0.0"
"rollup": "^4.29.1",
"terser": "^5.37.0",
"typescript": "^5.7.2"
}
}

0 comments on commit eb214de

Please sign in to comment.