Skip to content

Commit

Permalink
chore(deps): Update devDependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 7, 2022
1 parent 94ff408 commit 42e8fce
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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": [
Expand Down

0 comments on commit 42e8fce

Please sign in to comment.