Skip to content

Commit 88e8fda

Browse files
committed
chore(deps):update kkt
1 parent 446ceaa commit 88e8fda

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

core/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"watch": "tsbb watch"
3030
},
3131
"dependencies": {
32-
"@babel/standalone": "^7.17.11",
32+
"@babel/plugin-syntax-unicode-sets-regex": "~7.18.6",
33+
"@babel/standalone": "^7.22.2",
3334
"babel-plugin-transform-remove-imports": "^1.7.0",
3435
"babel-plugin-transform-replace-export-default": "^1.0.3",
3536
"remark": "~13.0.0"
@@ -38,4 +39,4 @@
3839
"@types/babel__standalone": "^7.1.4",
3940
"webpack": "^5.72.0"
4041
}
41-
}
42+
}

website/package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,14 @@
2727
"uiw": "^4.21.7"
2828
},
2929
"devDependencies": {
30+
"buffer": "6.0.3",
31+
"@kkt/resolve-fallback": "~7.4.16",
3032
"@kkt/less-modules": "~7.1.1",
3133
"@kkt/raw-modules": "~7.1.1",
3234
"@kkt/scope-plugin-options": "~7.1.1",
3335
"@types/react": "18.0.8",
3436
"@types/react-dom": "18.0.3",
35-
"kkt": "~7.1.5",
37+
"kkt": "~7.4.16",
3638
"markdown-react-code-preview-loader": "2.1.5"
3739
},
3840
"eslintConfig": {
@@ -53,4 +55,4 @@
5355
"last 1 safari version"
5456
]
5557
}
56-
}
58+
}

0 commit comments

Comments
 (0)