|
4 | 4 | "private": false, |
5 | 5 | "description": "Enhanced Monaco editor with TextMate grammars and more", |
6 | 6 | "scripts": { |
7 | | - "build": "npm run lint && rollup --config rollup.config.ts --configPlugin typescript && npm run generate-types", |
| 7 | + "build": "npm run lint && npm run compile && npm run generate-types", |
| 8 | + "compile": "rollup --config rollup.config.ts --configPlugin typescript", |
8 | 9 | "generate-types": "tsc --project tsconfig.types.json", |
9 | 10 | "update-extensions": "node --loader ts-node/esm update-extensions.ts", |
10 | 11 | "lint": "eslint --ext .ts src update-extensions.ts" |
|
65 | 66 | "stats.html" |
66 | 67 | ], |
67 | 68 | "dependencies": { |
68 | | - "monaco-editor": "npm:@codingame/monaco-editor@^0.33.6", |
69 | | - "vscode": "npm:@codingame/monaco-vscode-api@~1.67.19", |
| 69 | + "monaco-editor": "npm:@codingame/monaco-editor@^0.34.0", |
| 70 | + "vscode": "npm:@codingame/monaco-vscode-api@~1.69.2", |
70 | 71 | "vscode-oniguruma": "^1.6.2" |
71 | 72 | }, |
72 | 73 | "devDependencies": { |
73 | | - "@babel/core": "7.18.5", |
74 | | - "@babel/plugin-proposal-class-properties": "7.17.12", |
75 | | - "@babel/plugin-proposal-optional-chaining": "7.17.12", |
76 | | - "@babel/preset-env": "7.18.2", |
77 | | - "@babel/preset-typescript": "7.17.12", |
78 | | - "@babel/runtime": "7.18.3", |
79 | | - "@codingame/eslint-config": "^1.1.2", |
80 | | - "@codingame/tsconfig": "^1.0.5", |
| 74 | + "@babel/core": "7.18.10", |
| 75 | + "@babel/plugin-proposal-class-properties": "7.18.6", |
| 76 | + "@babel/plugin-proposal-optional-chaining": "7.18.9", |
| 77 | + "@babel/preset-env": "7.18.10", |
| 78 | + "@babel/preset-typescript": "7.18.6", |
| 79 | + "@babel/runtime": "7.18.9", |
| 80 | + "@codingame/eslint-config": "^1.1.6", |
| 81 | + "@codingame/tsconfig": "^1.1.0", |
81 | 82 | "@rollup/plugin-alias": "3.1.9", |
82 | 83 | "@rollup/plugin-babel": "5.3.1", |
83 | | - "@rollup/plugin-commonjs": "22.0.0", |
| 84 | + "@rollup/plugin-commonjs": "22.0.2", |
84 | 85 | "@rollup/plugin-json": "4.1.0", |
85 | 86 | "@rollup/plugin-node-resolve": "13.3.0", |
86 | | - "@rollup/plugin-typescript": "^8.3.3", |
| 87 | + "@rollup/plugin-typescript": "^8.3.4", |
87 | 88 | "@types/ini": "1.3.31", |
88 | 89 | "@types/js-yaml": "^4.0.5", |
89 | 90 | "@types/node": "16.11.7", |
90 | 91 | "@types/rollup-plugin-node-builtins": "^2.1.2", |
91 | | - "@types/vscode": "~1.67.0", |
92 | | - "@typescript-eslint/eslint-plugin": "5.27.1", |
93 | | - "@typescript-eslint/parser": "5.27.1", |
94 | | - "conventional-changelog-conventionalcommits": "^4.6.3", |
| 92 | + "@types/vscode": "~1.69.1", |
| 93 | + "@typescript-eslint/eslint-plugin": "5.33.1", |
| 94 | + "@typescript-eslint/parser": "5.33.1", |
| 95 | + "conventional-changelog-conventionalcommits": "^5.0.0", |
95 | 96 | "cson-parser": "4.0.9", |
96 | 97 | "deep-equal": "2.0.5", |
97 | | - "eslint": "8.17.0", |
| 98 | + "eslint": "8.22.0", |
98 | 99 | "eslint-config-standard": "17.0.0", |
99 | 100 | "eslint-plugin-import": "2.26.0", |
100 | 101 | "eslint-plugin-node": "11.1.0", |
|
106 | 107 | "json5": "2.2.1", |
107 | 108 | "monaco-emacs": "^0.3.0", |
108 | 109 | "monaco-vim": "^0.3.4", |
109 | | - "postcss": "8.4.14", |
110 | | - "rollup": "2.75.6", |
| 110 | + "postcss": "8.4.16", |
| 111 | + "rollup": "2.78.0", |
111 | 112 | "rollup-plugin-json5": "1.0.0", |
112 | 113 | "rollup-plugin-node-builtins": "^2.1.2", |
113 | 114 | "rollup-plugin-string": "^3.0.0", |
114 | 115 | "rollup-plugin-terser": "^7.0.2", |
115 | | - "rollup-plugin-visualizer": "5.6.0", |
| 116 | + "rollup-plugin-visualizer": "5.7.1", |
116 | 117 | "rollup-plugin-web-worker-loader": "1.6.1", |
117 | | - "ts-node": "10.8.1", |
| 118 | + "ts-node": "10.9.1", |
118 | 119 | "tslib": "^2.4.0", |
119 | | - "typescript": "4.7.3", |
120 | | - "vscode-textmate": "^6.0.0" |
| 120 | + "typescript": "4.7.4", |
| 121 | + "vscode-textmate": "^7.0.1" |
121 | 122 | }, |
122 | 123 | "browserslist": [ |
123 | 124 | "defaults", |
|
0 commit comments