Skip to content

Commit

Permalink
fix(deps): update dependency monaco-editor to ^0.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Feb 9, 2022
1 parent 1559b38 commit b5ba756
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,22 +44,22 @@
},
"dependencies": {
"@babel/runtime": "^7.16.7",
"monaco-editor": "^0.32.0"
"monaco-editor": "^0.32.1"
},
"devDependencies": {
"@types/react": "17.0.39",
"@types/react-dom": "17.0.11",
"@kkt/less-modules": "7.0.7",
"@kkt/raw-modules": "7.0.7",
"@kkt/scope-plugin-options": "7.0.7",
"@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.0.7",
"kkt": "7.1.0",
"monaco-editor-webpack-plugin": "7.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"tsbb": "3.5.5"
"tsbb": "3.5.6"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit b5ba756

Please sign in to comment.