Skip to content

Commit d7e2a7c

Browse files
committed
dependencies: Upgrade JavaScript dependencies.
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 <[email protected]>
1 parent 9f9a115 commit d7e2a7c

File tree

3 files changed

+511
-445
lines changed

3 files changed

+511
-445
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"js-yaml": "^3.13.1",
4444
"katex": "^0.12.0",
4545
"lodash": "^4.17.19",
46-
"mini-css-extract-plugin": "^0.9.0",
46+
"mini-css-extract-plugin": "^0.10.0",
4747
"moment": "^2.24.0",
4848
"moment-timezone": "^0.5.25",
4949
"openapi-examples-validator": "^4.0.0",
@@ -66,7 +66,7 @@
6666
"spectrum-colorpicker": "^1.8.1",
6767
"stacktrace-gps": "^3.0.4",
6868
"style-loader": "^1.0.0",
69-
"terser-webpack-plugin": "^3.0.3",
69+
"terser-webpack-plugin": "^4.1.0",
7070
"turndown": "^6.0.0",
7171
"unorm": "^1.6.0",
7272
"webfonts-loader": "^5.0.0",
@@ -83,7 +83,7 @@
8383
"@types/mini-css-extract-plugin": "^0.9.0",
8484
"@types/node": "^14.0.11",
8585
"@types/optimize-css-assets-webpack-plugin": "^5.0.1",
86-
"@types/terser-webpack-plugin": "^3.0.0",
86+
"@types/terser-webpack-plugin": "^4.1.0",
8787
"@types/webpack": "^4.4.32",
8888
"@types/webpack-dev-server": "^3.1.6",
8989
"@typescript-eslint/eslint-plugin": "^3.1.0",

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@
4444
# historical commits sharing the same major version, in which case a
4545
# minor version bump suffices.
4646

47-
PROVISION_VERSION = '97.1'
47+
PROVISION_VERSION = '97.2'

0 commit comments

Comments
 (0)