Skip to content

Commit df53c26

Browse files
authored
Merge pull request #3 from nuxt-community/renovate/all-minor-patch
chore(deps): update devdependency @nuxt/content-theme-docs to ^0.5.4
2 parents 96c2c85 + 4d32e57 commit df53c26

File tree

4 files changed

+36
-34
lines changed

4 files changed

+36
-34
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"generate": "nuxt generate"
1010
},
1111
"dependencies": {
12-
"@nuxt/content-theme-docs": "^0.5.3",
12+
"@nuxt/content-theme-docs": "^0.5.4",
1313
"nuxt": "^2.14.4"
1414
}
1515
}

docs/yarn.lock

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,17 +1016,17 @@
10161016
rc9 "^1.0.0"
10171017
std-env "^2.2.1"
10181018

1019-
"@nuxt/content-theme-docs@^0.5.3":
1020-
version "0.5.3"
1021-
resolved "https://registry.yarnpkg.com/@nuxt/content-theme-docs/-/content-theme-docs-0.5.3.tgz#bdbc80bf8cb60869e61f5de79e6bd1a6a27f2c87"
1022-
integrity sha512-Qvhhje+bz+Ra0ARZQVTue+ZdgXFbkby4cNTQNjgeuak0QizHBnKBKeUDfkjh+BtHbqeF5F2biG5VGgHLSfc8wg==
1019+
"@nuxt/content-theme-docs@^0.5.4":
1020+
version "0.5.4"
1021+
resolved "https://registry.yarnpkg.com/@nuxt/content-theme-docs/-/content-theme-docs-0.5.4.tgz#14afbf2b420cd62fd90007a0e99dd034a72a323a"
1022+
integrity sha512-l2pIbVt1wN3XiRutZlC9faX50ObTBc75SiDDKR364cYJh0cZ57mfEsPFtqXO49Cyf3E3gPSOE+jW+b7gK2ikzg==
10231023
dependencies:
1024-
"@nuxt/content" "^1.7.0"
1025-
"@nuxt/types" "^2.14.3"
1024+
"@nuxt/content" "^1.7.1"
1025+
"@nuxt/types" "^2.14.4"
10261026
"@nuxtjs/color-mode" "^1.0.3"
10271027
"@nuxtjs/google-fonts" "^1.0.0"
1028-
"@nuxtjs/pwa" "^3.0.1"
1029-
"@nuxtjs/tailwindcss" "^3.0.1"
1028+
"@nuxtjs/pwa" "^3.0.2"
1029+
"@nuxtjs/tailwindcss" "^3.0.2"
10301030
"@tailwindcss/typography" "^0.2.0"
10311031
clipboard "^2.0.6"
10321032
defu "^3.1.0"
@@ -1036,14 +1036,14 @@
10361036
prism-themes "^1.4.0"
10371037
vue-scrollactive "^0.9.3"
10381038

1039-
"@nuxt/content@^1.7.0":
1040-
version "1.7.0"
1041-
resolved "https://registry.yarnpkg.com/@nuxt/content/-/content-1.7.0.tgz#36ff9a6505026b0f1ed75ae998164bd99bc5e0cd"
1042-
integrity sha512-yMRcxI5fv5VAYcLq46JS61GVkxjqP71i2RytaM4tXoW1YVFtBNoTc2jVCDGIwHQ1HAUKlXHRZtjczCsL8gmiXA==
1039+
"@nuxt/content@^1.7.1":
1040+
version "1.7.1"
1041+
resolved "https://registry.yarnpkg.com/@nuxt/content/-/content-1.7.1.tgz#888c34c208f2c9dfddc54b0fd77e737c5908dc79"
1042+
integrity sha512-Dv0ZSqx6ZBf7L3JTAy3SHik0sdsRu1to/2R77WpiWCBI2BqLgTsfMYVRG/VEdUAU00QX0PDZtlzXDCf9hQBDkQ==
10431043
dependencies:
10441044
"@lokidb/full-text-search" "^2.1.0"
10451045
"@lokidb/loki" "^2.1.0"
1046-
"@nuxt/types" "^2.14.3"
1046+
"@nuxt/types" "^2.14.4"
10471047
"@types/js-yaml" "^3.12.5"
10481048
"@types/xml2js" "^0.4.5"
10491049
change-case "^4.1.1"
@@ -1054,6 +1054,7 @@
10541054
escape-html "^1.0.3"
10551055
graceful-fs "^4.2.4"
10561056
gray-matter "^4.0.2"
1057+
hasha "^5.2.0"
10571058
hookable "^4.1.2"
10581059
html-tags "^3.1.0"
10591060
js-yaml "3.14.0"
@@ -1201,7 +1202,7 @@
12011202
rc9 "^1.0.0"
12021203
std-env "^2.2.1"
12031204

