Skip to content

Commit

Permalink
dependencies: Upgrade JavaScript dependencies.
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Kaseorg <[email protected]>
  • Loading branch information
andersk authored and timabbott committed Jan 24, 2022
1 parent 44f9aae commit a9dea6e
Show file tree
Hide file tree
Showing 4 changed files with 1,542 additions and 1,591 deletions.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = {
[
"@babel/preset-env",
{
corejs: "3.19",
corejs: "3.20",
loose: true, // Loose mode for…of loops are 5× faster in Firefox
shippedProposals: true,
useBuiltIns: "usage",
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@
"@types/clean-css": "^4.2.2",
"@types/jquery": "^3.3.31",
"@types/lodash": "^4.14.172",
"@types/mini-css-extract-plugin": "^2.2.0",
"@types/node": "^16.11.6",
"@types/node-fetch": "^2.5.8",
"@types/webpack-dev-server": "^4.1.0",
Expand All @@ -105,14 +104,14 @@
"eslint-import-resolver-webpack": "^0.13.0",
"eslint-plugin-formatjs": "^2.16.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-unicorn": "^39.0.0",
"eslint-plugin-unicorn": "^40.1.0",
"jsdom": "^19.0.0",
"mockdate": "^3.0.2",
"node-fetch": "^2.6.1",
"nyc": "^15.0.0",
"openapi-examples-validator": "^4.0.0",
"prettier": "^2.0.5",
"puppeteer": "^12.0.1",
"puppeteer": "^13.1.1",
"source-map": "https://codeload.github.com/benthemonkey/source-map/tar.gz/d95423f77edef6cbb9e21d2d6014c7de85ae220a",
"stylelint": "^14.0.1",
"stylelint-config-prettier": "^9.0.3",
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
# historical commits sharing the same major version, in which case a
# minor version bump suffices.

PROVISION_VERSION = "172.0"
PROVISION_VERSION = "173.0"
Loading

0 comments on commit a9dea6e

Please sign in to comment.