diff --git a/package-lock.json b/package-lock.json index 8525d31..0ae2cbc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -902,9 +902,9 @@ } }, "node_modules/@types/mocha": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-9.1.1.tgz", - "integrity": "sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.0.tgz", + "integrity": "sha512-rADY+HtTOA52l9VZWtgQfn4p+UDVM2eDVkMZT1I6syp0YKxW2F9v+0pbRZLsvskhQv/vMb6ZfCay81GHbz5SHg==", "dev": true }, "node_modules/@types/ms": { @@ -7942,12 +7942,12 @@ } }, "packages/astro-reactive-form": { - "version": "0.2.2", + "version": "0.2.3", "license": "MIT", "devDependencies": { "@types/chai": "^4.3.3", "@types/eslint": "^8.4.6", - "@types/mocha": "^9.1.1", + "@types/mocha": "^10.0.0", "@types/node": "^18.7.18", "@types/prettier": "^2.7.0", "@typescript-eslint/eslint-plugin": "^5.37.0", @@ -8663,9 +8663,9 @@ } }, "@types/mocha": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-9.1.1.tgz", - "integrity": "sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.0.tgz", + "integrity": "sha512-rADY+HtTOA52l9VZWtgQfn4p+UDVM2eDVkMZT1I6syp0YKxW2F9v+0pbRZLsvskhQv/vMb6ZfCay81GHbz5SHg==", "dev": true }, "@types/ms": { @@ -9035,7 +9035,7 @@ "requires": { "@types/chai": "^4.3.3", "@types/eslint": "^8.4.6", - "@types/mocha": "^9.1.1", + "@types/mocha": "^10.0.0", "@types/node": "^18.7.18", "@types/prettier": "^2.7.0", "@typescript-eslint/eslint-plugin": "^5.37.0", diff --git a/packages/astro-reactive-form/README.md b/packages/astro-reactive-form/README.md index 4acbd18..2a43c3a 100644 --- a/packages/astro-reactive-form/README.md +++ b/packages/astro-reactive-form/README.md @@ -1,8 +1,9 @@ ![package-form-cover](https://user-images.githubusercontent.com/4262489/193812095-1cffa287-e2ac-4671-b604-1e2ff2e6f19e.png) -[![npm](https://img.shields.io/npm/v/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form) -[![npm](https://img.shields.io/npm/l/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form) -[![npm](https://img.shields.io/npm/dt/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form) +[![version](https://img.shields.io/npm/v/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form) +[![license](https://img.shields.io/npm/l/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form) +[![downloads](https://img.shields.io/npm/dt/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form) +[![dependencies](https://img.shields.io/librariesio/release/npm/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form) # Astro Reactive Form 🔥 diff --git a/packages/astro-reactive-form/package.json b/packages/astro-reactive-form/package.json index c55f656..bb74a0e 100644 --- a/packages/astro-reactive-form/package.json +++ b/packages/astro-reactive-form/package.json @@ -1,7 +1,7 @@ { "name": "astro-reactive-form", "description": "The Reactive Form component for Astro 🔥", - "version": "0.2.2", + "version": "0.2.3", "repository": "https://github.com/ayoayco/astro-reactive-library", "homepage": "https://github.com/ayoayco/astro-reactive-library#readme", "author": { @@ -35,7 +35,7 @@ "devDependencies": { "@types/chai": "^4.3.3", "@types/eslint": "^8.4.6", - "@types/mocha": "^9.1.1", + "@types/mocha": "^10.0.0", "@types/node": "^18.7.18", "@types/prettier": "^2.7.0", "@typescript-eslint/eslint-plugin": "^5.37.0",