Skip to content

Commit

Permalink
chore: bump packages core-js humanize-duration (#9687)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Krick <matt.krick@gmail.com>
  • Loading branch information
mattkrick committed Apr 30, 2024
1 parent 43d7849 commit f066ab0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
3 changes: 1 addition & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
"chartjs-adapter-dayjs-3": "^1.2.3",
"cleave.js": "^1.6.0",
"clsx": "^1.2.1",
"core-js": "3.36.0",
"date-fns": "^2.29.3",
"dayjs": "^1.11.3",
"dompurify": "^2.4.1",
Expand All @@ -112,7 +111,7 @@
"graphiql": "^3.0.0",
"graphql-typed": "^0.7.2",
"hoist-non-react-statics": "^3.3.0",
"humanize-duration": "3.31.0",
"humanize-duration": "^3.32.0",
"immutable": "3.8.2",
"json2csv": "5.0.7",
"jwt-decode": "^2.1.0",
Expand Down
3 changes: 1 addition & 2 deletions scripts/webpack/dev.clientdll.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ module.exports = {
'@emotion/styled',
'@mattkrick/graphql-trebuchet-client',
'@mattkrick/sanitize-svg',
"@mattkrick/trebuchet-client",
'@mattkrick/trebuchet-client',
'@sentry/browser',
'core-js',
'debug',
'draft-js',
'email-addresses',
Expand Down
13 changes: 4 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11076,11 +11076,6 @@ core-js-pure@^3.8.1:
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.20.3.tgz#6cc4f36da06c61d95254efc54024fe4797fd5d02"
integrity sha512-Q2H6tQ5MtPtcC7f3HxJ48i4Q7T9ybPKgvWyuH7JXIoNa2pm0KuBnycsET/qw1SLLZYfbsbrZQNMeIOClb+6WIA==

core-js@3.36.0:
version "3.36.0"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.36.0.tgz#e752fa0b0b462a0787d56e9d73f80b0f7c0dde68"
integrity sha512-mt7+TUBbTFg5+GngsAxeKBTl5/VS0guFeJacYge9OmHb+m058UwwIm41SE9T4Den7ClatV57B6TYTuJ0CX1MAw==

core-util-is@~1.0.0:
version "1.0.3"
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85"
Expand Down Expand Up @@ -14050,10 +14045,10 @@ human-signals@^2.1.0:
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==

humanize-duration@3.31.0:
version "3.31.0"
resolved "https://registry.yarnpkg.com/humanize-duration/-/humanize-duration-3.31.0.tgz#a0384d22555024cd17e6e9f8561540d37756bf4c"
integrity sha512-fRrehgBG26NNZysRlTq1S+HPtDpp3u+Jzdc/d5A4cEzOD86YLAkDaJyJg8krSdCi7CJ+s7ht3fwRj8Dl+Btd0w==
humanize-duration@^3.32.0:
version "3.32.0"
resolved "https://registry.yarnpkg.com/humanize-duration/-/humanize-duration-3.32.0.tgz#b25f64ef55d723b049b197b6b4aa3c96c202b6c9"
integrity sha512-6WsXYTHJr7hXKqoqf5zoWza/lANRAqGlbnZnm0cjDykbXuez1JVXOQGmq0EPB45pXYAJyueRA3S3hfhmMbrMEQ==

humanize-ms@^1.2.1:
version "1.2.1"
Expand Down

0 comments on commit f066ab0

Please sign in to comment.