Skip to content

Commit

Permalink
Merge pull request #71 from MOV-AI/mui5
Browse files Browse the repository at this point in the history
Mui5
  • Loading branch information
quirinpa authored Mar 5, 2024
2 parents d312863 + daa13d7 commit 26d9060
Show file tree
Hide file tree
Showing 5 changed files with 572 additions and 211 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/DeployOnMergeMain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
CI:
uses: MOV-AI/.github/.github/workflows/npm-workflow.yml@pnpm
uses: MOV-AI/.github/.github/workflows/npm-workflow.yml@v2.1
with:
deploy: 'true'
run_tests: 'false'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/TestOnPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
CI:
uses: MOV-AI/.github/.github/workflows/npm-workflow.yml@pnpm
uses: MOV-AI/.github/.github/workflows/npm-workflow.yml@v2.1
with:
deploy: 'false'
run_tests: 'false'
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mov-ai/mov-fe-lib-code-editor",
"version": "1.1.0-3",
"version": "1.1.1-0",
"description": "Mov.ai's library for Code Editors",
"main": "./dist/index.js",
"scripts": {
Expand Down Expand Up @@ -54,8 +54,8 @@
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@codingame/monaco-languageclient": "^0.17.3",
"@mov-ai/mov-fe-lib-core": "^1.2.0-7",
"@mov-ai/mov-fe-lib-react": "^1.3.0-5",
"@mov-ai/mov-fe-lib-core": "^1.2.1-1",
"@mov-ai/mov-fe-lib-react": "^1.3.1-1",
"@storybook/addon-knobs": "^6.3.1",
"@storybook/addons": "^6.3.8",
"@storybook/api": "^6.3.8",
Expand Down Expand Up @@ -97,7 +97,7 @@
"@codingame/monaco-languageclient": "^0.17.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@mov-ai/mov-fe-lib-core": "^1.2.0-7",
"@mov-ai/mov-fe-lib-react": "^1.3.0-5"
"@mov-ai/mov-fe-lib-core": "^1.2.1-1",
"@mov-ai/mov-fe-lib-react": "^1.3.1-1"
}
}
Loading

0 comments on commit 26d9060

Please sign in to comment.