Skip to content

Commit

Permalink
dependencies: Upgrade JavaScript dependencies.
Browse files Browse the repository at this point in the history
css-loader@^4 is also available, but we can’t use it yet because of
webpack-contrib/css-loader#1164.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
  • Loading branch information
andersk committed Aug 13, 2020
1 parent 9f9a115 commit d7e2a7c
Show file tree
Hide file tree
Showing 3 changed files with 511 additions and 445 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -43,7 +43,7 @@
"js-yaml": "^3.13.1",
"katex": "^0.12.0",
"lodash": "^4.17.19",
"mini-css-extract-plugin": "^0.9.0",
"mini-css-extract-plugin": "^0.10.0",
"moment": "^2.24.0",
"moment-timezone": "^0.5.25",
"openapi-examples-validator": "^4.0.0",
Expand All @@ -66,7 +66,7 @@
"spectrum-colorpicker": "^1.8.1",
"stacktrace-gps": "^3.0.4",
"style-loader": "^1.0.0",
"terser-webpack-plugin": "^3.0.3",
"terser-webpack-plugin": "^4.1.0",
"turndown": "^6.0.0",
"unorm": "^1.6.0",
"webfonts-loader": "^5.0.0",
Expand All @@ -83,7 +83,7 @@
"@types/mini-css-extract-plugin": "^0.9.0",
"@types/node": "^14.0.11",
"@types/optimize-css-assets-webpack-plugin": "^5.0.1",
"@types/terser-webpack-plugin": "^3.0.0",
"@types/terser-webpack-plugin": "^4.1.0",
"@types/webpack": "^4.4.32",
"@types/webpack-dev-server": "^3.1.6",
"@typescript-eslint/eslint-plugin": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion version.py
Expand Up @@ -44,4 +44,4 @@
# historical commits sharing the same major version, in which case a
# minor version bump suffices.

PROVISION_VERSION = '97.1'
PROVISION_VERSION = '97.2'

0 comments on commit d7e2a7c

Please sign in to comment.