Skip to content

Commit

Permalink
chore: update packages (#779)
Browse files Browse the repository at this point in the history
This updates some dependencies. Some highlights -

- updates to `@iarna/toml` means we can have mixed types for inline arrays, which is great for #774 / #778
- I also moved timeago.js to `devDependencies` since it already gets compiled into the bundle
- updates to `esbuild` brings along a number of smaller fixes for modern js
  • Loading branch information
threepointone committed Apr 11, 2022
1 parent 6a4b046 commit 664803e
Show file tree
Hide file tree
Showing 5 changed files with 1,450 additions and 574 deletions.
11 changes: 11 additions & 0 deletions .changeset/strange-crews-rescue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"wrangler": patch
---

chore: update packages

This updates some dependencies. Some highlights -

- updates to `@iarna/toml` means we can have mixed types for inline arrays, which is great for #774 / https://github.com/cloudflare/wrangler2/pull/778
- I also moved timeago.js to `devDependencies` since it already gets compiled into the bundle
- updates to `esbuild` brings along a number of smaller fixes for modern js

0 comments on commit 664803e

Please sign in to comment.