mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-05-01 01:25:37 +08:00
* chore(deps): update dependency @sentry/browser to v8.27.0 * js: Update vendored libraries --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
16 lines
347 B
JSON
16 lines
347 B
JSON
{
|
|
"name": "client-3rd-party",
|
|
"version": "0.0.1",
|
|
"description": "Used to manage 3rd party libraries for the client side.",
|
|
"license": "GPL-3.0-or-later",
|
|
"scripts": {
|
|
"build": "webpack"
|
|
},
|
|
"dependencies": {
|
|
"@sentry/browser": "8.27.0"
|
|
},
|
|
"devDependencies": {
|
|
"webpack": "^5.93.0",
|
|
"webpack-cli": "^5.1.4"
|
|
}
|
|
}
|