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 <anders@zulip.com>

Add indicator to bot users.
  • Loading branch information
andersk authored and Epekipolu Enoch committed Jul 27, 2023
1 parent 4dd713e commit 8d685b3
Show file tree
Hide file tree
Showing 26 changed files with 2,253 additions and 2,065 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"private": true,
"packageManager": "pnpm@8.6.1+sha256.5380612e01e0a3029991d3f329f07429313f4825de47b885b4bb3d1aec9e44e1",
"packageManager": "pnpm@8.6.9+sha256.c94450b6623ecedb5e8c7045c7e67cb240bbe88e17660b3d8c57207dfd1eff90",
"dependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-typescript": "^7.15.0",
"@babel/register": "^7.6.2",
"@formatjs/intl": "^2.0.0",
"@giphy/js-components": "^5.0.5",
"@giphy/js-fetch-api": "^4.0.1",
"@giphy/js-fetch-api": "^5.0.0",
"@sentry/browser": "^7.51.2",
"@sentry/integrations": "^7.51.2",
"@uppy/core": "^3.0.2",
Expand All @@ -25,7 +25,7 @@
"clean-css": "^5.1.0",
"clipboard": "^2.0.4",
"colord": "^2.9.3",
"core-js": "^3.30.1",
"core-js": "^3.31.1",
"css-loader": "^6.2.0",
"css-minimizer-webpack-plugin": "^5.0.0",
"date-fns": "^2.16.1",
Expand Down Expand Up @@ -60,7 +60,7 @@
"postcss-import": "^15.0.0",
"postcss-loader": "^7.0.0",
"postcss-prefixwrap": "^1.24.0",
"postcss-preset-env": "^8.0.1",
"postcss-preset-env": "^9.0.0",
"postcss-simple-vars": "^7.0.0",
"regenerator-runtime": "^0.13.3",
"shebang-loader": "^0.0.1",
Expand Down Expand Up @@ -100,8 +100,8 @@
"@types/node": "^18.8.3",
"@types/sortablejs": "^1.15.1",
"@types/turndown": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"babel-plugin-rewire-ts": "^1.4.0",
"callsites": "^3.1.0",
"cldr-annotations-derived-modern": "^43.0.0",
Expand All @@ -118,19 +118,19 @@
"eslint-plugin-formatjs": "^4.0.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-no-jquery": "^2.7.0",
"eslint-plugin-unicorn": "^47.0.0",
"eslint-plugin-unicorn": "^48.0.0",
"jsdom": "^22.0.0",
"minimist": "^1.2.6",
"mkdirp": "^3.0.1",
"mockdate": "^3.0.2",
"nyc": "^15.0.0",
"openapi-examples-validator": "^5.0.0",
"openapi-types": "^12.0.0",
"prettier": "^2.8.4",
"prettier": "^3.0.0",
"puppeteer": "^20.1.2",
"source-map": "npm:source-map-js@1.0.1",
"stylelint": "^15.2.0",
"stylelint-config-standard": "^33.0.0",
"stylelint-config-standard": "^34.0.0",
"svgo": "^3.0.0",
"swagger-parser": "^10.0.0",
"ts-node": "^10.0.0",
Expand Down

0 comments on commit 8d685b3

Please sign in to comment.