mirror of https://github.com/zulip/zulip.git
dependencies: Upgrade JavaScript dependencies.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
3c57564213
commit
d63a9e23eb
14
package.json
14
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"private": true,
|
||||
"packageManager": "pnpm@8.15.5+sha256.4b4efa12490e5055d59b9b9fc9438b7d581a6b7af3b5675eb5c5f447cee1a589",
|
||||
"packageManager": "pnpm@9.0.6+sha256.0624e30eff866cdeb363b15061bdb7fd9425b17bc1bb42c22f5f4efdea21f6b3",
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.5.5",
|
||||
"@babel/preset-env": "^7.5.5",
|
||||
|
@ -25,8 +25,8 @@
|
|||
"clean-css": "^5.1.0",
|
||||
"clipboard": "^2.0.4",
|
||||
"colord": "^2.9.3",
|
||||
"core-js": "^3.36.0",
|
||||
"css-loader": "^6.2.0",
|
||||
"core-js": "^3.37.0",
|
||||
"css-loader": "^7.1.1",
|
||||
"css-minimizer-webpack-plugin": "^6.0.0",
|
||||
"date-fns": "^3.3.1",
|
||||
"email-addresses": "^5.0.0",
|
||||
|
@ -74,7 +74,7 @@
|
|||
"spectrum-colorpicker": "^1.8.1",
|
||||
"stackframe": "^1.3.4",
|
||||
"stacktrace-gps": "^3.0.4",
|
||||
"style-loader": "^3.2.1",
|
||||
"style-loader": "^4.0.0",
|
||||
"text-field-edit": "^4.0.0",
|
||||
"tippy.js": "^6.3.7",
|
||||
"turndown": "^7.0.0",
|
||||
|
@ -112,8 +112,8 @@
|
|||
"babel-plugin-istanbul": "^6.1.1",
|
||||
"babel-plugin-rewire-ts": "^1.4.0",
|
||||
"callsites": "^3.1.0",
|
||||
"cldr-annotations-derived-modern": "^44.0.1",
|
||||
"cldr-annotations-modern": "^44.0.1",
|
||||
"cldr-annotations-derived-modern": "^45.0.0",
|
||||
"cldr-annotations-modern": "^45.0.0",
|
||||
"commander": "^12.0.0",
|
||||
"css.escape": "^1.5.1",
|
||||
"diff": "^5.0.0",
|
||||
|
@ -126,7 +126,7 @@
|
|||
"eslint-plugin-formatjs": "^4.0.2",
|
||||
"eslint-plugin-import": "^2.22.0",
|
||||
"eslint-plugin-no-jquery": "^2.7.0",
|
||||
"eslint-plugin-unicorn": "^51.0.1",
|
||||
"eslint-plugin-unicorn": "^52.0.0",
|
||||
"jsdom": "^24.0.0",
|
||||
"minimist": "^1.2.6",
|
||||
"mkdirp": "^3.0.1",
|
||||
|
|
17140
pnpm-lock.yaml
17140
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
|
@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 255
|
|||
# historical commits sharing the same major version, in which case a
|
||||
# minor version bump suffices.
|
||||
|
||||
PROVISION_VERSION = (268, 0) # last bumped 2024-04-17 for Django upgrade
|
||||
PROVISION_VERSION = (269, 0) # last bumped 2024-04-25 for JavaScript dependencies upgrade
|
||||
|
|
|
@ -14,7 +14,7 @@ module.exports = {
|
|||
[
|
||||
"@babel/preset-env",
|
||||
{
|
||||
corejs: "3.36",
|
||||
corejs: "3.37",
|
||||
include: ["transform-optional-chaining"],
|
||||
shippedProposals: true,
|
||||
useBuiltIns: "usage",
|
||||
|
|
Loading…
Reference in New Issue