1204-
"@nuxt/types@^2.14.3":
1205+
"@nuxt/types@^2.14.4":
12051206
version "2.14.4"
12061207
resolved "https://registry.yarnpkg.com/@nuxt/types/-/types-2.14.4.tgz#1c000849fdc3124f8544b251a811cc4094c1d085"
12071208
integrity sha512-hqqVY9rXBqYrkCStzZmoIWi7keJudOYZ1nBhbHs1pXN/AYwyJUAfYoPG4UE81kEG5CqIQrMXj47+xvOjbZuGbQ==
@@ -1332,7 +1333,7 @@
13321333
consola "^2.14.0"
13331334
google-fonts-helper "^1.0.1"
13341335

1335-
"@nuxtjs/pwa@^3.0.1":
1336+
"@nuxtjs/pwa@^3.0.2":
13361337
version "3.0.2"
13371338
resolved "https://registry.yarnpkg.com/@nuxtjs/pwa/-/pwa-3.0.2.tgz#ff7ea391a7e5bbbfc0b92c5856f90dd1c0a0c43d"
13381339
integrity sha512-te7lzQ+pDI72GwDHETrt9mmrJaA35j0YyrzirjAElT7XipWwf3NQXWqkkHNmlKCiQ9nCXVU6mPLAN7SJeKc8NA==
@@ -1344,7 +1345,7 @@
13441345
jimp-compact "^0.12.1"
13451346
workbox-cdn "^5.1.3"
13461347

1347-
"@nuxtjs/tailwindcss@^3.0.1":
1348+
"@nuxtjs/tailwindcss@^3.0.2":
13481349
version "3.0.2"
13491350
resolved "https://registry.yarnpkg.com/@nuxtjs/tailwindcss/-/tailwindcss-3.0.2.tgz#2763d5f9f8a002130437cec1653f0c15335d8d9b"
13501351
integrity sha512-jSudt1JaJQRE64r0Bx5PHVTYVIedlZtR00KtFYYUSpRLHD2BLkjHsvYOa/jtKcinSF3RWZy6dg+l0IMJqDoSLg==

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@babel/preset-env": "latest",
3333
"@commitlint/cli": "latest",
3434
"@commitlint/config-conventional": "latest",
35-
"@nuxt/content-theme-docs": "^0.5.3",
35+
"@nuxt/content-theme-docs": "^0.5.4",
3636
"@nuxtjs/eslint-config": "latest",
3737
"@nuxtjs/module-test-utils": "latest",
3838
"babel-eslint": "latest",

yarn.lock

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1366,17 +1366,17 @@
13661366
rc9 "^1.0.0"
13671367
std-env "^2.2.1"
13681368

1369-
"@nuxt/content-theme-docs@^0.5.3":
1370-
version "0.5.3"
1371-
resolved "https://registry.yarnpkg.com/@nuxt/content-theme-docs/-/content-theme-docs-0.5.3.tgz#bdbc80bf8cb60869e61f5de79e6bd1a6a27f2c87"
1372-
integrity sha512-Qvhhje+bz+Ra0ARZQVTue+ZdgXFbkby4cNTQNjgeuak0QizHBnKBKeUDfkjh+BtHbqeF5F2biG5VGgHLSfc8wg==
1369+
"@nuxt/content-theme-docs@^0.5.4":
1370+
version "0.5.4"
1371+
resolved "https://registry.yarnpkg.com/@nuxt/content-theme-docs/-/content-theme-docs-0.5.4.tgz#14afbf2b420cd62fd90007a0e99dd034a72a323a"
1372+
integrity sha512-l2pIbVt1wN3XiRutZlC9faX50ObTBc75SiDDKR364cYJh0cZ57mfEsPFtqXO49Cyf3E3gPSOE+jW+b7gK2ikzg==
13731373
dependencies:
1374-
"@nuxt/content" "^1.7.0"
1375-
"@nuxt/types" "^2.14.3"
1374+
"@nuxt/content" "^1.7.1"
1375+
"@nuxt/types" "^2.14.4"
13761376
"@nuxtjs/color-mode" "^1.0.3"
13771377
"@nuxtjs/google-fonts" "^1.0.0"
1378-
"@nuxtjs/pwa" "^3.0.1"
1379-
"@nuxtjs/tailwindcss" "^3.0.1"
1378+
"@nuxtjs/pwa" "^3.0.2"
1379+
"@nuxtjs/tailwindcss" "^3.0.2"
13801380
"@tailwindcss/typography" "^0.2.0"
13811381
clipboard "^2.0.6"
13821382
defu "^3.1.0"
@@ -1386,14 +1386,14 @@
13861386
prism-themes "^1.4.0"
13871387
vue-scrollactive "^0.9.3"
13881388

