mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-20 19:21:52 +02:00
Merge branch 'dev' of https://github.com/nunocoracao/blowfish into dev
This commit is contained in:
commit
b3577c59cb
2 changed files with 15 additions and 6 deletions
19
package-lock.json
generated
19
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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": [],
|
||||
|
|
Loading…
Add table
Reference in a new issue