Skip to content
This repository was archived by the owner on May 23, 2025. It is now read-only.

Commit dfa3074

Browse files
author
Robin Löffel
committed
chore(estatico-data): clean up
1 parent 14227c2 commit dfa3074

File tree

2 files changed

+29
-5
lines changed

2 files changed

+29
-5
lines changed

packages/estatico-data/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unic/estatico-data",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
@@ -11,11 +11,11 @@
1111
"license": "Apache-2.0",
1212
"dependencies": {
1313
"callsite": "^1.0.0",
14-
"glob": "^7.1.2",
14+
"glob": "^7.1.6",
1515
"handlebars": "^4.0.11",
1616
"highlight.js": "^10.5.0",
17-
"js-beautify": "^1.7.5",
18-
"lodash": "^4.17.10",
17+
"js-beautify": "^1.13.5",
18+
"lodash": "^4.17.20",
1919
"marked": "^0.3.19"
2020
},
2121
"engines": {

yarn.lock

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2078,6 +2078,19 @@
20782078
"@types/unist" "*"
20792079
"@types/vfile-message" "*"
20802080

2081+
"@unic/estatico-data@0.0.8":
2082+
version "0.0.8"
2083+
resolved "https://registry.yarnpkg.com/@unic/estatico-data/-/estatico-data-0.0.8.tgz#ca2952b93e416a6d9f652b895d11d8f6806c6fa0"
2084+
integrity sha512-uWzxIAjmIolWXsXjsQBhBnD4jsSrGsi+KzXtwWPXIiCqlVc5F05npW3xffvO3djtURIK1pulMon/hT41lX9VBw==
2085+
dependencies:
2086+
callsite "^1.0.0"
2087+
glob "^7.1.2"
2088+
handlebars "^4.0.11"
2089+
highlight.js "^9.12.0"
2090+
js-beautify "^1.7.5"
2091+
lodash "^4.17.10"
2092+
marked "^0.3.19"
2093+
20812094
"@unic/estatico-webpack@^0.0.20":
20822095
version "0.0.20"
20832096
resolved "https://registry.yarnpkg.com/@unic/estatico-webpack/-/estatico-webpack-0.0.20.tgz#e3d1d7c94efeac46d3fdde94a0a8477e3d2a5b92"
@@ -7810,7 +7823,7 @@ glob@^5.0.3:
78107823
once "^1.3.0"
78117824
path-is-absolute "^1.0.0"
78127825

7813-
glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@~7.1.1:
7826+
glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@~7.1.1:
78147827
version "7.1.6"
78157828
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
78167829
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
@@ -10175,6 +10188,17 @@ js-base64@^2.1.8, js-base64@^2.1.9:
1017510188
resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.6.4.tgz#f4e686c5de1ea1f867dbcad3d46d969428df98c4"
1017610189
integrity sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==
1017710190

10191+
js-beautify@^1.13.5:
10192+
version "1.13.5"
10193+
resolved "https://registry.yarnpkg.com/js-beautify/-/js-beautify-1.13.5.tgz#a08a97890cae55daf1d758d3f6577bd4a64d7014"
10194+
integrity sha512-MsXlH6Z/BiRYSkSRW3clNDqDjSpiSNOiG8xYVUBXt4k0LnGvDhlTGOlHX1VFtAdoLmtwjxMG5qiWKy/g+Ipv5w==
10195+
dependencies:
10196+
config-chain "^1.1.12"
10197+
editorconfig "^0.15.3"
10198+
glob "^7.1.3"
10199+
mkdirp "^1.0.4"
10200+
nopt "^5.0.0"
10201+
1017810202
js-beautify@^1.6.3, js-beautify@^1.7.5:
1017910203
version "1.13.4"
1018010204
resolved "https://registry.yarnpkg.com/js-beautify/-/js-beautify-1.13.4.tgz#1cad80b9e89cfc455b3a14f0eaf4dc10b6ae1206"

0 commit comments

Comments
 (0)