1389-
"@nuxt/content@^1.7.0":
1390-
version "1.7.0"
1391-
resolved "https://registry.yarnpkg.com/@nuxt/content/-/content-1.7.0.tgz#36ff9a6505026b0f1ed75ae998164bd99bc5e0cd"
1392-
integrity sha512-yMRcxI5fv5VAYcLq46JS61GVkxjqP71i2RytaM4tXoW1YVFtBNoTc2jVCDGIwHQ1HAUKlXHRZtjczCsL8gmiXA==
1389+
"@nuxt/content@^1.7.1":
1390+
version "1.7.1"
1391+
resolved "https://registry.yarnpkg.com/@nuxt/content/-/content-1.7.1.tgz#888c34c208f2c9dfddc54b0fd77e737c5908dc79"
1392+
integrity sha512-Dv0ZSqx6ZBf7L3JTAy3SHik0sdsRu1to/2R77WpiWCBI2BqLgTsfMYVRG/VEdUAU00QX0PDZtlzXDCf9hQBDkQ==
13931393
dependencies:
13941394
"@lokidb/full-text-search" "^2.1.0"
13951395
"@lokidb/loki" "^2.1.0"
1396-
"@nuxt/types" "^2.14.3"
1396+
"@nuxt/types" "^2.14.4"
13971397
"@types/js-yaml" "^3.12.5"
13981398
"@types/xml2js" "^0.4.5"
13991399
change-case "^4.1.1"
@@ -1404,6 +1404,7 @@
14041404
escape-html "^1.0.3"
14051405
graceful-fs "^4.2.4"
14061406
gray-matter "^4.0.2"
1407+
hasha "^5.2.0"
14071408
hookable "^4.1.2"
14081409
html-tags "^3.1.0"
14091410
js-yaml "3.14.0"
@@ -1551,7 +1552,7 @@
15511552
rc9 "^1.0.0"
15521553
std-env "^2.2.1"
15531554

1554-
"@nuxt/types@^2.14.3":
1555+
"@nuxt/types@^2.14.4":
15551556
version "2.14.4"
15561557
resolved "https://registry.yarnpkg.com/@nuxt/types/-/types-2.14.4.tgz#1c000849fdc3124f8544b251a811cc4094c1d085"
15571558
integrity sha512-hqqVY9rXBqYrkCStzZmoIWi7keJudOYZ1nBhbHs1pXN/AYwyJUAfYoPG4UE81kEG5CqIQrMXj47+xvOjbZuGbQ==
@@ -1707,7 +1708,7 @@
17071708
request "^2.88.2"
17081709
request-promise-native "^1.0.8"
17091710

1710-
"@nuxtjs/pwa@^3.0.1":
1711+
"@nuxtjs/pwa@^3.0.2":
17111712
version "3.0.2"
17121713
resolved "https://registry.yarnpkg.com/@nuxtjs/pwa/-/pwa-3.0.2.tgz#ff7ea391a7e5bbbfc0b92c5856f90dd1c0a0c43d"
17131714
integrity sha512-te7lzQ+pDI72GwDHETrt9mmrJaA35j0YyrzirjAElT7XipWwf3NQXWqkkHNmlKCiQ9nCXVU6mPLAN7SJeKc8NA==
@@ -1719,7 +1720,7 @@
17191720
jimp-compact "^0.12.1"
17201721
workbox-cdn "^5.1.3"
17211722

1722-
"@nuxtjs/tailwindcss@^3.0.1":
1723+
"@nuxtjs/tailwindcss@^3.0.2":
17231724
version "3.0.2"
17241725
resolved "https://registry.yarnpkg.com/@nuxtjs/tailwindcss/-/tailwindcss-3.0.2.tgz#2763d5f9f8a002130437cec1653f0c15335d8d9b"
17251726
integrity sha512-jSudt1JaJQRE64r0Bx5PHVTYVIedlZtR00KtFYYUSpRLHD2BLkjHsvYOa/jtKcinSF3RWZy6dg+l0IMJqDoSLg==

0 commit comments

Comments
 (0)