Skip to content

Commit ec36849

Browse files
committed
fix: submodule deps
1 parent 444aaa4 commit ec36849

1 file changed

Lines changed: 56 additions & 0 deletions

File tree

patches/0014-node22-fix.patch

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
--- themes/tranquilpeak/package.json
2+
+++ themes/tranquilpeak/package.json
3+
@@ -29,10 +29,10 @@
4+
},
5+
"homepage": "https://github.com/LouisBarranqueiro/hexo-theme-tranquilpeak",
6+
"devDependencies": {
7+
- "eslint": "8.53.0",
8+
+ "eslint": "9.36.0",
9+
"eslint-config-google": "0.14.0",
10+
"grunt": "1.6.1",
11+
- "grunt-cli": "1.4.3",
12+
+ "grunt-cli": "1.5.0",
13+
"grunt-contrib-clean": "2.0.1",
14+
"grunt-contrib-concat": "2.1.0",
15+
"grunt-contrib-copy": "1.0.0",
16+
@@ -40,24 +40,24 @@
17+
"grunt-contrib-uglify": "5.2.2",
18+
"grunt-contrib-watch": "1.1.0",
19+
"grunt-sails-linker": "1.0.4",
20+
- "grunt-sass": "3.1.0",
21+
+ "grunt-sass": "4.0.0",
22+
"grunt-sync": "0.8.2",
23+
"grunt-text-replace": "0.4.0",
24+
"include-all": "4.0.3",
25+
"load-grunt-tasks": "5.1.0",
26+
- "node-sass": "9.0.0",
27+
- "rand-token": "1.0.1"
28+
+ "rand-token": "1.0.1",
29+
+ "sass": "^1.93.2"
30+
},
31+
"dependencies": {
32+
"@fancyapps/fancybox": "3.5.7",
33+
"@fortawesome/fontawesome-free": "5.15.4",
34+
- "algoliasearch": "4.20.0",
35+
+ "algoliasearch": "5.39.0",
36+
"gitalk": "1.8.0",
37+
"gitment": "0.0.3",
38+
- "hexo-util": "3.1.0",
39+
+ "hexo-util": "3.3.0",
40+
"jquery": "3.7.1",
41+
- "jsdom": "22.1.0",
42+
- "moment": "2.29.4"
43+
+ "jsdom": "27.0.0",
44+
+ "moment": "2.30.1"
45+
},
46+
"engines": {
47+
"node": ">=18"
48+
49+
--- themes/tranquilpeak/tasks/config/sass.js
50+
+++ themes/tranquilpeak/tasks/config/sass.js
51+
@@ -1,4 +1,4 @@
52+
-const sass = require('node-sass');
53+
+const sass = require('sass');
54+
55+
module.exports = function(grunt) {
56+
grunt.config.set('sass', {

0 commit comments

Comments
 (0)