diff --git a/package-lock.json b/package-lock.json index 87c0aa61..b891471a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "hexo-renderer-stylus": "^2.0.0", "hexo-server": "^2.0.0", "hexo-theme-aurora": "^1.5.5", - "hexo-theme-landscape": "^0.0.3" + "hexo-theme-landscape": "^1.0.0" } }, "node_modules/@babel/parser": { @@ -1431,9 +1431,9 @@ } }, "node_modules/hexo-theme-landscape": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/hexo-theme-landscape/-/hexo-theme-landscape-0.0.3.tgz", - "integrity": "sha512-b0Di+TUVs4ESrNX4ULEh9uQmADpO6kr10rIJ2OGZM8suNQNFKdxn+vJUjnLfKkCPJAfVmS7/S83KCNYe4tpoNw==" + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/hexo-theme-landscape/-/hexo-theme-landscape-1.0.0.tgz", + "integrity": "sha512-bWQJWMqQI78wWiJPQZq5pJBH20TM442ShCaHGRetuEgMraxH0OKxB3NTupJzNEkzEk8DV2yrdizkXdKN6i501A==" }, "node_modules/hexo-util": { "version": "2.7.0", diff --git a/package.json b/package.json index f61a17a2..f66b30fc 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,6 @@ "hexo-renderer-stylus": "^2.0.0", "hexo-server": "^2.0.0", "hexo-theme-aurora": "^1.5.5", - "hexo-theme-landscape": "^0.0.3" + "hexo-theme-landscape": "^1.0.0" } } \ No newline at end of file