From: thunderbiscuit Date: Mon, 12 Aug 2024 15:14:03 +0000 (-0400) Subject: chore: bump vuepress theme to 0.19.1 X-Git-Url: http://internal-gitweb-vhost/struct.EncoderStringWriter.html?a=commitdiff_plain;h=9711f39d392a28db256f3d17f6d792767b188bd1;p=bitcoindevkit.org chore: bump vuepress theme to 0.19.1 --- diff --git a/package-lock.json b/package-lock.json index 1bc0b68476..ce9e6beb82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "devDependencies": { - "@spiralbtc/vuepress-devkit-theme": "^0.19.0", + "@spiralbtc/vuepress-devkit-theme": "^0.19.1", "broken-link-checker": "0.7.8", "serve": "14.2.3", "start-server-and-test": "2.0.5", @@ -2042,9 +2042,9 @@ } }, "node_modules/@spiralbtc/vuepress-devkit-theme": { - "version": "0.19.0", - "resolved": "https://registry.npmjs.org/@spiralbtc/vuepress-devkit-theme/-/vuepress-devkit-theme-0.19.0.tgz", - "integrity": "sha512-dH4agKq+Kh0d+qfjmwfO7iF+Bs3jedVd5U6rG+18epg9Lf1mso/znoY0FGeQJjU7QQnt+dSs42t0NzPN8sVomw==", + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/@spiralbtc/vuepress-devkit-theme/-/vuepress-devkit-theme-0.19.1.tgz", + "integrity": "sha512-ZNzPYK4jnTXOg9BmBEhmGuZcCAKwxIoB1W0V19staLlG2bWoY+YHJppH+iro8Mg9Fh8w1+C584kgp2iv8Wcq+g==", "dev": true, "dependencies": { "@vuepress/plugin-back-to-top": "1.9.7", diff --git a/package.json b/package.json index b35dc14387..ab830da921 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "linkcheck:local": "$npm_package_config_linkcheck http://localhost:$npm_package_config_port" }, "devDependencies": { - "@spiralbtc/vuepress-devkit-theme": "^0.19.0", + "@spiralbtc/vuepress-devkit-theme": "^0.19.1", "broken-link-checker": "0.7.8", "serve": "14.2.3", "start-server-and-test": "2.0.5",