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
c5dce72ff4
commit
170a857bc1
10
package.json
10
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"private": true,
|
||||
"packageManager": "pnpm@8.6.9+sha256.c94450b6623ecedb5e8c7045c7e67cb240bbe88e17660b3d8c57207dfd1eff90",
|
||||
"packageManager": "pnpm@8.6.12+sha256.3ed40ffc6cbb00790ab325e9d3ff5517a3ed5b763ec53a411707b1702a411174",
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.5.5",
|
||||
"@babel/preset-env": "^7.5.5",
|
||||
|
@ -63,7 +63,7 @@
|
|||
"postcss-prefixwrap": "^1.24.0",
|
||||
"postcss-preset-env": "^9.0.0",
|
||||
"postcss-simple-vars": "^7.0.0",
|
||||
"regenerator-runtime": "^0.13.3",
|
||||
"regenerator-runtime": "^0.14.0",
|
||||
"shebang-loader": "^0.0.1",
|
||||
"simplebar": "^6.2.0",
|
||||
"sortablejs": "^1.9.0",
|
||||
|
@ -116,8 +116,8 @@
|
|||
"enhanced-resolve": "^5.8.2",
|
||||
"es-check": "^7.0.0",
|
||||
"eslint": "^8.0.1",
|
||||
"eslint-config-prettier": "^8.0.0",
|
||||
"eslint-import-resolver-webpack": "^0.13.0",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"eslint-import-resolver-webpack": "^0.13.4",
|
||||
"eslint-plugin-formatjs": "^4.0.2",
|
||||
"eslint-plugin-import": "^2.22.0",
|
||||
"eslint-plugin-no-jquery": "^2.7.0",
|
||||
|
@ -130,7 +130,7 @@
|
|||
"openapi-examples-validator": "^5.0.0",
|
||||
"openapi-types": "^12.0.0",
|
||||
"prettier": "^3.0.0",
|
||||
"puppeteer": "^20.1.2",
|
||||
"puppeteer": "^21.0.3",
|
||||
"source-map": "npm:source-map-js@1.0.1",
|
||||
"stylelint": "^15.2.0",
|
||||
"stylelint-config-standard": "^34.0.0",
|
||||
|
|
2540
pnpm-lock.yaml
2540
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
|
@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 203
|
|||
# historical commits sharing the same major version, in which case a
|
||||
# minor version bump suffices.
|
||||
|
||||
PROVISION_VERSION = (247, 2)
|
||||
PROVISION_VERSION = (247, 3)
|
||||
|
|
Loading…
Reference in New Issue