From 42e8fce47919fb0f6e4c15a732e08bd738d26004 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Mon, 7 Mar 2022 11:31:18 +0800 Subject: [PATCH] chore(deps): Update devDependencies. --- package.json | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 67c847fb..02f8de5a 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "doc": "kkt build --app-src ./example", "start": "kkt start --app-src ./example", "build": "tsbb build", - "watch": "tsbb watch" + "watch": "tsbb watch", + "map": "source-map-explorer build/static/js/*.js --html build/website-result.html" }, "repository": { "type": "git", @@ -47,19 +48,20 @@ "monaco-editor": "^0.32.1" }, "devDependencies": { - "@types/react": "17.0.39", - "@types/react-dom": "17.0.11", - "@kkt/less-modules": "7.1.0", - "@kkt/raw-modules": "7.1.0", - "@kkt/scope-plugin-options": "7.1.0", - "@uiw/react-markdown-preview": "3.4.7", - "@uiw/react-github-corners": "1.5.3", - "code-example": "3.3.1", - "kkt": "7.1.0", - "monaco-editor-webpack-plugin": "7.0.1", - "react": "17.0.2", - "react-dom": "17.0.2", - "tsbb": "3.5.6" + "@types/react": "~17.0.39", + "@types/react-dom": "~17.0.13", + "@kkt/less-modules": "~7.1.1", + "@kkt/raw-modules": "~7.1.0", + "@kkt/scope-plugin-options": "~7.1.0", + "@uiw/react-markdown-preview": "~3.5.1", + "@uiw/react-github-corners": "~1.5.3", + "code-example": "^3.3.1", + "kkt": "~7.1.0", + "monaco-editor-webpack-plugin": "~7.0.1", + "react": "~17.0.2", + "react-dom": "~17.0.2", + "source-map-explorer": "~2.5.2", + "tsbb": "~3.7.2" }, "browserslist": { "production": [