Skip to content

Commit

Permalink
released v3.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 1, 2023
1 parent fe7544b commit bff1838
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-monacoeditor",
"version": "3.5.8",
"version": "3.5.9",
"description": "Monaco Editor component for React.",
"homepage": "https://jaywcjlove.github.io/react-monacoeditor/",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.5.8",
"version": "3.5.9",
"packages": [
"core",
"www"
Expand Down
8 changes: 4 additions & 4 deletions www/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "3.5.8",
"version": "3.5.9",
"preview": true,
"scripts": {
"build": "kkt build",
Expand All @@ -9,9 +9,9 @@
},
"dependencies": {
"@uiw/react-markdown-preview-example": "^1.5.6",
"@uiw/react-monacoeditor": "3.5.8",
"monaco-editor": "^0.39.0",
"@uiw/react-monacoeditor": "3.5.9",
"code-example": "^3.3.6",
"monaco-editor": "^0.39.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand All @@ -22,8 +22,8 @@
"@types/react": "^18.0.31",
"@types/react-dom": "^18.0.11",
"kkt": "^7.5.2",
"monaco-editor-webpack-plugin": "~7.0.1",
"markdown-react-code-preview-loader": "^2.1.7",
"monaco-editor-webpack-plugin": "~7.0.1",
"source-map-explorer": "^2.5.3"
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion www/src/app/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Select from './Select';
const Wrapper = styled.div`
header {
background-color: var(--color-theme-bg);
padding: 0 20px 40px 20px;
padding: 0 0 0 0;
position: relative;
z-index: 9;
text-align: center;
Expand Down

0 comments on commit bff1838

Please sign in to comment.