From 64d4476bd39d38f0a3f0ec279c7ecf448e5f8c2f Mon Sep 17 00:00:00 2001 From: Vladimir Agafonkin Date: Sat, 20 Jan 2024 20:41:42 +0200 Subject: [PATCH] restore minzip badge, update dev deps --- README.md | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ca2ff67..c7337ac 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Similar to [RBush](https://github.com/mourner/rbush), with the following key dif Supports geographic locations with the [geoflatbush](https://github.com/mourner/geoflatbush) extension. -[![Build Status](https://github.com/mourner/flatbush/workflows/Node/badge.svg?branch=main)](https://github.com/mourner/flatbush/actions) [![Simply Awesome](https://img.shields.io/badge/simply-awesome-brightgreen.svg)](https://github.com/mourner/projects) +[![Build Status](https://github.com/mourner/flatbush/workflows/Node/badge.svg?branch=main)](https://github.com/mourner/flatbush/actions) [![minzipped size](https://badgen.net/bundlephobia/minzip/flatbush)](https://esm.run/flatbush) [![Simply Awesome](https://img.shields.io/badge/simply-awesome-brightgreen.svg)](https://github.com/mourner/projects) ## Usage diff --git a/package.json b/package.json index c28d587..027f06e 100644 --- a/package.json +++ b/package.json @@ -44,11 +44,11 @@ }, "devDependencies": { "@rollup/plugin-node-resolve": "^15.2.3", - "eslint": "^8.53.0", + "eslint": "^8.56.0", "eslint-config-mourner": "^3.0.0", "rbush": "^3.0.1", "rbush-knn": "^3.0.1", - "rollup": "^4.4.1", - "typescript": "^5.2.2" + "rollup": "^4.9.5", + "typescript": "^5.3.3" } }