Install format-duration and html-entities modules

This commit is contained in:
Maciej Pędzich 2022-07-05 13:38:59 +02:00
parent cfef5a26f3
commit 662d54d01f
2 changed files with 24 additions and 0 deletions

22
package-lock.json generated
View File

@ -8,6 +8,8 @@
"@octokit/rest": "^18.12.0",
"@vueuse/core": "^8.7.5",
"@vueuse/nuxt": "^8.7.5",
"format-duration": "^2.0.0",
"html-entities": "^2.3.3",
"primeflex": "^3.2.1",
"primeicons": "^5.0.0",
"primevue": "^3.15.0"
@ -4968,6 +4970,11 @@
}
}
},
"node_modules/format-duration": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/format-duration/-/format-duration-2.0.0.tgz",
"integrity": "sha512-ARqJ9qXm71pw3SGAY7bibf8lRLvltOXLjWjzzR3UrUjHu1zdeYpA/Z+u+ltdhrfRa440OjEsHNzdmuZViqqQWQ=="
},
"node_modules/formdata-polyfill": {
"version": "4.0.10",
"resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz",
@ -5403,6 +5410,11 @@
"integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==",
"dev": true
},
"node_modules/html-entities": {
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.3.tgz",
"integrity": "sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA=="
},
"node_modules/html-tags": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.2.0.tgz",
@ -13661,6 +13673,11 @@
"integrity": "sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==",
"dev": true
},
"format-duration": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/format-duration/-/format-duration-2.0.0.tgz",
"integrity": "sha512-ARqJ9qXm71pw3SGAY7bibf8lRLvltOXLjWjzzR3UrUjHu1zdeYpA/Z+u+ltdhrfRa440OjEsHNzdmuZViqqQWQ=="
},
"formdata-polyfill": {
"version": "4.0.10",
"resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz",
@ -13986,6 +14003,11 @@
"integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==",
"dev": true
},
"html-entities": {
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.3.tgz",
"integrity": "sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA=="
},
"html-tags": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.2.0.tgz",

View File

@ -24,6 +24,8 @@
"@octokit/rest": "^18.12.0",
"@vueuse/core": "^8.7.5",
"@vueuse/nuxt": "^8.7.5",
"format-duration": "^2.0.0",
"html-entities": "^2.3.3",
"primeflex": "^3.2.1",
"primeicons": "^5.0.0",
"primevue": "^3.15.0"