mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-28 07:29:02 +08:00
* chore(deps): update dependency @sentry/browser to v8.34.0 * chore(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>
20 lines
473 B
JSON
20 lines
473 B
JSON
{
|
|
"name": "weblate-client-libs",
|
|
"version": "5.8",
|
|
"description": "Used to manage 3rd party libraries for the client side.",
|
|
"license": "GPL-3.0-or-later",
|
|
"scripts": {
|
|
"build": "webpack"
|
|
},
|
|
"dependencies": {
|
|
"@sentry/browser": "8.34.0",
|
|
"jquery": "3.7.1",
|
|
"tributejs": "5.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"terser-webpack-plugin": "5.3.10",
|
|
"webpack": "5.95.0",
|
|
"webpack-cli": "5.1.4",
|
|
"webpack-license-plugin": "4.5.0"
|
|
}
|
|
}
|