📌 Bump typeit from 8.7.1 to 8.8.0

Bumps [typeit](https://github.com/alexmacarthur/typeit) from 8.7.1 to 8.8.0.
- [Release notes](https://github.com/alexmacarthur/typeit/releases)
- [Commits](https://github.com/alexmacarthur/typeit/compare/v8.7.1...typeit@8.8.0)

---
updated-dependencies:
- dependency-name: typeit
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-11-29 05:45:10 +00:00 committed by GitHub
parent 45d634f6ca
commit b271b3b107
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 6 deletions

19
package-lock.json generated
View file

@ -29,7 +29,7 @@
"rimraf": "^5.0.5",
"tailwindcss": "^3.3.5",
"tw-elements": "1.0.0",
"typeit": "^8.7.1",
"typeit": "^8.8.0",
"vendor-copy": "^3.0.1"
}
},
@ -289,6 +289,12 @@
"undici-types": "~5.26.4"
}
},
"node_modules/@types/web-animations-js": {
"version": "2.2.16",
"resolved": "https://registry.npmjs.org/@types/web-animations-js/-/web-animations-js-2.2.16.tgz",
"integrity": "sha512-ATELeWMFwj8eQiH0KmvsCl1V2lu/qx/CjOBmv4ADSZS5u8r4reMyjCXtxG7khqyiwH3IOMNdrON/Ugn94OUcRA==",
"dev": true
},
"node_modules/@types/yauzl": {
"version": "2.10.3",
"resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz",
@ -2920,11 +2926,14 @@
}
},
"node_modules/typeit": {
"version": "8.7.1",
"resolved": "https://registry.npmjs.org/typeit/-/typeit-8.7.1.tgz",
"integrity": "sha512-Bx/O4NMz10NWh9FWYtVwV4XwGHF9UDJfpCZPJRtw2/oUcahFAStU8J0t19aroPfTV6s1UlS5ICoqilOqmEnh2Q==",
"version": "8.8.0",
"resolved": "https://registry.npmjs.org/typeit/-/typeit-8.8.0.tgz",
"integrity": "sha512-GQp6OW7vxro1HN3F7UPL0C2KzkGs8bFtUgmJSeK+xNhdofI40mkWxrBT2AXQwtS5Txkg7ttwplxvWCQxnUXyrw==",
"dev": true,
"hasInstallScript": true
"hasInstallScript": true,
"dependencies": {
"@types/web-animations-js": "^2.2.16"
}
},
"node_modules/ulid": {
"version": "2.3.0",

View file

@ -47,7 +47,7 @@
"rimraf": "^5.0.5",
"tailwindcss": "^3.3.5",
"tw-elements": "1.0.0",
"typeit": "^8.7.1",
"typeit": "^8.8.0",
"vendor-copy": "^3.0.1"
},
"vendorCopy": [],