|
1 | 1 | { |
2 | 2 | "name": "monaco-sql-languages", |
3 | | - "version": "1.0.0-beta.4", |
| 3 | + "version": "1.0.0-beta.5", |
4 | 4 | "description": "SQL languages for the Monaco Editor, based on monaco-languages.", |
5 | 5 | "scripts": { |
6 | 6 | "prepublishOnly": "npm run build", |
7 | 7 | "build": "rm -rf ./esm && tsc -p ./tsconfig.esm.json", |
8 | 8 | "build-amd": "rm -rf ./out && tsc -p ./tsconfig.amd.json", |
9 | 9 | "watch-esm": "tsc -p ./tsconfig.esm.json --watch", |
10 | | - "test": "npm run build-amd && mocha ./test/all.js", |
| 10 | + "test": "npm run build-amd && mocha --experimental-vm-modules ./test/all.mjs", |
11 | 11 | "dev": "node --max_old_space_size=4092 & cd website && npm run dev", |
12 | 12 | "prod": "rm -rf ./docs && node --max_old_space_size=4092 & cd website && npm run build", |
13 | 13 | "deploy": "npm run build && npm run prod && gh-pages -d docs -r git@github.com:DTStack/monaco-sql-languages.git", |
|
55 | 55 | "inquirer": "^8.2.2", |
56 | 56 | "jsdom": "^16.4.0", |
57 | 57 | "mocha": "^9.2.0", |
58 | | - "monaco-editor": "0.53.0", |
| 58 | + "monaco-editor": "0.52.2", |
59 | 59 | "prettier": "^3.3.3", |
60 | 60 | "pretty-quick": "^4.0.0", |
61 | 61 | "requirejs": "^2.3.6", |
|
67 | 67 | "pre-commit": "npx pretty-quick --staged" |
68 | 68 | }, |
69 | 69 | "peerDependencies": { |
70 | | - "monaco-editor": ">=0.53.0" |
| 70 | + "monaco-editor": ">=0.52.2" |
71 | 71 | }, |
72 | 72 | "engines": { |
73 | 73 | "node": ">=18" |
|
0 commit comments