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 Jun 2, 2022
1 parent 79842fd commit 2e9d519
Show file tree
Hide file tree
Showing 3 changed files with 1,159 additions and 1,341 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
"clipboard": "^2.0.4",
"core-js": "^3.6.5",
"css-loader": "^6.2.0",
"css-minimizer-webpack-plugin": "^3.0.2",
"css-minimizer-webpack-plugin": "^4.0.0",
"css.escape": "^1.5.1",
"date-fns": "^2.16.1",
"date-fns-tz": "^1.1.1",
"emoji-datasource-google": "^14.0.0",
"emoji-datasource-google-blob": "npm:emoji-datasource-google@^3.0.0",
"emoji-datasource-twitter": "^14.0.0",
"error-stack-parser": "^2.0.2",
"expose-loader": "^3.0.0",
"expose-loader": "^4.0.0",
"flatpickr": "^4.5.7",
"font-awesome": "^4.7.0",
"font-subset-loader2": "^1.1.7",
Expand All @@ -59,7 +59,7 @@
"postcss-calc": "^8.0.0",
"postcss-extend-rule": "^4.0.0",
"postcss-import": "^14.0.2",
"postcss-loader": "^6.1.1",
"postcss-loader": "^7.0.0",
"postcss-media-minmax": "https://github.com/andersk/postcss-media-minmax.git#01239f17f4a9872ace1dd133cee526a7de4ac9f5",
"postcss-mixins": "^9.0.1",
"postcss-nested": "^5.0.0",
Expand Down Expand Up @@ -87,7 +87,7 @@
},
"devDependencies": {
"@babel/eslint-parser": "^7.11.3",
"@formatjs/cli": "^4.2.6",
"@formatjs/cli": "^5.0.1",
"@types/clean-css": "^4.2.2",
"@types/jquery": "^3.3.31",
"@types/lodash": "^4.14.172",
Expand All @@ -114,8 +114,9 @@
"node-fetch": "^2.6.1",
"nyc": "^15.0.0",
"openapi-examples-validator": "^4.0.0",
"openapi-types": "^11.0.1",
"prettier": "^2.0.5",
"puppeteer": "^13.1.1",
"puppeteer": "^14.2.0",
"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 = "191.0"
PROVISION_VERSION = "191.1"
Loading

0 comments on commit 2e9d519

Please sign in to comment.