Tim J. Kicker 1 year ago
parent
commit
0fadb3ae32
  1. 8
      package-lock.json
  2. 2
      package.json

8
package-lock.json

@ -23,7 +23,7 @@
"hexo-renderer-stylus": "^2.1.0", "hexo-renderer-stylus": "^2.1.0",
"hexo-server": "^3.0.0", "hexo-server": "^3.0.0",
"hexo-theme-landscape": "^1.0.0", "hexo-theme-landscape": "^1.0.0",
"hexo-web-push-notification": "^0.2.2"
"hexo-web-push-notification": "^0.4.0"
}, },
"devDependencies": { "devDependencies": {
"hexo-feed": "^1.1.1" "hexo-feed": "^1.1.1"
@ -1388,9 +1388,9 @@
} }
}, },
"node_modules/hexo-web-push-notification": { "node_modules/hexo-web-push-notification": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/hexo-web-push-notification/-/hexo-web-push-notification-0.2.3.tgz",
"integrity": "sha512-Ndm+/2kfB0jXGFNuUjCEn4lB9kFo0A+Q+ASyaw07ukcWruBZCJ0Qzm8kRfoCYM2pjuXghgLHrYqiYzkgwVnjUQ==",
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/hexo-web-push-notification/-/hexo-web-push-notification-0.4.0.tgz",
"integrity": "sha512-rEtm55DksYq0aR8c7/tjVxYrwtySt8CBi3w8YWv01CDmfe1bczX5SiPDJtO98ozrHLnfYaC9HpBUflcCG91MHw==",
"dependencies": { "dependencies": {
"hexo-fs": "^2.0.0", "hexo-fs": "^2.0.0",
"hexo-util": "^1.8.1", "hexo-util": "^1.8.1",

2
package.json

@ -27,7 +27,7 @@
"hexo-renderer-stylus": "^2.1.0", "hexo-renderer-stylus": "^2.1.0",
"hexo-server": "^3.0.0", "hexo-server": "^3.0.0",
"hexo-theme-landscape": "^1.0.0", "hexo-theme-landscape": "^1.0.0",
"hexo-web-push-notification": "^0.2.2"
"hexo-web-push-notification": "^0.4.0"
}, },
"devDependencies": { "devDependencies": {
"hexo-feed": "^1.1.1" "hexo-feed": "^1.1.1"

Loading…
Cancel
Save