Skip to content

Commit 55288fe

Browse files
zhaogeJackWang032
authored andcommitted
feat: update demo and others after upgrade monaco-editor's version
1 parent c4d4c83 commit 55288fe

13 files changed

Lines changed: 8411 additions & 172 deletions

File tree

README-zh_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Monaco SQL Languages 是一个基于 Monaco Editor 的 SQL 语言项目,从 [m
4848
npm install monaco-sql-languages
4949
```
5050

51-
> Tips: 目前 Monaco SQL Languages 仅保证在 `monaco-editor@0.31.0` 上稳定运行。
51+
> Tips: 目前 Monaco SQL Languages 仅保证在 `monaco-editor@0.52.2` 上稳定运行。
5252
5353
<br/>
5454

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This project is based on the SQL language project of Monaco Editor, which was fo
4848
npm install monaco-sql-languages
4949
```
5050

51-
> Tips: Monaco SQL Languages is only guaranteed to work stably on `monaco-editor@0.31.0` for now.
51+
> Tips: Monaco SQL Languages is only guaranteed to work stably on `monaco-editor@0.52.2` for now.
5252
5353
<br/>
5454

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "rm -rf ./esm && tsc -p ./tsconfig.esm.json",
88
"build-amd": "rm -rf ./out && tsc -p ./tsconfig.amd.json",
99
"watch-esm": "tsc -p ./tsconfig.esm.json --watch",
10-
"test": "npm run build-amd && mocha --experimental-vm-modules ./test/all.mjs",
10+
"test": "npm run build-amd && mocha ./test/all.js",
1111
"dev": "node --max_old_space_size=4092 & cd website && npm run dev",
1212
"prod": "rm -rf ./docs && node --max_old_space_size=4092 & cd website && npm run build",
1313
"deploy": "npm run build && npm run prod && gh-pages -d docs -r git@github.com:DTStack/monaco-sql-languages.git",
@@ -47,14 +47,14 @@
4747
"@commitlint/cli": "^17.7.2",
4848
"@commitlint/config-conventional": "^17.7.0",
4949
"@commitlint/cz-commitlint": "^17.7.2",
50-
"@types/mocha": "^9.1.0",
50+
"@types/mocha": "^10.0.10",
5151
"@types/node": "^20.4.0",
5252
"commitizen": "^4.3.0",
5353
"fast-glob": "^3.3.2",
5454
"gh-pages": "^3.2.3",
5555
"inquirer": "^8.2.2",
5656
"jsdom": "^16.4.0",
57-
"mocha": "^9.2.0",
57+
"mocha": "^11.7.4",
5858
"monaco-editor": "0.52.2",
5959
"prettier": "^3.3.3",
6060
"pretty-quick": "^4.0.0",

pnpm-lock.yaml

Lines changed: 222 additions & 160 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/esm-monaco-webpack-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"webpack-dev-server": "^4.15.1"
2424
},
2525
"dependencies": {
26-
"monaco-editor": "0.31.0",
26+
"monaco-editor": "0.52.2",
2727
"monaco-editor-webpack-plugin": "7.0.1",
28-
"monaco-sql-languages": "0.12.0-beta.11"
28+
"monaco-sql-languages": "1.0.0-beta.5"
2929
}
3030
}

0 commit comments

Comments
 (0)