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
620b1aa1bd
commit
52f7eb4463
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"private": true,
|
||||
"packageManager": "pnpm@7.30.0+sha256.f5e9a8789a6d41925dc4fcacae2e18537c7bf297306ce506d7730e15082626f9",
|
||||
"packageManager": "pnpm@8.1.1+sha256.81fa42eae93570f569460def1cc0ad8bb7601a25304be6f61742a69a22d6645c",
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.5.5",
|
||||
"@babel/preset-env": "^7.5.5",
|
||||
|
@ -28,7 +28,7 @@
|
|||
"colord": "^2.9.3",
|
||||
"core-js": "^3.26.0",
|
||||
"css-loader": "^6.2.0",
|
||||
"css-minimizer-webpack-plugin": "^4.0.0",
|
||||
"css-minimizer-webpack-plugin": "^5.0.0",
|
||||
"date-fns": "^2.16.1",
|
||||
"date-fns-tz": "^2.0.0",
|
||||
"email-addresses": "^5.0.0",
|
||||
|
@ -59,7 +59,6 @@
|
|||
"postcss-extend-rule": "^4.0.0",
|
||||
"postcss-import": "^15.0.0",
|
||||
"postcss-loader": "^7.0.0",
|
||||
"postcss-media-minmax": "https://github.com/andersk/postcss-media-minmax/archive/92c4dd33b9add115ec436ef25243484cca0f7355.tar.gz",
|
||||
"postcss-prefixwrap": "^1.24.0",
|
||||
"postcss-preset-env": "^8.0.1",
|
||||
"postcss-simple-vars": "^7.0.0",
|
||||
|
@ -124,10 +123,10 @@
|
|||
"openapi-examples-validator": "^4.0.0",
|
||||
"openapi-types": "^12.0.0",
|
||||
"prettier": "^2.8.4",
|
||||
"puppeteer": "19.7.2",
|
||||
"puppeteer": "^19.8.3",
|
||||
"source-map": "npm:source-map-js@1.0.1",
|
||||
"stylelint": "^15.2.0",
|
||||
"stylelint-config-standard": "^31.0.0",
|
||||
"stylelint-config-standard": "^32.0.0",
|
||||
"svgo": "^3.0.0",
|
||||
"swagger-parser": "^10.0.0",
|
||||
"ts-node": "^10.0.0",
|
||||
|
|
5679
pnpm-lock.yaml
5679
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
|
@ -1,4 +1,4 @@
|
|||
/* stylelint-disable color-no-hex */
|
||||
/* stylelint-disable color-no-hex, media-feature-range-notation */
|
||||
/* hex color codes are used instead of our standard of hsl colors,
|
||||
because hex color codes are rendered by all email clients
|
||||
consistently. Whereas HSL colors don't work with Hotmail. */
|
||||
|
|
|
@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 170
|
|||
# historical commits sharing the same major version, in which case a
|
||||
# minor version bump suffices.
|
||||
|
||||
PROVISION_VERSION = (229, 1)
|
||||
PROVISION_VERSION = (230, 0)
|
||||
|
|
Loading…
Reference in New Issue